<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: MillionMiner</title>
    <description>The latest articles on DEV Community by MillionMiner (@millionminercom).</description>
    <link>https://dev.to/millionminercom</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4009144%2F8b25e230-d0e1-4801-9308-9e21004dda7c.png</url>
      <title>DEV Community: MillionMiner</title>
      <link>https://dev.to/millionminercom</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/millionminercom"/>
    <language>en</language>
    <item>
      <title>Why Hashrate and TFLOPS Are the Wrong Metrics for Mining and AI Hardware</title>
      <dc:creator>MillionMiner</dc:creator>
      <pubDate>Mon, 06 Jul 2026 09:30:05 +0000</pubDate>
      <link>https://dev.to/millionminercom/why-hashrate-and-tflops-are-the-wrong-metrics-for-mining-and-ai-hardware-18e8</link>
      <guid>https://dev.to/millionminercom/why-hashrate-and-tflops-are-the-wrong-metrics-for-mining-and-ai-hardware-18e8</guid>
      <description>&lt;p&gt;The two headline specs everyone reads are gross theoretical ceilings. Neither predicts what a machine earns or how much real work it does. Here is the math, with live numbers, and the two figures of merit that replace them.&lt;br&gt;
Two numbers dominate hardware buying decisions and both are close to useless on their own. For a Bitcoin miner it is hashrate, in terahash per second. For a GPU it is FP16 throughput, in teraflops. Each is a gross, theoretical ceiling, and each hides the variable that decides the outcome. Optimize for either headline and you will routinely buy the wrong machine.&lt;/p&gt;

&lt;p&gt;Mining: profit is an identity, and hashrate is one term in it&lt;br&gt;
Daily mining profit is not a mystery. It is a simple identity:&lt;/p&gt;

&lt;p&gt;profit_per_day     = income_per_day - power_cost_per_day&lt;br&gt;
income_per_day     = hashrate x network_revenue_per_hash x coin_price&lt;br&gt;
power_cost_per_day = (watts / 1000) x 24 x electricity_rate&lt;/p&gt;

&lt;p&gt;Hashrate appears once, inside income. Power is a separate term, subtracted. The figure of merit that ties them together is efficiency:&lt;/p&gt;

&lt;p&gt;efficiency (J/TH) = watts / hashrate&lt;/p&gt;

&lt;p&gt;A worked example from a live catalog, at an electricity rate of 0.07 USD/kWh:&lt;/p&gt;

&lt;p&gt;Machine               Hashrate   Power     Efficiency   Daily profit&lt;br&gt;
Whatsminer M79S       1350 TH/s  20000 W   14.81 J/TH   ~ +$15.1&lt;br&gt;
Antminer S23 Hyd 3U   1160 TH/s  11020 W    9.50 J/TH   ~ +$23.3&lt;/p&gt;

&lt;p&gt;The M79S has about 16 percent more hashrate and earns about 35 percent less profit. The reason is entirely in the efficiency column: 20,000 watts against 11,020 for a smaller hashrate lead. Rank the catalog by hashrate and the M79S is near the top; rank it by daily profit and it drops behind machines producing far less hash. Efficiency, not hashrate, tracks the outcome.&lt;br&gt;
It sharpens across generations:&lt;/p&gt;

&lt;p&gt;Machine               Hashrate   Power     Efficiency   Daily profit&lt;br&gt;
Antminer S23           318 TH/s   3498 W   11.00 J/TH   ~ +$5.6&lt;br&gt;
Antminer S19 XP Hyd    512 TH/s  10600 W   20.70 J/TH   ~ +$0.7&lt;/p&gt;

&lt;p&gt;The 318 TH/s machine out-earns the 512 TH/s machine by roughly eight to one, because it does more work per joule. Push back one more generation to S19-class hardware near 21 to 22 J/TH and, at the same rate, daily profit goes negative while hashrate still reads in the hundreds of terahash.&lt;/p&gt;

&lt;p&gt;There is a second term that swings the sign of the whole equation harder than any hardware choice: &lt;code&gt;electricity_rate&lt;/code&gt;. Hold the machine fixed and vary only the rate, and profit crosses from negative to positive somewhere between a residential tariff (0.13 to 0.22 USD/kWh across much of the US) and an industrial one (0.04 to 0.08 USD/kWh). The same box loses money at home and earns at a hosting facility. Any honest ROI model treats the rate as a first-class input, not an afterthought, which is why a live profit calculator that lets you set your own rate is the only kind worth using. The mining numbers above come from one such live tool that ranks 285 machines this way at whatever rate you enter.&lt;/p&gt;

