Skip to content

Bitcoin accepted at checkout  |  Ships from Laval, QC, Canada  |  Expert support since 2016

Voltage Regulator

Advanced Hardware

Also known as: VRM, Voltage regulator module, Buck converter

Definition

A voltage regulator is the power-delivery circuit on a hashboard that takes a relatively high input rail from the power supply and steps it down to the precise, very low voltage that ASIC mining chips need to run. On Bitcoin miners these are almost always switching buck converters (often called VRMs, voltage regulator modules), chosen because converting big currents at low voltage with minimal heat loss is exactly what switching regulators do well.

Also known as: VRM, voltage regulator module, buck converter, DC-DC converter.

Why miners need them

A modern SHA-256 ASIC runs its compute cores at well under a volt. The exact figure depends on the chip generation, but published core-voltage ranges sit in the hundreds of millivolts: roughly 0.36–0.42 V on the BM1398 (S19, S19 Pro), and similar low-fraction-of-a-volt rails on the 5nm and 7nm parts. Meanwhile the PSU delivers a chunky rail — 12 V on older bricks like the APW3, and an adjustable 12–15 V on smart units such as the APW12. Bridging that gap, from a stiff high-voltage rail down to a tightly-held sub-volt core supply carrying tens of amps, is the regulator’s entire job.

How regulation actually works on a hashboard

Bitmain hashboards do not hand the chips a single voltage. They use a two-stage scheme. The PSU sets a wide shared rail (the “coarse” knob), and then a bank of on-board buck converters trims the working voltage for each chain or domain (the “fine” knob). On an S19, for example, the host ramps the APW12 rail and settles it around 13.8 V, while per-chain LM27402SQ buck stages drop that down toward the chip’s core voltage.

The clever part is the feedback (FB) pin. A small controller IC — a PIC-class microcontroller such as the PIC16F1704 on older boards, or a dsPIC33EP on the S19j Pro generation — drives a DAC or high-resolution PWM into that feedback node. By nudging the feedback divider, it tells the buck converter what output voltage to hold. That is how mining firmware “sets voltage” without touching the chips directly: it is really commanding the regulator. On boards built around the TI TPS546B24A, the buck is a smart PMBus device, driven by the on-board controller rather than the control board talking to it directly.

It is worth being precise here: on most multi-chip Bitmain boards, voltage is regulated per domain (a group of series-connected chips sharing one rail), not per individual chip. A handful of architectures differ — some chips take a direct core Vdd — but “per-chip voltage control” is a common myth. The regulator serves a domain.

The S21 exception and single-board miners

Not every board has adjustable regulators. The S21 family ships with no per-chain PIC: a boost converter lifts the rail and fixed LDO/op-amp stages set each domain’s voltage by design. The only voltage knob left is the PSU rail itself, which is why S21 tuning is effectively frequency-only. A late “NoPIC” S19j Pro variant did the same thing as a cost reduction. Knowing whether a board even has an adjustable regulator tells you what kind of undervolting or optimization is possible on it.

At the small end, single-board open-source miners like the Bitaxe keep it simple: one TPS546B24A buck feeds the chip’s Vdd directly, with PMBus telemetry reporting voltage and current and no PIC in the loop. That transparency is part of why open hardware is such a good teaching platform — you can watch the regulator work over a documented bus.

Failures and repair

Because the regulator sits between a big input rail and a fragile sub-volt chip, it is a frequent point of failure on a hashboard. A regulator stage that stops switching can take a whole domain of chips offline; a stage that holds the wrong voltage can stress or damage chips. Diagnosing this means measuring the post-regulator rail against the expected core voltage for that chip, checking the feedback network, and looking at the input/boost stage feeding it. Replacing a failed buck stage or its associated controller is standard ASIC board-level repair work, and it is exactly the kind of component-level fault that separates a recoverable board from scrap.

If you have a board that fails on one chain but tests fine elsewhere, the regulator feeding that domain is one of the first things worth probing. D-Central’s ASIC troubleshooting hub walks through hashboard power-delivery diagnostics step by step, and our repair team can take on the board-level work if a regulator stage has gone.

In Simple Terms

Components that convert 12V power to the precise low voltage ASIC chips need. A common failure point in miners.

