DCENT_Toolbox — Open Source Miner Management
What is DCENT_Toolbox?
DCENT_Toolbox is D-Central's GPL-3.0 operator toolkit for local miner discovery, diagnostics, configuration, evidence capture and recovery-oriented orchestration. It can inspect or stage operations across several firmware/platform adapters, but adapter presence and a command name do not prove that every operation is validated on every miner.
DCENT_Toolbox is a local tool, not a compatibility guarantee. Every operation must resolve to an exact miner, control board, incumbent firmware, command, evidence level and recovery route.
Safe starting point
# Install from a source checkout until the PyPI package is published.
git clone https://github.com/DCentralTech/DCENT_Toolbox.git
cd DCENT_Toolbox
python -m pip install -e .
dcent discover
dcent audit <MINER_IP>
dcent diagnose <MINER_IP>
Confirm the current CLI help and repository documentation for the installed version. Discovery or audit is read-only evidence; it does not establish flashing support.
Capability and evidence matrix
| Operation | General status | Required gate |
|---|---|---|
| Discovery and identification | Designed across multiple adapters | Verify the model/control-board result against physical hardware. |
| Diagnostics and evidence export | Read-oriented capability | Record the Toolbox version, adapter, command and raw output. |
| Configuration | Firmware– and command-specific | Preview the exact diff and keep a rollback path. |
| Backup/recovery assistance | Platform-specific orchestration | Prove the recovered image and restore route on the actual unit. |
| Firmware installation | Not universal | A named model + control-board + incumbent-firmware route must be validated. A generic install command is not permission to flash. |
DCENT_OS relationship
Toolbox can parse and verify DCENT_OS package metadata and is intended to orchestrate guarded operations. Today, the S9 XIL artifact still lacks a published witnessed current-artifact install/boot/soak/recovery capstone, and the S19j Pro XIL artifact lacks a validated first-install route from vendor stock. Therefore this page does not call Toolbox “the install path” for those artifacts.
Evidence before mutation
- Identify the exact unit and control board.
- Capture the incumbent firmware/version and hardware health.
- Run a dry plan and inspect every persistent write.
- Back up and prove recovery.
- Open the exact firmware/model release record.
- Stop if the route is lab-gated, unproven or absent.
Source and reporting
Read the GPL-3.0 source repository. Report the Toolbox version, platform adapter, exact command, miner/control board, incumbent firmware and raw output. Never generalize one successful adapter/command combination to an entire platform family.
FAQ
Does Toolbox support every miner?
No. It contains multiple adapters and operations, each with its own evidence. “Detected” does not mean “safe to configure,” and “package parsed” does not mean “safe to install.”
Can Toolbox install DCENT_OS now?
Only a future exact route promoted by the canonical evidence ledger should be described as validated. Current S9 XIL and S19j Pro XIL artifacts remain guarded.
DCENT_Toolbox documentation
Six task-focused pages. Read them in order the first time: install, then a read-only pass, then check whether a route to your exact hardware actually exists before anything mutating.
- Install & first command — Python 3.9+ and a source checkout on Windows, macOS or Linux — then the read-only
dcent doctor <ip>. - Command reference — The ~75 top-level
dcentcommands grouped by discovery, read-only diagnostics, config, install and recovery — each tagged read-only or mutating. - Supported miners, firmwares & boards — 4 vendor backends, 6 firmwares and 7 control-board families from the S9 to the S21, with honest confidence levels.
- Discover, audit & diagnose — The read-only pass: neighbour-first LAN discovery, then build a miner evidence profile before anything mutating.
- Install DCENT_OS with Toolbox — The honest routes: only the Antminer S9 has a public network-write path today; S17/S19/S21 stay lab-gated.
- FAQ — 0% dev fee, no cloud, GPL-3.0 — which miners are covered, and which install routes really exist.
Related products, repair, and setup paths
- how D-Central diagnoses ASIC repairs
- ASIC troubleshooting library
- ASIC manuals and repair guides
- replacement hashboards
- ASIC control boards
- ASIC power supplies
- S19 family replacement hashboard
- C52 replacement control board
- APW12 S19 power supply
- compare specs in the ASIC miner database
- compare ASIC miner specs
- ASIC miner database
- ASIC repair services
- Antminer S19 specs and profitability
- buy a tested Antminer S19
- Antminer S19 maintenance guide
- Antminer S19 repair service
- Antminer S21 specs
- Bitmain Antminer S21
- Antminer S21 maintenance guide
- BM1370BC S21 Pro chip
- Antminer S9 specs
- Bitmain Antminer S9
- Antminer S9 maintenance guide
- S9 hashboard repair parts bundle
Last reviewed August 13, 2026.