&lt;p&gt;AI: TFLOPS is a peak, real inference is a measurement&lt;br&gt;
FP16 teraflops is the theoretical peak floating-point rate of the chip. Three things make it a poor predictor of real performance:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Vendors frequently quote FP16 with 2:4 structured sparsity, which doubles the printed number relative to the dense math most workloads run.&lt;/li&gt;
&lt;li&gt;Inference is usually memory-bandwidth-bound, not compute-bound. The card spends its time moving weights and activations, so peak FLOP throughput is not the binding constraint.&lt;/li&gt;
&lt;li&gt;The software stack, kernels, drivers, and framework support, determines how much of the theoretical hardware you can reach at all.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The fix is to measure, not to read the datasheet. Run real workloads, language-model token generation, diffusion image generation, and vision, then normalize every card to a common baseline. With the RTX 3090 fixed at an index of 100:&lt;/p&gt;

&lt;p&gt;GPU          FP16 TFLOPS   Inference index (RTX 3090 = 100)&lt;br&gt;
RTX 3090        35.6        100&lt;br&gt;
RTX 4090       165.2        133&lt;br&gt;
RTX 5090       419.1        207&lt;br&gt;
A100 40GB      312.0        152&lt;/p&gt;

&lt;p&gt;The RTX 4090 has about 4.6x the paper teraflops of the 3090 and delivers about 1.33x the measured inference. The 5090 has nearly 12x the paper number and delivers about 2x. The theoretical ratio and the measured ratio are different quantities, and only the measured one shows up in tokens per second.&lt;/p&gt;

&lt;p&gt;Training is a separate axis again. The A100 posts strong training throughput, roughly 1,396 images per second on a standard benchmark against the 3090's 905, yet sits around 152 on the inference index. A card's rank on one workload does not carry to another, so a single scalar, teraflops or hashrate, cannot summarize hardware worth.&lt;/p&gt;

&lt;p&gt;This is exactly what a workload-indexed benchmark is for. MillionMiner's &lt;a href="https://dev.toGPU%20and%20AI%20benchmark%20comparison"&gt;GPU and AI benchmark comparison&lt;/a&gt; indexes 78 cards on measured LLM, image, and vision performance against the RTX 3090 at 100, with VRAM and training throughput alongside and a head-to-head that reports the measured gap rather than the datasheet one.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>blockchain</category>
      <category>gpu</category>
      <category>bitcoin</category>
    </item>
    <item>
      <title>The Machines Ship in Weeks. The Power Takes Years.</title>
      <dc:creator>MillionMiner</dc:creator>
      <pubDate>Fri, 03 Jul 2026 10:34:58 +0000</pubDate>
      <link>https://dev.to/millionminercom/the-machines-ship-in-weeks-the-power-takes-years-564i</link>
      <guid>https://dev.to/millionminercom/the-machines-ship-in-weeks-the-power-takes-years-564i</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F66udv73rct7g025tomxd.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F66udv73rct7g025tomxd.png" alt=" " width="800" height="420"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A Gulf family office had the capital and the hardware. A fleet of the latest miners and a rack of GPUs for a second revenue line, priced and ready. What it could not buy at any speed was a place to plug them in. Every US site came back with the same answer from the utility: yes, we can serve that load, in about five years. The machines were ready in three weeks.&lt;br&gt;
Omar solved the easy part first. His family office had the money, and his team had already priced the miners and the GPUs. What they did not have, and could not buy with any amount of capital, was energized power. Every US site they liked came back with the same reply from the local utility: we can serve that load in about five years. The machines were three weeks out. The power was half a decade away. That gap is the entire business, and the contract that closes it is the power purchase agreement.&lt;/p&gt;

&lt;p&gt;If you are looking at buying a mining farm or an AI data center, the power purchase agreement is the document that decides whether the deal works. Not the hashrate, not the GPU model. The rate and terms under which electricity flows to the site are where the money is made or lost. Here is what a PPA actually is, why energized power has become the scarcest asset in the entire build-out, and how serious buyers get it.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;What a power purchase agreement actually is&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;A power purchase agreement is a contract between a buyer, the offtaker, and a seller of electricity, which can be a utility, an independent power producer, or a generator built on the site itself. In plain terms, it is how you agree to buy power at a set price for a set period instead of paying whatever the market charges on a given day. The difference between that and a floating utility bill is certainty, and certainty is what makes an operation something a lender or an equity partner will underwrite for a decade rather than a bet on next winter's energy prices.&lt;/p&gt;

&lt;p&gt;Five terms carry the weight. The price, a rate in dollars per kilowatt-hour or megawatt-hour, fixed or indexed, which flows straight into your margin. The term, usually 5 to 20 years, since a long horizon is what makes the operation bankable. The volume and load profile, meaning how many megawatts and how steadily you draw them, because a flat, high-utilization load earns a better rate than a spiky one. Interruptibility, whether you agree to power down when the grid is stressed, which lowers your rate and, for a flexible load like Bitcoin mining, can earn demand-response payments. And cost allocation, who pays for transmission upgrades and interconnection, a single line item that has sunk more data center deals than any disagreement over price.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Why the power is the moat, not the machines&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;A few years ago the hard part of mining was getting the hardware. Today the hardware is a commodity you can order tomorrow, and the power is the constraint. The numbers behind that shift are stark.&lt;/p&gt;