A voltage regulator is the power-delivery circuit on a hashboard that takes a relatively high input rail from the power supply and steps it down to the precise, very low voltage that ASIC mining chips need to run. On Bitcoin miners these are almost always switching buck converters (often called VRMs, voltage regulator modules), chosen because converting big currents at low voltage with minimal heat loss is exactly what switching regulators do well.

Also known as: VRM, voltage regulator module, buck converter, DC-DC converter.

Why miners need them

A modern SHA-256 ASIC runs its compute cores at well under a volt. The exact figure depends on the chip generation, but published core-voltage ranges sit in the hundreds of millivolts: roughly 0.36–0.42 V on the BM1398 (S19, S19 Pro), and similar low-fraction-of-a-volt rails on the 5nm and 7nm parts. Meanwhile the PSU delivers a chunky rail — 12 V on older bricks like the APW3, and an adjustable 12–15 V on smart units such as the APW12. Bridging that gap, from a stiff high-voltage rail down to a tightly-held sub-volt core supply carrying tens of amps, is the regulator's entire job.

How regulation actually works on a hashboard

Bitmain hashboards do not hand the chips a single voltage. They use a two-stage scheme. The PSU sets a wide shared rail (the "coarse" knob), and then a bank of on-board buck converters trims the working voltage for each chain or domain (the "fine" knob). On an S19, for example, the host ramps the APW12 rail and settles it around 13.8 V, while per-chain LM27402SQ buck stages drop that down toward the chip's core voltage.

The clever part is the feedback (FB) pin. A small controller IC — a PIC-class microcontroller such as the PIC16F1704 on older boards, or a dsPIC33EP on the S19j Pro generation — drives a DAC or high-resolution PWM into that feedback node. By nudging the feedback divider, it tells the buck converter what output voltage to hold. That is how mining firmware "sets voltage" without touching the chips directly: it is really commanding the regulator. On boards built around the TI TPS546B24A, the buck is a smart PMBus device, driven by the on-board controller rather than the control board talking to it directly.

It is worth being precise here: on most multi-chip Bitmain boards, voltage is regulated per domain (a group of series-connected chips sharing one rail), not per individual chip. A handful of architectures differ — some chips take a direct core Vdd — but "per-chip voltage control" is a common myth. The regulator serves a domain.

The S21 exception and single-board miners

Not every board has adjustable regulators. The S21 family ships with no per-chain PIC: a boost converter lifts the rail and fixed LDO/op-amp stages set each domain's voltage by design. The only voltage knob left is the PSU rail itself, which is why S21 tuning is effectively frequency-only. A late "NoPIC" S19j Pro variant did the same thing as a cost reduction. Knowing whether a board even has an adjustable regulator tells you what kind of undervolting or optimization is possible on it.

At the small end, single-board open-source miners like the Bitaxe keep it simple: one TPS546B24A buck feeds the chip's Vdd directly, with PMBus telemetry reporting voltage and current and no PIC in the loop. That transparency is part of why open hardware is such a good teaching platform — you can watch the regulator work over a documented bus.

Failures and repair

Because the regulator sits between a big input rail and a fragile sub-volt chip, it is a frequent point of failure on a hashboard. A regulator stage that stops switching can take a whole domain of chips offline; a stage that holds the wrong voltage can stress or damage chips. Diagnosing this means measuring the post-regulator rail against the expected core voltage for that chip, checking the feedback network, and looking at the input/boost stage feeding it. Replacing a failed buck stage or its associated controller is standard ASIC board-level repair work, and it is exactly the kind of component-level fault that separates a recoverable board from scrap.

If you have a board that fails on one chain but tests fine elsewhere, the regulator feeding that domain is one of the first things worth probing. D-Central's ASIC troubleshooting hub walks through hashboard power-delivery diagnostics step by step, and our repair team can take on the board-level work if a regulator stage has gone.

Explore the Full Glossary

Browse all Bitcoin mining terms from A to Z. Whether you are a beginner or expert, deepen your understanding of the mining ecosystem.

Mining Glossary

ASIC Miner Database

Compare 500+ miners with real-time profitability data, home mining scores, and detailed specs.

Compare Miners