## Definition

A **control board** is the central management circuit board inside an [ASIC miner](https://shop.bitmain.com/) that coordinates the device's hash boards, network connection, firmware, and power distribution. While the hash boards perform the actual SHA-256 computations that produce mining work, the control board directs that work, reports the results upstream to a pool, and manages the miner's overall operating environment.

## How It Works

The control board runs a small embedded operating system — typically a stripped-down Linux distribution — that handles communication with a mining pool over the [Stratum protocol](https://en.bitcoin.it/wiki/Stratum_mining_protocol). It receives mining jobs from the pool, distributes work across each connected hash board, collects the resulting hash submissions, and forwards valid shares back to the pool for credit.

Beyond coordinating work, the board continuously monitors hardware status: per-board temperature, fan RPM, voltage rails, and chip-level error rates. When readings drift outside safe limits, the firmware throttles clock speeds, restarts an individual board, or shuts the unit down to prevent thermal damage. Most modern control boards also expose a local web dashboard and HTTP API for remote configuration, fleet management, and over-the-air firmware updates.

## Why It Matters

The control board is the most failure-prone component in a modern ASIC. Hash boards rarely die outright; control boards do. Failed capacitors, corroded microSD cards, and corrupted firmware updates can take an otherwise healthy miner offline for hours, and the unit will appear completely dead from the outside even though every hash board inside is fine.

For any serious mining operation, keeping spare control boards on hand is usually far more cost-effective than replacing whole units. Aftermarket boards and third-party firmware from vendors like [Braiins](https://braiins.com/blog) and Vnish also let operators tune voltage and frequency curves for better efficiency, unlock per-chip telemetry, and bypass manufacturer pool restrictions that ship enabled by default.

## Related Terms

The control board is one piece of a tightly integrated ASIC system. Understanding it alongside the surrounding hardware and protocols clarifies how a complete miner functions end to end:

- [ASIC Miner](/glossary/asic-miner) — the complete mining unit
- [Hash Board](/glossary/hash-board) — the board doing the SHA-256 work
- [Stratum Protocol](/glossary/stratum-protocol) — how the board talks to pools
- [Mining Software](/glossary/mining-software) — what runs on the board