&lt;p&gt;In Texas alone, the interconnection queue holds more than 438,000 megawatts of proposed load, and data centers account for roughly 90 percent of it. Nationally, US power demand is growing about 23 percent a year, and interconnection delays now stretch past five years. The equipment is no better: lead times for the high-voltage transformers and switchgear a large site needs run three to five years, and often longer. You cannot pay to skip that line. Money moves the machines. It does not move the queue.&lt;/p&gt;

&lt;p&gt;The result is an inversion that caught most of the industry off guard. The Bitcoin miners who spent 2021 grinding through utility queues, negotiating interconnection, and energizing megawatts now hold exactly what the AI build-out needs most. Pre-energized sites like Riot's 700 megawatt Rockdale facility and Core Scientific's 1.2 gigawatt footprint are worth far more than any greenfield parcel, and the market has begun to reprice the companies that own them. The miners learned early that you cannot bully your way past a utility queue. The hyperscalers are learning it now.&lt;/p&gt;

&lt;p&gt;The practical takeaway for a buyer is blunt. A parcel of land with a signed PPA and a live interconnection is the deal. The ASICs or GPUs that fill it are the easy, late-stage part.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;The four ways to secure the power&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Every path to a working site ends in a price per kilowatt-hour you can rely on. They differ in how long they take, what they cost, and how much execution risk you absorb, and that is the order to weigh them in.&lt;/p&gt;

&lt;p&gt;The first is a direct utility PPA and grid interconnection. You contract with a utility or power producer and connect to the grid. It is the classic route and it produces clean, grid-reliable supply, but it lives and dies by the interconnection queue, and a new large load can wait three to five years or more with that timeline risk on you. The FERC generator interconnection process and the national queue data from Berkeley Lab show just how long the line has become.&lt;/p&gt;

&lt;h2&gt;
  
  
  *&lt;em&gt;The second is behind-the-meter, or bring-your-own-power. *&lt;/em&gt;
&lt;/h2&gt;

&lt;p&gt;Instead of waiting for the grid you generate on site, most often with natural gas, sometimes solar, and for the largest players nuclear. This is the fastest and often the cheapest power, which is why the industry now treats bring-your-own-power as its own category. The catch is execution risk: you are running a power plant and a data center at once, with gas siting, air permits, and construction all in the critical path. Gas is expected to dominate new data center power over the next five years precisely because it is buildable, but the permitting is the gate.&lt;/p&gt;

&lt;p&gt;The third is surplus interconnection. You attach your load to an existing interconnection agreement, a solar plant with spare capacity for instance, and skip the queue. It is faster and can be cheaper, but your rights sit subordinate to the host's, so if the host loses its interconnection, you lose yours. A real tool, used carefully.&lt;/p&gt;

&lt;p&gt;The fourth is to buy a site that is already energized. The fastest route is not to build power at all but to acquire a site where the PPA and the interconnection are already in hand and the megawatts are live. You inherit a locked rate and a working connection on day one, and you skip the queue, the transformer wait, and the permitting risk. For most buyers this is the only route that turns a multi-year infrastructure project into a transaction that closes this quarter.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How the rate decides everything&lt;/strong&gt;&lt;br&gt;
Because power is the dominant cost, 70 to 80 percent of a mining operation's operating expense and the largest line in an AI data center, the rate you lock is not one input among many. It is close to the entire model, and a swing of a few cents compounds across every hour of every year.&lt;/p&gt;

