Definition
A config backup is a saved copy of an ASIC miner's working settings: its pool URLs and worker credentials, network configuration, fan and tuning parameters, and any web-UI passwords. Keeping one means that after a factory reset, a reflash, or a control-board swap you can return the unit to its known-good state in seconds instead of re-typing every value from memory and risking a transcription error — the wrong worker name that silently mines to nowhere, or the fan curve you spent an evening dialing in, gone.
What actually lives in the config
On most miners the configuration is a small set of files on the control board, separate from the firmware image itself: pool definitions, network settings (static IP or DHCP, hostname), operational parameters such as fan mode and any power or frequency tuning, and interface credentials. This separation is why a firmware upgrade can preserve settings while replacing the operating system underneath — and why a full reflash that rewrites the whole storage device takes the settings with it. Tuning profiles deserve special mention: on autotuning firmware the per-board results are calculated at runtime for your specific silicon, and depending on the firmware they may or may not be included in a settings export. Know which case yours is before you assume a restore brings the tune back rather than triggering a re-tune.
How to capture and restore it
Most stock and third-party firmware expose a backup option in the miner's web dashboard — typically under a System, Backup, or Configuration page — that downloads the settings as a single file. Many firmware flashing flows also offer a "keep settings" checkbox that carries the config across an upgrade. When you flash an image that wipes settings, restoring the saved file rewrites pools, network, and tuning in one step. Fleet-scale operators do the same thing over the miner's API from a script, exporting every unit's config on a schedule instead of clicking through dashboards.
Why it belongs in your runbook
The moment operators most wish they had a backup is right after a recovery: a unit comes back from SD card flashing with default settings, no pools configured, and possibly a DHCP address you now have to hunt for on the network. With a current backup, that machine is hashing again in under a minute. Without one, you are reconstructing settings from another unit and hoping they match. For a small fleet, exporting each unit's config once and storing the files off-device — named by serial number or rack position — turns a stressful manual rebuild into a one-file restore.
Bench habits that pay off
Three practices keep backups useful. Re-export whenever you change pools or tuning, so the file reflects reality rather than last winter's setup. Store copies off the miner itself — a backup living only on the control board dies with the board. And treat the files as sensitive: they contain worker credentials and often password material, so they belong on storage you control, not pasted into a public support thread. On the D-Central bench, a config export is the first step before any repair that touches storage and the last step after any unit is dialed in — cheap insurance measured in kilobytes.
A last habit worth stealing from larger operations: version your backups instead of overwriting them. Keeping the last few exports per unit, with dates in the filenames, costs nothing and answers questions a single file cannot — what the pool settings were before last month's change, or when a fan curve was altered, which is occasionally the clue that explains a slow decline in hashrate. A config history is the closest thing a miner has to a maintenance logbook that writes itself.
In Simple Terms
A config backup is a saved copy of an ASIC miner’s working settings: its pool URLs and worker credentials, network configuration, fan and tuning parameters,…
