Glossary / Mining & consensus
ASIC
Also known as Application-specific integrated circuit, Mining rig.
- Definition
- An ASIC is a chip built to do one job, and in bitcoin that job is guessing SHA-256 hashes, which it does thousands of times faster per watt than any general purpose computer.
An ASIC cannot browse the web, run a wallet, or switch to another task when mining gets unprofitable. It performs one arithmetic operation in enormous parallel, and a current unit delivers around 200 terahashes per second for about 3,500 watts, an efficiency of 17.5 joules per terahash. That specialization is why ordinary computers stopped being able to mine bitcoin in 2013 and never got back in.
How it works
An ASIC replaces flexible software with fixed silicon, trading every other capability for speed at one calculation.
The SHA-256 compression function is a defined sequence of additions, rotations, and logical operations. A general purpose processor executes those steps as instructions, fetching and decoding each one. An ASIC etches them directly into the chip as wiring, then repeats that circuit thousands of times across a single die so many candidate headers are tested at once. Everything else on the board exists to serve those cores: power delivery, heat removal, and the four fans that make a working machine about as loud as a vacuum cleaner that never stops, at 75 decibels.
Four hardware eras got us here, each ending the one before it. Bitcoin launched in 2009 as processor mining. Graphics cards took over in 2010. Field programmable chips had a brief run in 2011. Then Canaan shipped the first commercial Avalon ASICs in January 2013, with the first unit delivered to developer Jeff Garzik at the end of that month, and every previous class of hardware became worthless for mining within months.
Progress since has been about efficiency rather than raw speed. The Antminer S9 of 2016 produced 13.5 terahashes per second for around 1,320 watts, roughly 98 joules per terahash. The Antminer S21 of 2024 produces 200 terahashes for 3,500 watts, roughly 17.5 joules per terahash: about fifteen times the output from the same box and five times less energy per unit of work. At the small end the open source Bitaxe Gamma puts a single BM1370 chip on a desktop board for about 1.2 terahashes at 18 watts, which is a real miner and an excellent teaching tool at the same time.
Why this matters when you buy bitcoin
Buying an ASIC to obtain bitcoin more cheaply than an exchange sells it is the single most expensive mistake in amateur mining, and the arithmetic says so before the machine arrives.
Hardware is only the entry ticket. A machine needs a 200 to 240 volt circuit, continuous airflow, somewhere the noise does not matter, and an electricity rate far below what homes pay. It also depreciates against a moving target: when revenue per unit of work falls, every older generation becomes scrap at once, which is why fleets of S9s ended up idle in warehouses while their owners hunted for four cent power.
The comparison that actually matters is against buying. A purchase on a low fee exchange costs tenths of a percent and settles in minutes, with no capital tied up in equipment whose value tracks a number you do not control. Mining is a business you enter for the margin on electricity, not a discount coupon for coins. If your goal is to hold bitcoin, the honest advice is to buy it and put it in self custody.
There is one legitimate hobby case: a small unit as a learning device or a heater, run with full knowledge that it is a lottery ticket. Buy a Bitaxe for that, not a data center machine.
The payback arithmetic on one machine
The payback sum takes two minutes and settles most arguments about home mining.
Assume a 200 terahash machine that cost 3,000 dollars, drawing 3,500 watts, at a hashprice of 32 dollars per petahash per day. Revenue is 0.2 petahashes times 32 dollars, so 6.40 dollars a day. Power is 3.5 kilowatts times 24 hours, or 84 kilowatt hours, which at an industrial rate of 5 cents costs 4.20 dollars. That leaves 2.20 dollars of gross margin a day, so the hardware pays for itself in about 1,360 days, close to four years, assuming nothing changes. Difficulty rising or hashprice falling stretches that out; the same machine at 10 cent power never pays for itself at all, because it loses money every day it runs. Nothing here depends on optimism about the bitcoin price, which is the point of running the numbers before buying rather than after.
ASIC vs node
An ASIC produces blocks; a node decides whether blocks are allowed. The two get conflated because both are computers involved in bitcoin, but they hold opposite kinds of power. A node checks every rule, including the supply cap, and rejects anything invalid no matter who mined it; it runs happily on a Raspberry Pi and costs a few watts. An ASIC does no validation at all on its own, which is why miners connect to a pool or their own node for block templates. Hash rate proposes. Nodes dispose.
ASIC vs hardware wallet
An ASIC earns bitcoin; a hardware wallet keeps it. Search results throw them together because both are physical bitcoin devices, and they could hardly be less alike. A hardware wallet is a small, silent, cheap device that holds private keys offline and signs transactions, and the ones reviewed on this site cost a fraction of what a miner does. An ASIC is loud industrial equipment with no keys of its own; the coins it earns land at whatever address you configured, usually via a pool, and they still need a wallet afterward. Buying a mining machine when you meant to secure your savings is an expensive category error.