&lt;p&gt;Take a modest 6 megawatt site. The difference between a behind-the-meter rate near 3 cents per kilowatt-hour and a grid rate near 7 cents is four cents. Run it out: 4 cents times 6,000 kilowatts times 8,760 hours a year is more than 2 million dollars in annual margin, from the power contract alone, before a single machine is chosen. Over a ten-year PPA that one term is worth more than 20 million dollars. This is why buyers who understand the space negotiate the rate first and shop for hardware last. It is also why the market is now closing a valuation gap: operators with cheap, locked power were priced like miners while data center operators trade at multiples several times higher, and as the power owners deliver on AI leases, that spread compresses. The rate on the page is doing the heavy lifting.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Mining and AI want different power deals&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;The same site can host Bitcoin miners or AI servers, but the two loads want different contracts, and that shapes the PPA you should sign. Bitcoin mining is flexible: a miner can power down in seconds without harm, which lets you sign an interruptible or curtailable PPA at a lower rate and, in markets like Texas, sell power back during peak demand for real credits. Flexibility is a feature you get paid for. AI compute is the opposite. A training or inference cluster cannot switch off mid-job, so it needs continuous, firm supply, a more expensive but necessary product. The strongest sites keep both doors open, absorbing cheap, interruptible power with a flexible mining load today while holding the interconnection and buildout headroom to host firmer AI demand as it arrives. The pivot from mining to AI is, underneath, a story about who controls the power.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;The traps that sink powered-land deals&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Once you are shopping for an energized site, due diligence is where deals are won or lost, and the same failures recur. A will-serve letter is not powered land: a utility saying it can serve a load someday is not a contract for capacity by a date certain, and what matters is a firm interconnection with a real energization date, or, for on-site generation, air permits and fuel supply already in hand. Co-location carries live regulatory risk: federal regulators have already pushed back on behind-the-meter arrangements, rejecting an amendment that would have let a data center draw directly from a nuclear plant and then opening a broader review of how co-located loads are treated, so a deal built on the old assumptions can unwind. &lt;br&gt;
Much of what gets marketed as a project is only paper, with no load study, no signed interconnection, and no real line of sight to energization, so ask for the study, the agreement, and the date, and if they are missing, the megawatts are hypothetical. And a headline rate below what infrastructure actually costs tends to hide fees, curtailment surprises, or a counterparty that cannot hold the price, because a durable rate beats a cheap number that resets.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;How to get a PPA, or buy a site that already has one&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;There are three honest paths, and they suit very different buyers. You can negotiate a PPA directly, which is viable if you have scale, strong credit, and patience, since you will spend years in queues and carry the interconnection risk yourself; this is the domain of utility-scale developers and the largest operators. You can build your own power, where the bring-your-own-power route is fast and cheap on paper but loads a power plant's worth of permitting and construction risk on top of the data center. Or you can acquire a site that is already energized, which for most investors is the practical answer: you inherit the rate and the connection and deploy machines in weeks instead of years.&lt;/p&gt;

&lt;p&gt;That third path is what MillionMiner's turnkey mining farms and AI data centers are built around, each listed site coming with the power already secured, so the timeline that kills most projects is behind you before you start. If you would rather run machines without owning the site at all, US hosting rents you space in a facility that already holds the power, and the guide to what a mining farm is covers the layer above the contract.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;The bottom line&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Omar stopped shopping for utilities and bought a site that was already energized. His miners were hashing six weeks later, on power locked at a rate his spreadsheet could finally trust, while the operators still chasing interconnection were looking at 2029. The lesson is the one this whole market is learning: in mining and in AI, the machines are the commodity and the power contract is the moat.&lt;/p&gt;

&lt;p&gt;A power purchase agreement is not paperwork you handle at the end. It is the asset. Understand the rate, the term, and above all whether the interconnection is real, and you understand the deal. When you are ready to look at sites where the power is already solved, start with the turnkey farms and check where the economics are strongest in the best states for US mining guide.&lt;br&gt;
If you would rather look at sites where the power is already secured and live, these turnkey mining-farm and data-center listings are built around exactly that: &lt;a href="//millionminer.com/mining-farms"&gt;millionminer.com/mining-farms&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Hero photograph by Vyacheslav Argenberg, via Wikimedia Commons, CC BY 4.0. Cropped and graded to brand navy.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>bitcoin</category>
      <category>web3</category>
      <category>blockchain</category>
      <category>ai</category>
    </item>
    <item>
      <title>There's No Power Button: The Real Way to Set Up Your First ASIC Miner</title>
      <dc:creator>MillionMiner</dc:creator>
      <pubDate>Thu, 02 Jul 2026 09:03:53 +0000</pubDate>
      <link>https://dev.to/millionminercom/theres-no-power-button-the-real-way-to-set-up-your-first-asic-miner-1b43</link>
      <guid>https://dev.to/millionminercom/theres-no-power-button-the-real-way-to-set-up-your-first-asic-miner-1b43</guid>
      <description>&lt;p&gt;&lt;em&gt;The box is heavier than you expect. Inside sits something closer to a small jet engine than a computer, a power cable you do not recognize, and a control board with one recessed, unlabeled button. Everyone said mining was plug-and-play. It is, once you know the five things nobody put in the box.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fapn50ewv7loeyyo5v0ec.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fapn50ewv7loeyyo5v0ec.png" alt=" " width="800" height="420"&gt;&lt;/a&gt;&lt;br&gt;
Nate bought an Antminer on the strength of one phrase he heard a dozen times: mining is plug and play. Then the box arrived. No power button anywhere. A thick three-conductor cable that fit nothing in his house. A tiny recessed button on the control board with no label beside it. The machine was ready to run. He was not ready to run it.&lt;/p&gt;

