Definition
PSU (Power Supply Unit) is the component that converts incoming AC wall power into the regulated DC voltage an ASIC miner needs to run. In Bitcoin mining it is one of the highest-stress, highest-failure parts in the machine, because it delivers thousands of watts continuously to the hashboards.
Also known as: Power Supply Unit, power supply, APW (Bitmain’s product family).
A full-size Antminer-class ASIC pulls most of its power on a single high-amperage 12–15V DC rail feeding the hashboards, plus a smaller 12V rail for the control board and fans. To supply this, Bitmain’s APW PSUs are rated up to 3,600W. The APW3/APW7 generation (S9-era) ran a fixed ~11.6–13.0V output at 133–150A. The APW9 (S17 family) moved to a 14.5–21V range at 170–200A. The APW12 (1215 variant, S19/S19 Pro/S19j Pro) outputs 12–15V at up to 233A, and the APW17 (S21 family) pushes that to 267A. Higher-voltage families like the APW12 (1417) at 14–17V serve scrypt and other altcoin miners such as the L7 and K7.
Fixed-voltage vs. controllable PSUs
A key distinction for tuners and repair techs: not every PSU is software-controllable. The APW3 and APW7 have no data interface at all — they are ATX-style, fixed 12V units with no I2C, so their output voltage cannot be changed in software. Starting with the APW12, Bitmain added a 4-pin I2C connector (SDA / SCL / EN / GND) at address 0x10, which lets firmware set the output voltage on the fly. This is what makes modern voltage tuning and undervolting possible: the firmware writes a target voltage in millivolts and the PSU ramps its output to match within roughly 100ms.
Importantly, the APW12 protocol is a custom Bitmain opcode set, not the standard PMBus you might find on server power supplies — only some APW9 and APW17 variants expose PMBus-style opcodes. There are also several incompatible APW12-class protocols (a 17-opcode SMBus variant, a simpler 2-byte command variant on certain S19j Pro Zynq boards, and a register-based protocol on the S21 generation), so a PSU that physically fits is not guaranteed to talk the same language as the firmware expects.
Watchdog, safety, and why PSUs fail
Controllable APW PSUs implement a hardware watchdog: the firmware must send a heartbeat command roughly every 2 seconds or the PSU drops its main output. This is a deliberate safety feature — if the mining daemon crashes, the rail shuts down rather than running unsupervised. The units also enforce hardware protections that cannot be overridden in software: over-voltage (OVP), over-current (OCP), over-temperature (OTP, typically tripping near 90°C internal), and short-circuit protection. When a miner “won’t power on” or cuts out under load, a tripped PSU protection is one of the first things to check, alongside the AC power circuit feeding it.
- Efficiency matters. APW PSUs run in the ~90–95% efficiency band depending on generation. The 5–10% lost as heat is real money at scale and directly shifts your operating cost and overall efficiency (J/TH).
- Voltage adjustment is a tuning lever. On controllable PSUs, lowering the hashboard voltage (within the silicon’s safe bounds) is the core mechanism behind undervolting and efficiency-focused profiles.
- Open-source miners scale down. Devices like the Bitaxe don’t use an APW at all — a single ASIC chip is fed by a small DC supply over a barrel jack or USB-C, often a fraction of the wattage a full miner demands.
Because the PSU sees continuous high current and heat, it is a leading cause of dead miners and a common repair item. If you are sourcing a replacement or rebuilding a unit, match the PSU not just to the wattage and voltage range your model needs, but to the correct protocol variant your firmware expects — an electrically compatible PSU that the firmware can’t address will leave the machine unable to start hashing. D-Central stocks ASIC hardware, spares, and complete miners; browse the shop to find the right power supply or replacement unit for your rig.
In Simple Terms
The power supply that converts AC electricity to DC power for the miner. A critical component affecting efficiency.
PSU (Power Supply Unit) is the component that converts incoming AC wall power into the regulated DC voltage an ASIC miner needs to run. In Bitcoin mining it is one of the highest-stress, highest-failure parts in the machine, because it delivers thousands of watts continuously to the hashboards.
Also known as: Power Supply Unit, power supply, APW (Bitmain's product family).
A full-size Antminer-class ASIC pulls most of its power on a single high-amperage 12–15V DC rail feeding the hashboards, plus a smaller 12V rail for the control board and fans. To supply this, Bitmain's APW PSUs are rated up to 3,600W. The APW3/APW7 generation (S9-era) ran a fixed ~11.6–13.0V output at 133–150A. The APW9 (S17 family) moved to a 14.5–21V range at 170–200A. The APW12 (1215 variant, S19/S19 Pro/S19j Pro) outputs 12–15V at up to 233A, and the APW17 (S21 family) pushes that to 267A. Higher-voltage families like the APW12 (1417) at 14–17V serve scrypt and other altcoin miners such as the L7 and K7.
Fixed-voltage vs. controllable PSUs
A key distinction for tuners and repair techs: not every PSU is software-controllable. The APW3 and APW7 have no data interface at all — they are ATX-style, fixed 12V units with no I2C, so their output voltage cannot be changed in software. Starting with the APW12, Bitmain added a 4-pin I2C connector (SDA / SCL / EN / GND) at address 0x10, which lets firmware set the output voltage on the fly. This is what makes modern voltage tuning and undervolting possible: the firmware writes a target voltage in millivolts and the PSU ramps its output to match within roughly 100ms.
Importantly, the APW12 protocol is a custom Bitmain opcode set, not the standard PMBus you might find on server power supplies — only some APW9 and APW17 variants expose PMBus-style opcodes. There are also several incompatible APW12-class protocols (a 17-opcode SMBus variant, a simpler 2-byte command variant on certain S19j Pro Zynq boards, and a register-based protocol on the S21 generation), so a PSU that physically fits is not guaranteed to talk the same language as the firmware expects.
Watchdog, safety, and why PSUs fail
Controllable APW PSUs implement a hardware watchdog: the firmware must send a heartbeat command roughly every 2 seconds or the PSU drops its main output. This is a deliberate safety feature — if the mining daemon crashes, the rail shuts down rather than running unsupervised. The units also enforce hardware protections that cannot be overridden in software: over-voltage (OVP), over-current (OCP), over-temperature (OTP, typically tripping near 90°C internal), and short-circuit protection. When a miner "won't power on" or cuts out under load, a tripped PSU protection is one of the first things to check, alongside the AC power circuit feeding it.
- Efficiency matters. APW PSUs run in the ~90–95% efficiency band depending on generation. The 5–10% lost as heat is real money at scale and directly shifts your operating cost and overall efficiency (J/TH).
- Voltage adjustment is a tuning lever. On controllable PSUs, lowering the hashboard voltage (within the silicon's safe bounds) is the core mechanism behind undervolting and efficiency-focused profiles.
- Open-source miners scale down. Devices like the Bitaxe don't use an APW at all — a single ASIC chip is fed by a small DC supply over a barrel jack or USB-C, often a fraction of the wattage a full miner demands.
Because the PSU sees continuous high current and heat, it is a leading cause of dead miners and a common repair item. If you are sourcing a replacement or rebuilding a unit, match the PSU not just to the wattage and voltage range your model needs, but to the correct protocol variant your firmware expects — an electrically compatible PSU that the firmware can't address will leave the machine unable to start hashing. D-Central stocks ASIC hardware, spares, and complete miners; browse the shop to find the right power supply or replacement unit for your rig.
