A crypto mining pool is a collaborative arrangement where multiple cryptocurrency miners combine their computational resources (hash power) to increase their collective probability of successfully mining new blocks. When the pool mines a block and receives the block reward, the payout is distributed among pool participants proportionally to the computational power each contributed. Mining pools address a fundamental challenge of solo mining: as network difficulty increases, individual miners with limited hardware face increasingly long intervals between finding blocks, making income unpredictable and sporadic.
Mining pools emerged as a practical solution to the concentration of mining power and the growing difficulty of proof-of-work cryptocurrencies. In Bitcoin’s early days (2009–2010), mining with a basic CPU could yield frequent block rewards. By 2024, Bitcoin’s network hash rate averaged approximately 650–750 exahashes per second (EH/s), briefly crossing 1,000 EH/s in early 2025, meaning a single high-end ASIC miner with approximately 140 terahashes per second (TH/s) would statistically need decades to find a block alone. By joining a pool with thousands of other miners, participants receive smaller but consistent payouts proportional to their contributed hash power.
As of 2024, mining pools dominate Bitcoin mining: Foundry USA and AntPool alone controlled approximately 57–60% of Bitcoin’s hash rate, with F2Pool and ViaBTC bringing the top four pools to over 70% collectively. This concentration has raised centralization concerns, as pool operators have theoretical ability to influence transaction ordering and potentially censor transactions. The mining pool landscape extends beyond Bitcoin to other proof-of-work cryptocurrencies including Litecoin, Ethereum Classic, Kaspa, and others, with each network having its own dominant pool operators.
Origin & History
2010 — Marek “Slush” Palatinus creates Bitcoin.cz Mining (later Slush Pool, now Braiins Pool), the first Bitcoin mining pool. The pool is announced on November 27, 2010, and the first pooled block is mined on December 16, 2010.
2011 — Mining pools rapidly gain adoption as Bitcoin difficulty increases. Deepbit, Eligius, and other early pools emerge. By the end of 2011, mining pools produce the majority of Bitcoin blocks.
2014 — GHash.IO briefly surpasses 51% of Bitcoin’s hash rate in June 2014 (having also approached 50% in January 2014), raising serious concerns about potential 51% attacks. The incident sparks important debates about mining pool centralization. GHash.IO voluntarily pledges to cap its share at 39.99%.
2014 — Antpool (operated by Bitmain, the largest ASIC manufacturer) launches, becoming one of the largest Bitcoin mining pools. The relationship between hardware manufacturers and pool operators raises additional centralization concerns.
2016–2017 — The “block size wars” highlight mining pool influence on Bitcoin governance. Pool operators signal support for competing protocol proposals, demonstrating their significant political power within the Bitcoin ecosystem.
2018 — Ethereum mining pools (Ethermine, SparkPool) dominate Ethereum’s hash rate. The mining pool model proves successful across multiple proof-of-work blockchains.
2019 — Braiins (the company behind Slush Pool) announces Stratum V2, a next-generation mining protocol developed in collaboration with Bitcoin developer Matt Corallo, designed to give individual miners more control over block construction.
2020–2021 — China’s mining ban (2021) causes a massive hash rate migration. Pools with Chinese operations relocate or lose hash power. Foundry USA emerges as the largest Bitcoin mining pool, reflecting the shift of mining activity to North America and other regions.
2022 — Ethereum transitions to proof-of-stake (The Merge), ending Ethereum mining. Former Ethereum miners and pools migrate to other PoW chains (Ethereum Classic, Ravencoin, Kaspa).
2024 — Foundry USA and AntPool dominate Bitcoin mining, each controlling approximately 25–35% of hash rate and together exceeding 57% of the network. Stratum V2 adoption continues to grow, though the majority of pools still use Stratum V1.
“Mining pools are the unions of the blockchain world—individuals joining together because alone they don’t have enough power to compete.” — Bitcoin community analogy
In Simple Terms
The lottery syndicate: Solo mining is like buying a single lottery ticket—the jackpot is huge, but your chances of winning are tiny. A mining pool is like a lottery syndicate where everyone buys tickets together and agrees to split any winnings. You win less per jackpot, but you win much more frequently.
The fishing collective: Individual fishermen might catch nothing some days. But a fishing cooperative that pools catches and divides them ensures everyone takes home something every day. Mining pools work the same way—pooling block rewards so everyone gets consistent income.
The group project: Instead of each student doing an entire assignment alone, a mining pool is like a group project where each person contributes their specialty. The combined effort produces results faster, and everyone shares the grade (reward).
The construction crew: Building a house alone takes months. A construction crew (mining pool) with multiple workers finishes much faster. Each worker gets paid based on the hours they put in, not whether they individually completed a room.
Important: When you join a mining pool, you are trusting the pool operator to honestly calculate your contribution and distribute rewards fairly. Pool operators also have significant power over transaction selection and block construction. Choosing a reputable, transparent pool is crucial.
Key Technical Features
Pool Mining Protocol
Stratum (V1): The dominant mining pool protocol since 2012. Miners receive work templates from the pool server, attempt to find valid hashes, and submit “shares” (partial solutions) that demonstrate work was performed.
Stratum V2: Next-generation protocol designed by Braiins’ Jan Čapek and Pavel Moravec in collaboration with Bitcoin developer Matt Corallo, and now maintained by an independent open-source community. Gives miners the option to construct their own block templates (choosing which transactions to include), addressing centralization concerns. Adds encryption and reduces bandwidth.
Shares: Partial proof-of-work solutions that are easier to find than actual block solutions. Shares prove the miner is doing work even when they don’t find a block.
Reward Distribution Methods
PPS (Pay Per Share): Pool pays a fixed amount for each share submitted, regardless of whether the pool finds a block. Low variance for miners, pool absorbs risk.
PPLNS (Pay Per Last N Shares): Rewards distributed based on shares contributed in the last N shares window. Discourages pool hopping; rewards loyal miners.
FPPS (Full Pay Per Share): Like PPS but also includes a share of transaction fees in addition to block reward.
PROP (Proportional): When the pool finds a block, reward is split proportionally among all shares submitted since the last block.
SOLO: Pool provides the infrastructure but each miner only earns when they personally find a block (technically solo mining through pool infrastructure).
Pool Architecture
- Pool server: Distributes work to connected miners and validates submitted shares
- Stratum proxy: Intermediate layer that can route mining traffic and aggregate connections
- Block template: The candidate block that miners attempt to solve; traditionally constructed by the pool operator
- Difficulty adjustment: Pool-level difficulty settings ensure miners submit shares at a manageable rate
- Payout system: Automated reward calculation and distribution to miners’ wallets
Pool Fees
- Most mining pools charge 1–3% of block rewards as operational fees
- Some pools offer 0% fees to attract hash power, monetizing through other means
- Fee structures vary: flat percentage, variable with payment method, or tiered by hash power
- Hidden fees can exist through inflated difficulty or share manipulation; transparency varies
Advantages & Disadvantages
| Advantages | Disadvantages |
| Consistent income — Regular payouts based on contributed hash power, rather than sporadic solo mining rewards | Pool fees — 1–3% of rewards are taken by the pool operator, reducing net mining income |
| Lower entry barrier — Miners with limited hardware can participate profitably by contributing to a pool | Centralization risk — Large pools controlling significant hash rate can influence transaction ordering and potentially censor transactions |
| Reduced variance — Instead of waiting months or years for a solo block, miners receive frequent proportional payments | Trust requirement — Miners must trust the pool operator to calculate shares and distribute rewards honestly |
| Infrastructure provided — Pools handle block template creation, network propagation, and payment processing | Reduced privacy — Pool operators know miners’ hash rates, payout addresses, and IP addresses |
| Community and support — Pools often provide monitoring dashboards, notifications, and technical support | Block construction power — Pool operators decide which transactions to include in blocks, not individual miners |
| Geographic optimization — Pool servers distributed globally minimize latency for miners in different regions | Pool hopping incentives — Some reward methods (PROP) incentivize miners to switch pools for short-term gains |
Risk Management
Pool Selection Criteria
- Evaluate pool transparency: does the pool publish real-time statistics, hash rate data, and reward calculations?
- Check the pool’s track record: how long has it operated, and has it had any controversies or payment issues?
- Assess the reward method: PPS/FPPS offer consistent income; PPLNS rewards loyalty; PROP has higher variance
- Consider the pool’s hash rate share: mining with pools that control <25% of network hash rate promotes decentralization
- Review fee structure: compare total effective fees including payment processing and withdrawal minimums
Centralization Mitigation
- Diversify across multiple pools to reduce dependency on any single operator
- Support pools that implement Stratum V2, which allows miners to construct their own block templates
- Consider pool governance: some pools allow miners to vote on operational decisions
- Avoid pools that engage in selfish mining or transaction censorship
- Community monitoring tools track pool behavior and flag suspicious activity
Technical Security
- Use encrypted connections (Stratum V2 or TLS) to prevent hash rate hijacking
- Verify pool server SSL certificates to prevent man-in-the-middle attacks
- Monitor your hash rate on the pool dashboard to ensure no hash rate is being diverted
- Set payout thresholds appropriately to minimize dust (very small, uneconomical amounts)
- Use dedicated mining wallets rather than exchange addresses for payouts
Cultural Relevance
- “Not your pool, not your block construction.” — Adaptation of the crypto custody mantra, applied to mining pool centralization concerns
- “Solo mining in 2024 is like buying a single lottery ticket and quitting your job to wait for the jackpot.” — Bitcoin mining community humor
- The GHash.IO 51% incident (June 2014) was one of the first major centralization scares in Bitcoin’s history, demonstrating that mining pools could theoretically threaten network security
- Mining pool operators wield significant influence in blockchain governance debates (as seen during Bitcoin’s block size wars and SegWit activation)
- The shift from Chinese-dominated pools (pre-2021) to North American pools (post-China ban) represents one of the largest geographic redistributions in Bitcoin’s history
- Stratum V2 development represents the community’s response to pool centralization concerns, aiming to restore individual miner sovereignty over block construction
- The post-Merge migration of Ethereum miners to other chains created a “refugee” narrative in the mining community
Real-World Examples
1. Foundry USA Pool
Scenario: Following China’s mining ban in 2021, North American miners needed a major pool based in the US.
Implementation: Foundry (a Digital Currency Group subsidiary) operates Foundry USA Pool, which became the largest Bitcoin mining pool by hash rate. The pool serves institutional miners with enterprise-grade infrastructure, FPPS reward distribution, and compliance features. By late 2024, it controlled approximately 30–36% of Bitcoin’s total hash rate.
Outcome: Foundry USA’s dominance reflects the geographic shift in Bitcoin mining from China to North America. The pool demonstrates that institutional-grade mining infrastructure can compete effectively. However, having a single pool control roughly a third of Bitcoin’s hash rate raises centralization concerns.
2. Braiins Pool (formerly Slush Pool) and Stratum V2
Scenario: The original Bitcoin mining pool recognized that pool operator control over block construction was a centralization threat and led development of a solution.
Implementation: Braiins (the company behind Slush Pool) co-designed Stratum V2 with Bitcoin developer Matt Corallo. The protocol optionally allows individual miners to construct their own block templates rather than accepting the pool’s template. This means individual miners can choose which transactions to include in blocks. The Stratum V2 Reference Implementation (SRI) v1.0 was released in March 2024, and it is now maintained by an independent open-source community.
Outcome: Stratum V2 represents the most significant evolution of the mining pool protocol since the original Stratum was introduced in 2012. It directly addresses the centralization concern by decoupling block construction from hash power aggregation. Adoption is growing, though the majority of pools still use Stratum V1.
3. AntPool and Bitmain Integration
Scenario: Bitmain, the world’s largest ASIC manufacturer, operates AntPool—one of the largest Bitcoin mining pools.
Implementation: AntPool, launched in 2014, benefits from its relationship with Bitmain: new ASIC models can be optimized for AntPool’s infrastructure, and Bitmain can direct its own mining operations to AntPool. The pool offers multiple reward methods (PPS+, PPLNS) and supports mining of multiple PoW cryptocurrencies.
Outcome: AntPool consistently ranks among the top 2 Bitcoin mining pools by hash rate. The Bitmain-AntPool vertical integration (hardware manufacturer + pool operator) illustrates how the mining industry has become concentrated, with a few major players controlling significant portions of the supply chain.
4. Post-Merge Ethereum Mining Pool Migration
Scenario: When Ethereum transitioned to proof-of-stake in September 2022, Ethereum mining pools and their miners needed alternative PoW networks.
Implementation: Major Ethereum pools (Ethermine, F2Pool) redirected hash power to Ethereum Classic, Ravencoin, and emerging PoW chains like Kaspa. Some miners invested in GPU-minable coins while others sold hardware. Ethermine launched an Ethereum staking service to retain its user base.
Outcome: The migration demonstrated both the flexibility and vulnerability of mining pool ecosystems. Some miners profited from early adoption of alternative chains, while others incurred losses on hardware that became less valuable. The event accelerated the decline of GPU mining for major chains.
Comparison Table
| Feature | Mining Pool | Solo Mining | Cloud Mining | Staking Pool |
| Hardware required | Yes (personal) | Yes (personal) | No (rented) | No (tokens) |
| Income consistency | High (regular payouts) | Very low (sporadic blocks) | Medium (contract terms) | High (regular rewards) |
| Fees | 1–3% | None | High (often >50% effective) | 5–15% |
| Trust requirement | Pool operator | None | Cloud provider | Pool operator |
| Entry cost | Hardware cost | Hardware cost | Contract cost | Token purchase |
| Centralization | Contributes to | Promotes decentralization | Contributes to | Contributes to |
| Blockchain | PoW chains | PoW chains | PoW chains | PoS chains |
Related Terms
- Proof of Work (PoW) — The consensus mechanism that mining pools operate within
- Hash Rate — The computational power contributed by miners, measured in hashes per second
- ASIC Miner — Application-Specific Integrated Circuit hardware designed for cryptocurrency mining
- Block Reward — The cryptocurrency awarded for successfully mining a new block
- Mining Difficulty — The adjusting parameter that determines how hard it is to find a valid block hash
- 51% Attack — The risk scenario when a single entity (or pool) controls majority hash power
- Halving — Bitcoin’s periodic block reward reduction that affects mining pool profitability
- Stratum Protocol — The communication protocol between mining pool servers and individual miners
- GPU Mining — Mining using graphics processing units, common for altcoins
- Selfish Mining — A mining strategy where pools withhold found blocks for strategic advantage
FAQ
Q: How does a mining pool work?
Miners connect their hardware to a pool server and receive work to perform. Miners submit “shares” (partial proof-of-work solutions) that prove they’re contributing hash power. When the pool collectively finds a valid block, the block reward is distributed among members proportionally to the shares they submitted. The pool takes a small fee (1–3%) for operating the infrastructure.
Q: How do I choose the right mining pool?
Consider: pool size (larger pools find blocks more frequently but contribute to centralization), fee structure (compare PPS vs FPPS vs PPLNS), payout minimum and frequency, geographic server locations (lower latency = fewer rejected shares), transparency and reputation, and whether the pool supports Stratum V2 for decentralized block construction.
Q: Are mining pools bad for decentralization?
Mining pools create a tension: they benefit individual miners by providing consistent income, but large pools concentrate block construction power in few operators. If a pool controls >51% of hash rate, it could theoretically attack the network. Stratum V2 and community norms encouraging hash rate distribution across pools are the primary mitigation strategies.
Q: What is the difference between PPS and PPLNS?
PPS (Pay Per Share) pays a fixed rate for every share, regardless of whether the pool finds a block—low risk for miners, high risk for the pool. PPLNS (Pay Per Last N Shares) distributes rewards only when blocks are found, based on recent share contributions—higher variance for miners but rewards loyalty and discourages pool-hopping.
Q: Can a mining pool steal my Bitcoin?
A pool cannot steal Bitcoin you’ve already received. However, a dishonest pool could undercount your shares, pay less than earned, or go offline with pending payouts. Using reputable, long-established pools and setting low payout thresholds minimizes this risk. The pool never has access to your wallet—only to the payout address you provide.
Q: What happens to mining pools after Bitcoin halving events?
Halvings cut block rewards in half, reducing mining revenue. Less efficient miners and pools become unprofitable and exit the network. Hash rate typically dips initially, then recovers as difficulty adjusts and less efficient competition exits. Major pools survive through operational efficiency, transaction fee revenue, and the typical price appreciation that follows halvings.
Sources
- Braiins — History of Mining Pools
- Stratum V2 Protocol Specification (stratumprotocol.org)
- Bitcoin Mining Pool Hash Rate Distribution — BTC.com
- Bitcoin Wiki — Mining Pool Comparison
- Cambridge Bitcoin Electricity Consumption Index
- Wikipedia — GHash.io
- CoinWarz — Bitcoin Hashrate Chart