&lt;p&gt;Setting up an ASIC miner is not hard. It is unforgiving in exactly two places: the power you feed it and the pool details you type. Get those two right and the machine hashes for years with almost no attention. Get either wrong and you either damage the hardware or mine into thin air while the fans roar and your meter spins. This is the full setup in order, the way someone who has racked thousands of these runs it, including the two mistakes that trip nearly every first attempt.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;The one-paragraph version&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Six steps: unbox, power, network, find the IP, configure the pool, verify. The step that breaks most first attempts is power, because an ASIC needs a dedicated 240-volt circuit, not a household wall outlet. Every ASIC is wired-Ethernet only, with no WiFi and no power button; it starts the instant the power distribution unit goes live. In the pool settings, the worker name has to match your pool account exactly, or the machine hashes and pays no one. Then you verify on the dashboard: full hashrate, three healthy hashboards, chip temperatures under 75 degrees Celsius.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Prepare before the miner arrives&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Most setup problems are really preparation problems, and two items on this list take longer than everything else combined, so start them now.&lt;/p&gt;

&lt;p&gt;You need a dedicated 240-volt circuit. A current miner like the Antminer S21 pulls about 3,500 watts, roughly 15 amps at 240 volts, and it needs its own breaker sized at 20 to 30 amps, not a circuit shared with anything else. This is the single most important item, and in the US it usually means calling an electrician. You need a 240-volt PDU and the right cable: the S21 series ships with a P13-to-C20 cable, a heavier three-conductor type than the C13/C14 cords on desktop gear, and it plugs into a power distribution unit rather than a wall socket. You need a wired network drop, a Cat5e or Cat6 run to your router or switch, because no ASIC has WiFi and mining moves only a few megabytes a day, so stability matters and speed does not. You need a ventilated space that is not a living room, since the machine moves 200 to 300 cubic feet of hot air a minute at 75 to 85 decibels. And you need a mining pool account and a Bitcoin wallet for payouts; Foundry USA, Antpool, ViaBTC, F2Pool, Braiins, and Luxor are the common choices, and you can compare them at miningpoolstats.stream. Finally, download Bitmain's IP Reporter from the official page, since you will need it to find the miner on your network.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 1: Sort the power and placement first&lt;/strong&gt;&lt;br&gt;
Do this before the machine is in your hands. An ASIC is not an appliance you plug into the kitchen; it is closer to an electric furnace with a network port, and the electrical work is the part that runs long.&lt;/p&gt;

&lt;p&gt;Use 240 volts, never 110. A standard US outlet cannot supply a 3,500-watt miner, and running one underpowered wastes hashrate and can damage the unit. Adding a dedicated 240-volt line, similar to a dryer or oven circuit, typically costs 150 to 300 dollars and is worth every cent of doing right. Put one miner per circuit and never load a breaker past about 80 percent of its rating. Then plan for the by-products: a single machine throws off around 12,000 BTU per hour, the same as a large space heater, and sounds like a vacuum that never stops. Give it 10 to 30 centimeters of clearance at the intake and exhaust, point the hot end where you want the heat, and keep the room below about 35 degrees Celsius.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 2: Connect power and network&lt;/strong&gt;&lt;br&gt;
With the circuit ready, the physical hookup takes about a minute, and the order matters. Set the miner on a stable surface and note which end pulls air in and which blows it out. Plug the Ethernet cable into the control board first, then into your router or switch. Connect the P13-to-C20 cable to the miner until it clicks, then plug the other end into the 240-volt PDU. Energize the PDU. There is no power button; the miner boots the moment it has power, the Ethernet port lights up, and the fans spin to full. If they scream for the first minute or two, that is the boot self-test, not a fault. It settles into its working fan curve on its own.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 3: Find the miner's IP address&lt;/strong&gt;&lt;br&gt;
The miner pulls an address from your router automatically over DHCP, but it will not tell you what that address is. Three ways to find it, easiest first. Run Bitmain's IP Reporter as administrator on the same network, click Start, then press and hold the small IP Report button on the control board for about five seconds until it beeps, and the address appears. Or log into your router and read the connected-devices list, where the miner shows up by hostname or MAC address. Or run a free scanner like Advanced IP Scanner or Angry IP Scanner. Write the address down, and if you plan to run more than one machine, reserve a static IP for each in your router so they never shuffle.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 4: Log in and secure the machine&lt;/strong&gt;&lt;br&gt;
Type the IP into any browser on the same network and the dashboard loads. Most Antminers ship with root as both the username and the password, which means the first real task is security. Change the password immediately, because a miner left on factory credentials is a target, especially on any network reachable from outside. Then check the firmware under the System tab, and if you update, download the file only from Bitmain's official site, tick "keep settings," and never cut power mid-update, which can brick the control board. Custom firmware like LuxOS, Braiins, or Vnish can autotune for more efficiency, but it carries developer fees and can void your warranty, so leave it alone on a first build until you know exactly what each setting does.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 5: Configure the pool and wallet&lt;/strong&gt;&lt;br&gt;
This is where hashes become your Bitcoin, and it is the step people most often get subtly wrong. Open the Miner Configuration tab and you will find three pool slots. Each takes three things. The stratum URL, copied from your pool dashboard, looks like stratum+tcp://pool.example.com:3333, port number included. The worker name is usually your account name plus a label, like yourAccount.rig01, and it has to match your pool account exactly; a typo here is the number-one reason a miner appears to run but never pays. The password field is ignored by most pools, so a plain x is standard. Fill the first slot with your primary pool and the other two with backups, so the miner fails over automatically if one goes offline, then Save and Apply. It restarts and starts hashing within a minute. Solo mining is a different game; one machine against an 800-plus exahash network wins on lottery odds, which is why almost everyone pools, and our explainer on &lt;a href="https://millionminer.com/news/how-bitcoin-mining-works-test-it-yourself" rel="noopener noreferrer"&gt;how mining works&lt;/a&gt; covers why.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 6: Verify it is earning&lt;/strong&gt;&lt;br&gt;
Powered on is not the same as earning. Give it 5 to 30 minutes to stabilize, then confirm four things on the dashboard. Hashrate should climb to near the model's rating, about 200 terahash on an S21 or 270 on an S21 XP; a number well below spec points to heat or hardware. All three hashboards should each carry roughly a third of the total, and a board reading zero is a dead board and a warranty claim, not a settings fix. Chip temperatures should sit under 75 degrees Celsius, because above that the miner downclocks to protect itself and your hashrate falls. And on your pool dashboard, your worker should show online with accepted shares and a near-zero reject rate. That last check is the proof the payouts are flowing to you and not into the void.&lt;/p&gt;

