Difference between revisions of "Comparison of mining pools"

From Bitcoin Wiki
Jump to: navigation, search
m (Reverted edits by Luke-jr (talk) to last revision by Alejandrobitcoin)
 
(335 intermediate revisions by 70 users not shown)
Line 1: Line 1:
 
Reward types & explanation:
 
Reward types & explanation:
 +
* '''CPPSRB''' - Capped Pay Per Share with Recent Backpay. [http://eligius.st/wiki/index.php/Capped_PPS_with_Recent_Backpay]
 
* '''DGM''' - Double Geometric Method.  A hybrid between PPLNS and Geometric reward types that enables to operator to absorb some of the variance risk.  Operator receives portion of payout on short rounds and returns it on longer rounds to normalize payments. [https://bitcointalk.org/index.php?topic=39497.0]
 
* '''DGM''' - Double Geometric Method.  A hybrid between PPLNS and Geometric reward types that enables to operator to absorb some of the variance risk.  Operator receives portion of payout on short rounds and returns it on longer rounds to normalize payments. [https://bitcointalk.org/index.php?topic=39497.0]
 +
* '''ESMPPS''' - Equalized Shared Maximum Pay Per Share. Like SMPPS, but equalizes payments fairly among all those who are owed. [http://bitcointalk.org/index.php?topic=12181.msg378851#msg378851]
 +
* '''POT''' - Pay On Target. A high variance PPS variant that pays on the difficulty of work returned to pool rather than the difficulty of work served by pool [https://bitcointalk.org/index.php?topic=131376.0]
 +
* '''PPLNS''' - Pay Per Last N Shares. Similar to proportional, but instead of looking at the number of shares in the round, instead looks at the last N shares, regardless of round boundaries.
 +
* '''PPLNSG''' - Pay Per Last N Groups (or shifts). Similar to PPLNS, but shares are grouped into "shifts" which are paid as a whole.
 +
* '''PPS''' - Pay Per Share. Each submitted share is worth certain amount of BTC. Since finding a block requires <current difficulty> shares ''on average'', a PPS method with 0% fee would be 6.25 BTC divided by <current difficulty>. It is risky for pool operators, hence the fee is highest.
 
* '''Prop.''' - Proportional. When block is found, the reward is distributed among all workers proportionally to how much shares each of them has found.
 
* '''Prop.''' - Proportional. When block is found, the reward is distributed among all workers proportionally to how much shares each of them has found.
* '''PPLNS''' - Pay Per Last N Shasres. Similar to proportional, but instead of looking at the number of shares in the round, instead looks at the last N shares, regardless of round boundaries.
 
* '''PPS''' - Pay Per Share. Each submitted share is worth certain amount of BC. Since finding a block requires <current difficulty> shares ''on average'', a PPS method with 0% fee would be 25 BTC divided by <current difficulty>. It is risky for pool operators, hence the fee is highest.
 
* '''SMPPS''' - Shared Maximum Pay Per Share. Like Pay Per Share, but never pays more than the pool earns. [http://eligius.st/wiki/index.php/Shared_Maximum_PPS]
 
* '''ESMPPS''' - Equalized Shared Maximum Pay Per Share. Like SMPPS, but equalizes payments fairly among all those who are owed. [http://forum.bitcoin.org/index.php?topic=12181.msg378851#msg378851]
 
 
* '''RSMPPS''' - Recent Shared Maximum Pay Per Share. Like SMPPS, but system aims to prioritize the most recent miners first. [http://eligius.st/wiki/index.php/Shared_Maximum_PPS]
 
* '''RSMPPS''' - Recent Shared Maximum Pay Per Share. Like SMPPS, but system aims to prioritize the most recent miners first. [http://eligius.st/wiki/index.php/Shared_Maximum_PPS]
* '''CPPSRB''' - Capped Pay Per Share with Recent Backpay. [http://eligius.st/wiki/index.php/Capped_PPS_with_Recent_Backpay]
 
* '''POT''' - Pay On Target. A high variance PPS variant that pays on the difficulty of work retuened to pool rather than the difficulty of work served by pool [https://bitcointalk.org/index.php?topic=131376.0]
 
 
* '''Score''' - Score based system: a proportional reward, but weighed by time submitted. Each submitted share is worth more in the function of time ''t'' since start of current round. For each share score is updated by: score += exp(t/C). This makes later shares worth much more than earlier shares, thus the miner's score quickly diminishes when they stop mining on the pool. Rewards are calculated proportionally to scores (and not to shares). (at slush's pool C=300 seconds, and every hour scores are normalized)
 
* '''Score''' - Score based system: a proportional reward, but weighed by time submitted. Each submitted share is worth more in the function of time ''t'' since start of current round. For each share score is updated by: score += exp(t/C). This makes later shares worth much more than earlier shares, thus the miner's score quickly diminishes when they stop mining on the pool. Rewards are calculated proportionally to scores (and not to shares). (at slush's pool C=300 seconds, and every hour scores are normalized)
[http://eligius.st/~luke-jr/samples/800MH-3/ Visual examples of the various payout methods]
+
* '''SMPPS''' - Shared Maximum Pay Per Share. Like Pay Per Share, but never pays more than the pool earns. [http://eligius.st/wiki/index.php/Shared_Maximum_PPS]
 +
* '''FPPS''' - Full Pay Per Share. Similar to PPS,but not only divide regular block reward (6.25 BTC for now) but also some of the transaction fees.  Calculate a standard transaction fee within a certain period and distribute it to miners according to their hash power contributions in the pool. It will increase the miners' earnings by sharing some of the transaction fees.
 +
* '''TIDES''' - Transparent Index of Distinct Extended Shares. As blocks are being mined, they generate the reward by a weighted percentage of effort to the most recently found proofs. The proof period funds are distributed across has been chosen such that each proof should be paid on average 8 times. Instead of a set amount of bitcoins per proof, the block reward is divided by percent, so transaction fees are included.
 +
 
 +
A statistically valid analysis of some pools and their payout methods: [http://organofcorti.blogspot.com/ Bitcoin network and pool analysis]
 +
 
 +
== Operational Pools ==
 +
 
 +
The following mining pools are still running and paying out their users:
  
{| class="wikitable sortable"
+
{| class="wikitable sortable" border="1"
 
|-
 
|-
! Name                !! Location            !! GH/s<ref name="hashrate2"/>
+
! Name                !! Location            !! Size<ref name="hashrate2"/>
 
!                                                        Merged Mining<ref name="merged"/>
 
!                                                        Merged Mining<ref name="merged"/>
!                                                                    Reward Type            !! Transaction fees!!PPS Fee!!Other Fee!! [[getwork|GWK]] !! [[Stratum|STM]] !! [[getblocktemplate|GBT]]
+
!                                                                    Reward Type            !! Transaction fees!!PPS Fee!!Other Fee!! [[File:Stm.png|link=Stratum_mining_protocol]] !! [[getblocktemplate|GBT]]
 
! Launched  !! Variance                    !! Forum                                      !! Website
 
! Launched  !! Variance                    !! Forum                                      !! Website
 
|-
 
|-
| [[50BTC]]           || Germany/USA/Russia  || 8000 || No     || PPS<ref name="stales"/> || {{PoolFees}}     ||   3% ||         || {{Yes}} || {{Yes}} ||
+
| [[AntPool]]         || China                || Large || No       || PPLNS & PPS             || {{PoolFees}}   || 2.5% || 0%      || {{Yes}} || {{No}}
| 2011-11-11 || User<ref name="changeable"/> || [http://bitcointalk.org/?topic=54673  link] || [http://50btc.com/ link]
+
| ?          || ?                            || [https://bitcointalk.org/index.php?topic=855548 link] || [https://www.antpool.com/ link]
 
|-
 
|-
| [[ABCPool.co]]     || USA                  ||   600 || No     || PPS<ref name="stales"/> || {{PoolFees}}     ||   5% ||         || {{Yes}} || {{No}}  || {{No}}
+
| [[BTC.com]]         || {{flag|cn}}{{flag|us|}}{{flag|eu}}              || Medium || [[NMC]]     || FPPS          || {{SharedFees}}   || 0% || 4%      || {{Yes}} || {{No}}
| 2011-08-02 || Diff 1                      || [http://bitcointalk.org/?topic=33586  link] || [http://www.ABCPool.co/ link]
+
| 2016-09-13          ||     User                    || [https://bitcointalk.org/index.php?topic=1827718.0 link] || [https://pool.btc.com/ link]
 
|-
 
|-
| [[BitArena]]       || Romania              ||     1 || No     || Prop.                  || {{PoolFees}}     ||     ||     0% ||         ||        || {{Yes}}
+
| [[DEMAND]]         || Global || Small || No || SOLO                  || {{SharedFees}}   ||   ||     0%   || {{Yes}} || {{No}}
| 2012-09-22 || Diff 1                      || [http://bitcointalk.org/?topic=112243 link] || [https://www.bitarena.net/ link]
+
| 2023-11-27 ||   || [https://bitcointalk.org/index.php?topic=5476679.0 link] || [http://DMND.WORK link]
 
|-
 
|-
| [[Bitcash.cz]]     || Czech Republic      ||     5 || No      || Prop.                  || {{PoolFees}}     ||     ||     0% || {{Yes}} ||         ||
+
| [[F2Pool]]         || {{flag|us|}}{{flag|eu|}}{{flag|cn|}}                || Large || NMC, SYS, EMC || PPS+                    || {{SharedFees}}   || 2.5%    ||   0%     || {{Yes}} || {{No}}
| 2012-09-14 || Diff 1                      || [http://bitcash.cz/forum/ link]             || [http://bitcash.cz/pool/ link]
+
| 2013-05-05 || Dynamic              || [https://bitcointalk.org/index.php?topic=700411.0 link] || [https://www.f2pool.com link]
 
|-
 
|-
| [[BitClockers]]     || USA/Europe          ||   250 || [[NMC]] || PPS                    || {{PoolFees}}    ||   8% ||         || {{Yes}} ||        ||
+
| [[Golden Nonce Pool]]         || {{flag|us}}{{flag|eu}}|| Small || No      || DGM                || {{PoolFees}}    ||     ||     0% || {{Yes}} ||  
| 2011-05-27 || Diff 1                      || [http://bitcointalk.org/?topic=10127 link] || [http://bitclockers.com/ link]
+
| 2018-03-27 || Dynamic || [https://bitcointalk.org/index.php?topic=3208073;all link]   || [https://goldennoncepool.com link]
 
|-
 
|-
| [[BitcoinPool.com]] || USA                  ||   70 || No      || Prop.                  || {{PoolFees}}    ||      ||      0% || {{Yes}} ||         ||
+
| [[KanoPool]]         || {{flag|us}}{{flag|sg}}{{flag|de}}{{flag|jp}}{{flag|nl}} || Medium || No      || PPLNSG                || {{SharedFees}}    ||      ||      0.9% || {{Yes}} || {{No}}
| 2011-03-08 || Diff 1                      || [http://bitcoinpool.com/forum/ link]       || [http://www.bitcoinpool.com/ link]
+
| 2014-09-20 || User<ref name="changeable"/>/Dynamic 18SPM || [https://bitcointalk.org/index.php?topic=789369.0 link]   || [http://www.kano.is link]
 
|-
 
|-
| [[Bitcoin Pooled Mining|Slush's pool (mining.bitcoin.cz)]]
+
| [[P2Pool]]          || Global (p2p)         ||   Small || Merged mining can be done on a "solo mining" basis <ref name="solomm"/> || PPLNS  || {{SharedFees}}  ||      ||      | 0% || {{Yes}} || {{No}}
|                       France              || 3600 || [[NMC]] || Score                  || {{SharedFees}}  ||      ||      2% ||        || {{Yes}} ||
+
| 2011-06-17 || User<ref name="changeable"/> || [http://bitcointalk.org/?topic=18313  link] ||
| 2010-11-27 || User<ref name="changeable"/> || [http://bitcointalk.org/?topic=1976  link] || [http://mining.bitcoin.cz/ link]
 
 
|-
 
|-
| [[Bitcoins.lc]]    || EU                  ||    60 || No      || Prop.                  || {{PoolFees}}    ||      ||      0% || {{Yes}} ||        ||
 
| 2011-05-27 || Diff 1                      || [http://bitcointalk.org/?topic=10121  link] || [http://www.bitcoins.lc/ link]
 
 
|-
 
|-
| [[Bitparking]]     || USA                  ||  130 || [[NMC]], I0C, IXC, [[Devcoin]]
+
| [[Poolin]]         || Global                ||  Medium ||[[NMC]] VCASH || FPPS  || {{SharedFees}}   ||   2.5% ||     0% || {{Yes}} || {{Yes}}
|                                                                   PPS                    || {{PoolFees}}     || 2.5% ||         || {{Yes}} ||         ||
+
| 2017-10-01 || Dynamic || [https://bitcointalk.org/index.php?topic=5169994.0 link] || [https://poolin.com/ link]
| 2012-01-08 || User<ref name="changeable"/> || [http://bitcointalk.org/?topic=57148 link] || [http://mmpool.bitparking.com/pool link]
 
 
|-
 
|-
| [[BitMinter]]       || Germany              || 2000 || [[NMC]] || PPLNS                  || {{SharedFees}}  ||     ||      1% || {{Yes}} || {{Yes}} || {{Yes}}
+
| [[SBICrypto Pool]]         || Global                ||   Medium || No      || FPPS  || {{SharedFees}}  ||   0% ||      0% || {{Yes}} || {{Yes}}
| 2011-06-26 || Diff 1                      || [http://bitcointalk.org/?topic=27062  link] || [https://bitminter.com link]
+
| 2020-11-03 || User<ref name="changeable"/>/Dynamic ||                                             || [https://sbicrypto.comlink]
 
|-
 
|-
| [[BitPenny]]       || USA                  ||     4 || No      || CPPSRB                  || {{SharedFees}}  ||   3% ||         || {{No}}<ref name="local"/> || {{No}} || {{No}}
+
| [[Slush Pool]]
| 2011-02-08 || Diff 8                      || [http://bitcointalk.org/?topic=36371  link] || [http://bitpenny.com/ link]
+
|                       Global              || Medium || [[NMC]] || Score                  || {{SharedFees}}  ||     ||     2% || {{Yes}} || {{No}}
 +
| 2010-11-27 || User<ref name="changeable"/> || [http://bitcointalk.org/?topic=1976  link] || [https://slushpool.com/ link]
 
|-
 
|-
| [[BTC Canada]]     || Canada              ||     2 || No     || PPLNS                  || {{PoolFees}}     ||     ||   1.5% || {{Yes}} ||        ||
+
| [[Luxor]]       || {{flag|us|label=1}}||    Medium || No || FPPS & PPS                    || {{SharedFees}} || 2% ||     0% || {{Yes}} ||
| 2012-08-08 || Diff 1                       || [http://bitcointalk.org/?topic=99741  link] || [https://btccan.com/ link]
+
| 2018-01-01 || VarDiff                       ||                                             || [https://mining.luxor.tech// link]
 
|-
 
|-
| [[BTC Guild]]       || USA/Canada/Europe    || 20000 || [[NMC]] ([[getwork]] only)
+
| [[OCEAN]]         || {{flag|us|label=1}}|| Small || No || TIDES                  || {{SharedFees}}   ||    ||    0%    || {{Yes}} || {{No}}
|                                                                   PPS/PPLNS              || shared on PPLNS ||   5% ||      3% || {{Yes}} || {{Yes}} || {{No}}
+
| 2011-04-27 || Dynamic || || [http://ocean.xyz link]
| 2011-05-09 || User<ref name="changeable"/>/Dynamic
 
|                                               [http://bitcointalk.org/?topic=49417  link] || [https://www.btcguild.com/ link]
 
 
|-
 
|-
| [[BTC Oxygen]]      || Europe              ||    70 || No      || PPS                    || {{PoolFees}}    ||  2% ||        || {{Yes}} || {{Yes}} ||
+
|}
| 2012-11-01 || Diff 1                      || [http://bitcointalk.org/?topic=127815 link] || [http://www.btcoxygen.com/ link]
+
 
 +
== Defunct Pools ==
 +
 
 +
The following pools were once operational but have since shut down. They are listed for historical purposes only.
 +
 
 +
{| class="wikitable sortable" border="1"
 
|-
 
|-
| [[BTCMine]]        || UK                  ||    65 || No      || Score                  || {{PoolFees}}    ||      ||      0% || {{Yes}} ||        ||
+
! Name                !! Location            !! Size<ref name="hashrate2"/>
| 2011-03-11 || Diff 1                      || [http://bitcointalk.org/?topic=4251  link] || [http://www.btcmine.com/ link]
+
!                                                        Merged Mining<ref name="merged"/>
 +
!                                                                    Reward Type            !! Transaction fees!!PPS Fee!!Other Fee!! [[File:Stm.png|link=Stratum_mining_protocol]] !! [[getblocktemplate|GBT]]
 +
! Launched  !! Variance                    !! Forum                                      !! Website
 
|-
 
|-
| [[btcmp.com]]       || Germany              ||   60 || No      || PPS                    || {{PoolFees}}     ||   4% ||         || {{Yes}} ||         ||
+
| [[BCMonster.com]]       ||{{flag|us|}}{{flag|eu}}{{flag|cn|}} || Small || No      || PPLNS                  || {{SharedFees}}   ||       ||     0.5% || {{Yes}} || {{No}}
| 2011-06-28 || Diff 1                      ||                                             || [http://www.btcmp.com/ link]
+
| 2016-01-13 ||   Dynamic ||   [https://bitcointalk.org/index.php?topic=1327077.0  link]                                || [http://www.bcmonster.com link]
 
|-
 
|-
| [[BTCWarp]]         || USA                  ||   50 || No     || Score                  || {{PoolFees}}    ||     ||     0% || {{Yes}} ||        ||
+
| [[BitcoinAffiliateNetwork]]     || {{flag|us|}}{{flag|eu}}{{flag|cn|}}{{flag|nl|}}{{flag|au|}}     ||   ?  || [[NMC]] || ?        || {{PoolFees}}    ||   ? ||   ?    ||   {{Yes}}     ||
| 2011-07-29 || Diff 1                      || [http://www.bitcoinbalkan.com/forum link]   || [http://www.btcwarp.com/ link]
+
| 2014-07-15 || User/Dynamic          || [https://bitcointalk.org/index.php?topic=722202.link] || [http://mining.bitcoinaffiliatenetwork.com/ link]
 
|-
 
|-
| [[CoinLab Protected Pool]] || USA          ||     ? || No      || PPS                    || {{PoolFees}}     || 2-5% ||         || {{Yes}} ||         ||
+
| [[BitMinter]]       || {{flag|us}}{{flag|ca|label=1}}{{flag|eu}}          || Small || [[NMC]] || PPLNSG                  || {{SharedFees}}   ||     ||     1% || {{Yes}} || {{No}}
| 2012-08-09 || Diff 1                      || [http://bitcointalk.org/?topic=99643 link] ||
+
| 2011-06-26 || User<ref name="changeable"/>/Dynamic || [https://bitcointalk.org/?topic=788753 link] || [https://bitminter.com link]
 
|-
 
|-
| [[Coinotron]]       || Poland              ||    70 || No      || DGM                     || {{PoolFees}}    ||      ||      0% || {{Yes}} ||        ||
+
| [[BTCDig]]         || {{flag|us|label=1}}||    Small || No      || DGM                   || {{PoolFees}}    ||      ||      0% || {{Yes}}     ||
| 2011-07-06 || Diff 1                      || [http://bitcointalk.org/?topic=26727  link] || [http://www.coinotron.com link]
+
| 2013-07-04 || User<ref name="changeable"/>/Dynamic 20SPM                      || [https://bitcointalk.org/index.php?topic=249627  link] || [http://btcdig.com/ link]
 
|-
 
|-
| [[DeepBit]]         || Germany              || 4200 || No      || PPS/Prop.              || {{PoolFees}}    || 10% ||     3% || {{Yes}} ||        ||
+
| [[btcmp.com]]       || {{flag|de|label=1}}||    Small || No      || PPS                     || {{PoolFees}}    ||   4% || || {{Yes}} ||
| 2011-02-26 || Diff 1                      || [http://bitcointalk.org/?topic=3889  link] || [http://deepbit.net/ link]
+
| 2011-06-28 || Diff 1                      ||                                             || [http://www.btcmp.com/ link]
 
|-
 
|-
| [[Eclipse Mining Consortium]]
+
| [[BTCC Pool]]           || China, Japan      || Large    || [[NMC]]      || PPS                       || {{PoolFees}}   || 2.0%     || 0%       || {{Yes}} || {{Yes}}
|                   USA/Europe/Australia/Asia || 1900 || No      || DGM/PPS                 || {{PoolFees}}     ||   5% ||     0% || {{Yes}} || {{Yes}} || {{Yes}}
+
| 2014-10-21          || Dynamic                           || ?                                     || [https://pool.btcc.com link]
| 2011-06-14 || User<ref name="changeable"/>/Dynamic
 
|                                               [http://bitcointalk.org/?topic=16385  link] || [https://eclipsemc.com link]
 
 
|-
 
|-
| [[Eligius]]         || Germany              || 5000 || No     || CPPSRB                  || {{PoolFees}}     ||   0% ||         || {{Yes}} || {{Yes}} || {{Yes}}
+
| [[btcZPool.com]]       || {{flag|us|label=1}}||   Large || BitCoinZ     || PPLNS                    || {{SharedFees}} || 1% ||     0% || {{Yes}} ||
| 2011-04-27 || Dynamic: 32 shares/m        || [http://bitcointalk.org/?topic=23768  link] || [http://eligius.st link]
+
| 2017-06-25 || VarDiff                      ||                                             || [http://www.btcZPool.com/ link]
 
|-
 
|-
| [[Horrible Horrendous TT]] || USA          ||    15 || No      || PPS<ref name="stales"/> || {{PoolFees}}    ||  1% ||        || {{Yes}} ||        ||
 
| 2012-08-29 || User<ref name="changeable"/> || [http://bitcointalk.org/?topic=95378  link] || [http://hhtt.1209k.com/ link]
 
 
|-
 
|-
| [[Mining Team Reddit (MtRed)]]|| USA/Europe ||   0 (Closed) || [[NMC]] || PPS<ref name="stales"/> || {{SharedFees}}  ||   0% ||         || {{Yes}} ||        ||
+
| [[BW Mining]]     || China                || Medium || ?      || PPLNS & PPS             || ?              || ?    || ?      || {{Yes}} ||
| 2011-05-25 || Diff 1                      || [http://bitcointalk.org/?topic=15929 1] [http://reddit.com/r/mtred/ 2] || [http://www.mtred.com/ link]
+
| ?          || ?                            || ?                                           || [https://www.bw.com/pool link]
 
|-
 
|-
| [[MaxBTC]]         || USA                  ||   220 || [[NMC]] || DGM                    || {{PoolFees}}     ||     ||     0% || {{Yes}} ||         ||
+
| [[Eligius]]         || {{flag|us|label=1}}|| Small || [[NMC]] || CPPSRB                  || {{SharedFees}}   ||   ||     0%   || {{Yes}} || {{Yes}}
| 2012-03-15 || Diff 1                      || [http://bitcointalk.org/?topic=68734 link] || [https://www.maxbtc.com/ link]
+
| 2011-04-27 || Dynamic: 32 shares/m        || [https://bitcointalk.org/?topic=441465 link] || [http://eligius.st link]
 
|-
 
|-
| [[NMCBit]]          || USA                  ||   20 || [[NMC]] || PPS/Prop.              || {{PoolFees}}     || 6.6% ||     3% || {{Yes}} ||         ||
+
| [[EMCD Pool]]          || CIS, EU, KZ, IR, China || Medium || - || FPPS+                    || {{SharedFees}}   || 1%   ||   0%     || {{Yes}} || {{No}}
| 2011-08-01 || Diff 1                      || [http://dot-bit.org/forum/viewtopic.php?f=6&t=268 link] || [http://www.nmcbit.com/ link]
+
| 2018-01-26 || Dynamic              || || [https://pool.emcd.io link]
 
|-
 
|-
| [[Ozco.in]]         || USA/Europe/Australia || 5000 || [[NMC]] on DGM || DGM/PoT/PPS     || shared on DGM    ||  3% ||   1%/2% || {{No}}  || {{Yes}} || {{No}}
+
| [[GHash.IO]]       || {{flag|nl|label=1}}|| Small || [[NMC]], IXC, [[Devcoin]]     || PPLNS                  || {{SharedFees}}   ||       ||     0% || {{Yes}} || {{No}}
| 2011-06-07 || User<ref name="changeable"/>/Dynamic
+
| 2013-07-01 ||           User<ref name="changeable"/> |[https://support.cex.io link]                               || [https://ghash.io/  link]
|                                               [http://bitcointalk.org/?topic=14085 link] || [https://www.ozcoin.net link]
 
 
|-
 
|-
| [[P2Pool]]         || Earth (P2P)         ||   300 || Solo<ref name="solomm"/> || PPLNS || {{SharedFees}}   ||     ||     0% || {{No}}<ref name="local"/> || {{No}}<ref name="local"/> || {{No}}
+
| [[Give Me COINS]]   || {{flag|us}}{{flag|eu}}         || Small || [[NMC]]  || PPLNS                 || {{SharedFees}}     ||   || 0%|| {{Yes}} || {{Yes}}
| 2011-06-17 || User<ref name="changeable"/> || [http://bitcointalk.org/?topic=18313 link] ||
+
| 2013-08-12 || Dynamic        || [https://bitcointalk.org/index.php?topic=272017.0 link] || [http://give-me-coins.com link]
 
|-
 
|-
| [[pool.itzod.ru]]   || Russia              ||   450 || No      || RSMPPS                 || {{SharedFees}}  ||   0% ||        || {{Yes}} || {{Yes}} || {{Yes}}
+
| [[Jonny Bravo's Mining Emporium]]       ||{{flag|us|}}{{flag|eu}} || Small || No      || PPLNS                 || {{SharedFees}}  ||       ||      0.5% || {{Yes}} || {{No}}
| 2011-08-01 || User<ref name="changeable"/> || [http://bitcointalk.org/?topic=25127 RU] [https://bitcointalk.org/index.php?topic=44024.0 EN] || [https://pool.itzod.ru/ link]
+
| 2015-11-19 ||   Dynamic ||   [https://bitcointalk.org/index.php?topic=1330452.0 link]                               || [http://www.bravo-mining.com  link]
 
|-
 
|-
| [[PolMine]]         || Poland              ||   160 || No     || SMPPS                  || {{SharedFees}}   ||   1% ||         || {{Yes}} ||         || {{Yes}}
+
| [[kmdPool.org]]       || {{flag|us|label=1}}||   Large || Komodo     || PPLNS                    || {{SharedFees}} || 1% ||     0% || {{Yes}} ||
| 2011-06-13 || Diff 1                       || [http://forum.polmine.pl/ link]            || [https://polmine.pl/?setlang=en link]
+
| 2017-11-25 || VarDiff                       ||                                            || [http://www.kmdPool.org/ link]
 
|-
 
|-
| [[Triplemining]]   || Europe              ||  100 || No    ||PPLNS<ref name="jackpot"/>|| {{PoolFees}}     ||      ||      0% || {{Yes}} || {{Yes}} || {{Yes}}
+
| [[MergeMining]]         || Global          ||  Small || CRW, DVC, HUC, I0C, IXC, XMY/MYR, NMC, SYS, UNO, TRC, ARG, EMC || PPLNS || {{SharedFees}}   ||      ||      1% || {{Yes}} || {{No}}
| 2011-06-28 || Diff 1 for getwork/GBT, dynamic for stratum
+
| 2016-12-01|| User<ref name="changeable"/> ||  || [https://mergemining.com link]
|                                               [http://bitcointalk.org/?topic=23664 link] || [https://www.triplemining.com link]
 
 
|-
 
|-
| [[pool.mkalinin.ru]] || Russia              ||   27 || No      || PPLNS                  || {{PoolFees}}    ||      ||      0% || {{Yes}} ||         ||
+
| [[Multipool]]         || {{flag|us}}{{flag|eu}}      ||   Small || [[NMC]] || Score                    || {{SharedFees}}    ||      ||      1.5% ||     {{Yes}}     || {{No}}
| 2011-07-20 || Diff 1                       || [http://bitcointalk.org/?topic=30703 link] || [http://pool.mkalinin.ru/ link]
+
| 2012-03-15 || User                       || [https://bitcointalk.org/index.php?topic=311067.0 link] || [https://www.multipool.us/ link]
 
|-
 
|-
| [[btc.p2pcoins.net]] || Russia              ||   100 || No     || PPS                     || {{PoolFees}}     ||   3% ||         || {{Yes}} ||         || {{Yes}}
+
| [[ZenPool.org]]       || {{flag|us|label=1}}||   Large || ZenCash     || PPLNS                     || {{SharedFees}} || 1% ||     0% || {{Yes}} ||
| 2012-12-20 || Diff 2                       || [http://bitcointalk.org/?topic=133247 link] || [http://btc.p2pcoins.net/ link]
+
| 2017-10-25 || VarDiff                       ||                                             || [http://www.ZenPool.org/ link]
 
|-
 
|-
| [[alvarez.sfek.kz]]  || Kazakhstan          ||    4 || No      || PPLNS                  || {{PoolFees}}    ||      ||      0% || {{Yes}} ||        ||
 
| 2012-04-19 || Diff 1                      || [http://bitcointalk.org/?topic=80135  link] || [http://alvarez.sfek.kz/ link]
 
 
|}
 
|}
 +
 +
 +
== SPV Mining / Old Bitcoin Core ==
 +
 +
The following pools are known or strongly suspected to be mining on top of blocks before fully validating them with Bitcoin Core 0.9.5 or later.  Miners doing this have already lost over $50,000 USD during the 4 July 2015 fork and have created a situation where small numbers of confirmations are much less useful than they normally are.
 +
 +
* BTC Nuggets
 +
* [https://www.f2pool.com/ F2Pool]<ref name="spv_despite_incident">[https://bitcointalk.org/index.php?topic=700411.msg11790734#msg11790734 Intention to continue SPV mining], Wang Chun, 4 July 2015</ref>
 +
* AntPool<ref name="spv_despite_incident" />
 +
 +
The following pools are believed to be currently fully validating blocks with Bitcoin Core 0.9.5 or later (0.10.2 or later recommended due to DoS vulnerabilities):
 +
 +
* [[BitMinter]]
 +
* BTC China (described as SPV mining<ref name="spv_despite_incident" />, but they're performing effective valiation)
 +
* [[BTC Public Mining Pool]]
 +
* [[CKPool]]
 +
* [[Eligius]]
 +
* [[Golden Nonce Pool]]
 +
* [[P2Pool]]
 +
* [[Bitcoin Pooled Mining|Slush Pool]]
 +
* [[BCMonster.com]]
 +
* [[Jonny Bravo's Mining Emporium]]
 +
 +
== References ==
 +
 
<references>
 
<references>
<ref name="hashrate2">Note that pool hashrate is largely irrelevant but can be seen as a popularity measurement. Note however that it is a theoretical security issue if one pool gains above 50% of the total computational power of the network, thus consider joining a pool based on other metrics.</ref>
+
 
 +
<ref name="hashrate2">Note that pool hashrate is largely irrelevant but can be seen as a popularity measurement. It is a theoretical security issue if one pool gains above 50% of the total computational power of the network, thus consider joining a pool based on other metrics. The pool's total hash rate is very dynamic on most pools. Over time, as the network grows, so does most pool's hash rates. The displayed values are the pool's relative sizes based on the network: Small: less than 2%, Medium: 2%-10% Large: greater than 10% of the network.</ref>
 +
 
 
<ref name="merged">Merged mining allows miners to mine on multiple [[block chains]] at the same time with the same hashing.</ref>
 
<ref name="merged">Merged mining allows miners to mine on multiple [[block chains]] at the same time with the same hashing.</ref>
  
<ref name="stales">Pool also rewards stale shares</ref>
 
<ref name="local">Miner-operated proxy available.</ref>
 
 
<ref name="changeable">The difficulty of the shares can be changed by the user.</ref>
 
<ref name="changeable">The difficulty of the shares can be changed by the user.</ref>
 
<ref name="solomm">Merged mining can be done on a "solo mining" basis (payouts in the merged chain are not pooled).</ref>
 
<ref name="solomm">Merged mining can be done on a "solo mining" basis (payouts in the merged chain are not pooled).</ref>
 
<ref name="jackpot">Triplemining keeps 1% to redistribute using a weekly jackpot and affiliations</ref>
 
 
</references>
 
</references>
  
 
== See also ==
 
== See also ==
*[[Pooled mining]]
+
* [[Pooled mining]]
*[http://blockorigin.pfoe.be/chart.php Hashrate distribution pie chart]
+
* [https://www.blocktrail.com/BTC/pools Pool Distribution Summary]
 
+
* [https://www.bitcoinmining.com/ Bitcoin Mining]
 +
* [https://www.youtube.com/watch?v=GmOzih6I1zs Video: What is Bitcoin Mining]
 +
* [https://www.bitcoinmining.com/bitcoin-mining-pools/ Bitcoin Mining Pools]
 +
* [https://bitcoinchain.com/pools Bitcoin Mining Pools Comparison]
 
[[Category:Mining]]
 
[[Category:Mining]]
 +
{{Pools}}

Latest revision as of 16:24, 10 December 2023

Reward types & explanation:

  • CPPSRB - Capped Pay Per Share with Recent Backpay. [1]
  • DGM - Double Geometric Method. A hybrid between PPLNS and Geometric reward types that enables to operator to absorb some of the variance risk. Operator receives portion of payout on short rounds and returns it on longer rounds to normalize payments. [2]
  • ESMPPS - Equalized Shared Maximum Pay Per Share. Like SMPPS, but equalizes payments fairly among all those who are owed. [3]
  • POT - Pay On Target. A high variance PPS variant that pays on the difficulty of work returned to pool rather than the difficulty of work served by pool [4]
  • PPLNS - Pay Per Last N Shares. Similar to proportional, but instead of looking at the number of shares in the round, instead looks at the last N shares, regardless of round boundaries.
  • PPLNSG - Pay Per Last N Groups (or shifts). Similar to PPLNS, but shares are grouped into "shifts" which are paid as a whole.
  • PPS - Pay Per Share. Each submitted share is worth certain amount of BTC. Since finding a block requires <current difficulty> shares on average, a PPS method with 0% fee would be 6.25 BTC divided by <current difficulty>. It is risky for pool operators, hence the fee is highest.
  • Prop. - Proportional. When block is found, the reward is distributed among all workers proportionally to how much shares each of them has found.
  • RSMPPS - Recent Shared Maximum Pay Per Share. Like SMPPS, but system aims to prioritize the most recent miners first. [5]
  • Score - Score based system: a proportional reward, but weighed by time submitted. Each submitted share is worth more in the function of time t since start of current round. For each share score is updated by: score += exp(t/C). This makes later shares worth much more than earlier shares, thus the miner's score quickly diminishes when they stop mining on the pool. Rewards are calculated proportionally to scores (and not to shares). (at slush's pool C=300 seconds, and every hour scores are normalized)
  • SMPPS - Shared Maximum Pay Per Share. Like Pay Per Share, but never pays more than the pool earns. [6]
  • FPPS - Full Pay Per Share. Similar to PPS,but not only divide regular block reward (6.25 BTC for now) but also some of the transaction fees. Calculate a standard transaction fee within a certain period and distribute it to miners according to their hash power contributions in the pool. It will increase the miners' earnings by sharing some of the transaction fees.
  • TIDES - Transparent Index of Distinct Extended Shares. As blocks are being mined, they generate the reward by a weighted percentage of effort to the most recently found proofs. The proof period funds are distributed across has been chosen such that each proof should be paid on average 8 times. Instead of a set amount of bitcoins per proof, the block reward is divided by percent, so transaction fees are included.

A statistically valid analysis of some pools and their payout methods: Bitcoin network and pool analysis

Operational Pools

The following mining pools are still running and paying out their users:

Name Location Size[1] Merged Mining[2] Reward Type Transaction fees PPS Fee Other Fee Stm.png GBT Launched Variance Forum Website
AntPool China Large No PPLNS & PPS kept by pool 2.5% 0% Yes No  ?  ? link link
BTC.com ChinaUnited StatesEurope Medium NMC FPPS shared 0% 4% Yes No 2016-09-13 User link link
DEMAND Global Small No SOLO shared 0% Yes No 2023-11-27 link link
F2Pool United StatesEuropeChina Large NMC, SYS, EMC PPS+ shared 2.5% 0% Yes No 2013-05-05 Dynamic link link
Golden Nonce Pool United StatesEurope Small No DGM kept by pool 0% Yes 2018-03-27 Dynamic link link
KanoPool United StatesSingaporeGermanyJapanNetherlands Medium No PPLNSG shared 0.9% Yes No 2014-09-20 User[3]/Dynamic 18SPM link link
P2Pool Global (p2p) Small Merged mining can be done on a "solo mining" basis [4] PPLNS shared 0% Yes No 2011-06-17 User[3] link
Poolin Global Medium NMC VCASH FPPS shared 2.5% 0% Yes Yes 2017-10-01 Dynamic link link
SBICrypto Pool Global Medium No FPPS shared 0% 0% Yes Yes 2020-11-03 User[3]/Dynamic link
Slush Pool Global Medium NMC Score shared 2% Yes No 2010-11-27 User[3] link link
Luxor United States Medium No FPPS & PPS shared 2% 0% Yes 2018-01-01 VarDiff link
OCEAN United States Small No TIDES shared 0% Yes No 2011-04-27 Dynamic link

Defunct Pools

The following pools were once operational but have since shut down. They are listed for historical purposes only.

Name Location Size[1] Merged Mining[2] Reward Type Transaction fees PPS Fee Other Fee Stm.png GBT Launched Variance Forum Website
BCMonster.com United StatesEuropeChina Small No PPLNS shared 0.5% Yes No 2016-01-13 Dynamic link link
BitcoinAffiliateNetwork United StatesEuropeChinaNetherlandsAustralia  ? NMC  ? kept by pool  ?  ? Yes 2014-07-15 User/Dynamic link link
BitMinter United StatesEurope Small NMC PPLNSG shared 1% Yes No 2011-06-26 User[3]/Dynamic link link
BTCDig United States Small No DGM kept by pool 0% Yes 2013-07-04 User[3]/Dynamic 20SPM link link
btcmp.com Germany Small No PPS kept by pool 4% Yes 2011-06-28 Diff 1 link
BTCC Pool China, Japan Large NMC PPS kept by pool 2.0% 0% Yes Yes 2014-10-21 Dynamic  ? link
btcZPool.com United States Large BitCoinZ PPLNS shared 1% 0% Yes 2017-06-25 VarDiff link
BW Mining China Medium  ? PPLNS & PPS  ?  ?  ? Yes  ?  ?  ? link
Eligius United States Small NMC CPPSRB shared 0% Yes Yes 2011-04-27 Dynamic: 32 shares/m link link
EMCD Pool CIS, EU, KZ, IR, China Medium - FPPS+ shared 1% 0% Yes No 2018-01-26 Dynamic link
GHash.IO Netherlands Small NMC, IXC, Devcoin PPLNS shared 0% Yes No 2013-07-01 User[3] link link
Give Me COINS United StatesEurope Small NMC PPLNS shared 0% Yes Yes 2013-08-12 Dynamic link link
Jonny Bravo's Mining Emporium United StatesEurope Small No PPLNS shared 0.5% Yes No 2015-11-19 Dynamic link link
kmdPool.org United States Large Komodo PPLNS shared 1% 0% Yes 2017-11-25 VarDiff link
MergeMining Global Small CRW, DVC, HUC, I0C, IXC, XMY/MYR, NMC, SYS, UNO, TRC, ARG, EMC PPLNS shared 1% Yes No 2016-12-01 User[3] link
Multipool United StatesEurope Small NMC Score shared 1.5% Yes No 2012-03-15 User link link
ZenPool.org United States Large ZenCash PPLNS shared 1% 0% Yes 2017-10-25 VarDiff link


SPV Mining / Old Bitcoin Core

The following pools are known or strongly suspected to be mining on top of blocks before fully validating them with Bitcoin Core 0.9.5 or later. Miners doing this have already lost over $50,000 USD during the 4 July 2015 fork and have created a situation where small numbers of confirmations are much less useful than they normally are.

The following pools are believed to be currently fully validating blocks with Bitcoin Core 0.9.5 or later (0.10.2 or later recommended due to DoS vulnerabilities):

References

  1. 1.0 1.1 Note that pool hashrate is largely irrelevant but can be seen as a popularity measurement. It is a theoretical security issue if one pool gains above 50% of the total computational power of the network, thus consider joining a pool based on other metrics. The pool's total hash rate is very dynamic on most pools. Over time, as the network grows, so does most pool's hash rates. The displayed values are the pool's relative sizes based on the network: Small: less than 2%, Medium: 2%-10% Large: greater than 10% of the network.
  2. 2.0 2.1 Merged mining allows miners to mine on multiple block chains at the same time with the same hashing.
  3. 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 The difficulty of the shares can be changed by the user.
  4. Merged mining can be done on a "solo mining" basis (payouts in the merged chain are not pooled).
  5. 5.0 5.1 5.2 Intention to continue SPV mining, Wang Chun, 4 July 2015

See also