&lt;p&gt;**&lt;/p&gt;

&lt;h2&gt;
  
  
  When something goes wrong
&lt;/h2&gt;

&lt;p&gt;**&lt;br&gt;
Nearly every first-setup problem falls into a short list. If you cannot find the IP, confirm the Ethernet light is on and both ends are seated, make sure the miner and your computer share a network, then retry the reporter or a scanner. If the miner runs but the pool shows nothing, it is almost always a wrong worker name or a mistyped stratum URL, so re-copy both and check the port. If hashrate is low or a board reads zero, check per-board figures for a cold or missing board, high temps, or an unstable supply. Overheating and downclocking mean the room or the airflow is too warm, so add ventilation and duct the exhaust out. Random reboots point to power: verify a stable 220-to-277-volt supply, make sure nothing shares the circuit, and confirm the PDU is rated for the load.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;The honest part: noise, heat, and the power bill&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;The setup is straightforward. Living with the machine is the real question. At 75 to 85 decibels an ASIC is loud in a way that is hard to appreciate until it is running, it dumps furnace-level heat into whatever room it occupies and fights your air conditioning all summer, and it needs a 240-volt circuit most homes do not have to spare. The number that decides everything, your electricity rate, is usually the weakest part of a home setup.&lt;/p&gt;

&lt;p&gt;That is why a large share of owners buy the hardware and then run it somewhere else. Hosting puts the machine in an industrial facility at roughly 7 to 8 cents per kilowatt-hour, with the wiring, cooling, and uptime handled and none of the noise or heat in your house, while you keep the miner and every coin it earns. Before you commit either way, run your real numbers through the mining calculator at both your home rate and a hosted rate; for a lot of people the second number changes the plan. And the lowest-risk way to see the whole thing work is to skip the wiring first and watch a live machine: a free 24-hour test miner points a hosted ASIC at your pool and pays the output to your wallet, so you can read a real dashboard before buying anything.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The bottom line&lt;/strong&gt;&lt;br&gt;
Nate found the recessed button, pulled up the dashboard, fixed a worker-name typo that had him mining to nobody for ten minutes, and watched his S21 climb to 200 terahash. The setup took under an hour once the 240-volt line was in. The line itself had taken an electrician a week to schedule, which is the whole lesson: the hard part of setting up an ASIC miner is never the software, it is the power.&lt;/p&gt;

&lt;p&gt;Get the electrical right, type the pool details carefully, and verify on the dashboard before you walk away. Do that and the machine runs for years. If the noise, heat, or wiring does not fit your space, &lt;a href="https://millionminer.com/asic-miner-hosting" rel="noopener noreferrer"&gt;hosting&lt;/a&gt; solves all three at once. Either way, choose the machine first: the best Bitcoin miners guide ranks current hardware by real profit, and the full catalog with worldwide DDP shipping is at the ASIC miner shop. That is the setup MillionMiner walks every hosted customer through on day one.&lt;/p&gt;

&lt;p&gt;If the noise, heat, or 240V wiring is not a fit for your space, hosting runs the machine in a facility while you keep every coin: millionminer.com/asic-miner-hosting.&lt;/p&gt;

&lt;p&gt;Hero hashboard photograph by John McMaster, via Wikimedia Commons, CC BY 4.0. Cropped and graded to brand navy.&lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>bitcoin</category>
      <category>web3</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>She Bought Two Miners. Then a Video Showed Her What She Was Actually Up Against.</title>
      <dc:creator>MillionMiner</dc:creator>
      <pubDate>Wed, 01 Jul 2026 08:49:55 +0000</pubDate>
      <link>https://dev.to/millionminercom/she-bought-two-miners-then-a-video-showed-her-what-she-was-actually-up-against-fpj</link>
      <guid>https://dev.to/millionminercom/she-bought-two-miners-then-a-video-showed-her-what-she-was-actually-up-against-fpj</guid>
      <description>&lt;p&gt;&lt;em&gt;A warehouse in Texas, a wall of machines glowing in the dark, stretching until the far end vanished. The caption said it drew more power than a small city. She had been thinking in terms of two machines in a spare room. This was two hundred thousand, and a private power plant to run them.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F4y1t0b2tidha80gwv2ul.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F4y1t0b2tidha80gwv2ul.webp" alt=" " width="800" height="420"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Priya bought two miners and thought she understood the business. Then a video came across her feed: a warehouse in Texas, a wall of machines glowing in the dark, stretching so far back the end disappeared. The caption said the site pulled more power than a small city. She had been thinking about two machines in a spare room. This was two hundred thousand machines and a power plant's worth of electricity behind them. The question wrote itself. What exactly is that, and how does anyone with two miners compete with it?&lt;/p&gt;

&lt;p&gt;**The short version: **she was asking the wrong question, and the right one changed how she mined. A Bitcoin mining farm is what happens when mining stops being a hobby and becomes heavy industry. Here is what one actually is, how the economics work at that scale, what the largest sites look like, and the part that matters most if you are the person with two miners: why almost nobody who mines profitably actually owns the farm their machines run in.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;What a Bitcoin mining farm actually is&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Strip away the scale and a farm does exactly what one home miner does. It runs ASICs that hash against the Bitcoin network and collect block rewards. Everything different is in what surrounds the machines.&lt;/p&gt;

&lt;p&gt;A serious farm assembles four things a home never can. Machines by the thousand, rows of ASICs that often number in the tens of thousands and sometimes pass 100,000 in a single site. Industrial power, capacity measured in megawatts, drawn from the grid or a dedicated substation, usually under a long-term contract. Purpose-built cooling, air, hydro, or immersion systems designed to move enormous amounts of heat without stopping. And a team and a building, technicians, security, monitoring, and a facility engineered to run every hour of every day.&lt;/p&gt;

&lt;p&gt;Put plainly, a mining farm is a factory. The raw material is electricity, the product is Bitcoin, and the entire design exists to make that one conversion as cheap and reliable as physically possible. That framing, a factory that turns power into Bitcoin, is the key to everything else about how these places behave.&lt;/p&gt;

&lt;p&gt;Farm, home, and data center: what actually separates them&lt;br&gt;
Three words get tangled here. The distance between a home setup and a farm is scale. The distance between a mining farm and an ordinary data center is mostly what sits inside the racks.&lt;/p&gt;

&lt;p&gt;A mining farm is a data center specialized for ASICs. Swap those chips for GPUs and the same building becomes an AI data center, which is exactly the pivot a growing number of operators are now making. That is not a side note; it is one of the most important facts about the industry in 2026. A mining farm and an AI data center share the same bones, power, cooling, space, and connectivity, so when Bitcoin margins tighten and AI compute pays more, converting part of a site from mining chips to AI hardware is a natural move rather than a reinvention. The building was always the asset. The silicon inside is just a choice.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;How the economics work at scale&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Every miner on the network is chasing the same prize: a block reward of 3.125 Bitcoin plus transaction fees, paid roughly every ten minutes and divided according to how much of the total hashrate you control. A farm's whole strategy is to capture a meaningful slice of that at the lowest possible cost, and three levers decide whether it works.&lt;/p&gt;

&lt;p&gt;The first is power price. Electricity is the dominant cost of mining, so a farm lives or dies on its rate, and the best US operations reach near three cents per kilowatt-hour through long-term contracts and grid participation. To put that in perspective, that is a fraction of what a home pays. The second is scale. Buying tens of thousands of machines and megawatts of power in bulk drives the cost per unit somewhere a small operator simply cannot follow. The third is grid flexibility. Large farms in deregulated markets like Texas earn credits by cutting power during peak demand, effectively selling their electricity back to the grid in the moments it is worth more than the Bitcoin they would have mined with it.&lt;/p&gt;

&lt;p&gt;Since the April 2024 halving cut the block reward in half, these margins have tightened for everyone. That squeeze is precisely why efficiency, cheap power, and in many cases a pivot toward AI hosting now separate the farms that survive from the ones that quietly go dark.&lt;/p&gt;

&lt;p&gt;**&lt;/p&gt;

&lt;h2&gt;
  
  
  What the biggest operations actually look like
&lt;/h2&gt;

&lt;p&gt;**&lt;br&gt;
The scale of the largest farms is genuinely hard to hold in your head, so a few reference points from 2026 help. Riot's Rockdale, Texas site is the largest single Bitcoin mining facility in North America by developed capacity, around 700 megawatts, cooled largely by immersion, with a nearby Corsicana buildout positioned for a full gigawatt. Marathon runs the largest hashrate among US public miners, on the order of 40 exahash, spread across sites in Texas, North Dakota, and beyond. And the United States now hosts the largest share of global Bitcoin mining, roughly a third or more of the network, after China's 2021 ban pushed the industry offshore, with Texas as the clear center of gravity.&lt;/p&gt;

&lt;p&gt;For a sense of proportion, a single modern miner produces somewhere between 200 and 580 terahash. A gigawatt farm runs the equivalent of hundreds of thousands of them. This is an industry now measured in the same units as power utilities, because at this size that is effectively what it has become. When you own two miners, this is the wall Priya saw in that video. The instinct is to ask how you could possibly compete. The better instinct is to ask what these operators actually sell.&lt;/p&gt;

&lt;p&gt;**&lt;/p&gt;

&lt;h2&gt;
  
  
  The distinction most explainers skip: two kinds of farm operators
&lt;/h2&gt;

&lt;p&gt;**&lt;br&gt;
Here is the part that matters to you, and the part that gets left out. Not every farm is in the same business, and the difference is everything.&lt;/p&gt;

&lt;p&gt;Some farms are self-miners. Public companies like Riot, Marathon, and CleanSpark mine for their own balance sheet. They own the machines, keep the Bitcoin, and answer to shareholders. When most people picture a mining farm, this is what they imagine, and it is a business an individual cannot join.&lt;/p&gt;

&lt;p&gt;Other farms exist to run other people's machines. You buy a miner, ship it to the facility, and it runs on the farm's power and cooling while you keep the hardware and every coin it earns. This is hosting, also called colocation, and it is the door that lets one person step inside farm-scale economics without building anything. That door is the whole reason the wall in Priya's video was not the threat it looked like. If you want the mechanics of how a single hosted machine actually runs inside one of these sites, our what is ASIC hosting explainer walks through it, and the regulated US farms hub shows what a compliant site looks like from the inside.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Why almost everyone rents instead of builds&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Can anyone build a mining farm? Technically yes. Realistically, the barriers make it a corporate project, not a personal one, and the reason comes down to simple arithmetic.&lt;/p&gt;

&lt;p&gt;The single biggest advantage a farm has is its power rate, and that advantage comes almost entirely from scale and location, not from any secret technique. A hosting farm lets your one machine plug into that same rate. You get the seven to eight cents per kilowatt-hour a large operation pays, without the millions in capital, the multi-year power contract, the permits, the substation, or the staff. Building your own site to chase a better rate means taking on all of that to reach a number hosting hands you on day one.&lt;/p&gt;

&lt;p&gt;So the honest answer to "how do I compete with a 700 megawatt farm" is usually that you do not build one, you rent space in one. If you already own hardware, the home versus hosted comparison lays out the math directly, and if you are still deciding whether to buy at all, building your own miner turns out to be a dead end for a separate and interesting reason. Where a farm can go also matters, since these sites cluster in states that welcome mining and where the rules are clear, which is part of why the economics only work at certain addresses.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;The bottom line&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Priya did not need to compete with the farm in that video. She needed to get inside it. She shipped her two miners to a hosted facility, dropped her power cost from a residential rate to a farm rate, and started earning the same margin per machine that the big operators do. She still owns her hardware and every coin it mines. The only things she gave up were the noise, the heat, and the electricity bill.&lt;/p&gt;

&lt;p&gt;A Bitcoin mining farm is industrial infrastructure, built by companies with the capital to turn megawatts into Bitcoin. You almost certainly will not build one. But you can absolutely use one, and for most people that is the entire difference between mining at a loss and mining at a profit. When you are ready, compare a hosting quote, and before you commit anything, run your machine's real numbers through the mining calculator and check that the operator is one you can verify and trust. That is the standard MillionMiner holds its own US facilities to.&lt;/p&gt;

&lt;p&gt;The full hosting breakdown and a free single-miner trial: &lt;a href="//millionminer.com/asic-miner-hosting"&gt;millionminer.com/asic-miner-hosting.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Hero photograph by Marko Ahtisaari, via Wikimedia Commons, licensed CC BY 2.0. Cropped and graded to brand navy.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>blockchain</category>
      <category>web3</category>
      <category>marketing</category>
      <category>bitcoin</category>
    </item>
  </channel>
</rss>
