Comparison of mining pools
Reward types & explanation:
- 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 50 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. This method is vulnerable to pool swapping cheat, where a worker would swap to another pool, if this one didn't find a block quickly. Then he would have extra profit on fast rounds, and normal profit on long rounds (because he would be mining on another pool by then). To mitigate this problem pools must introduce extra fees, and hide statistics, so that it is unknown when a block is found.
- Score - Score based system, the most advanced one. It is a proportional reward, but it is impossible to cheat as described above. 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 more than earlier shares, thus swapping away to another pool on longer rounds makes the cheater's score to quickly diminish. Rewards are calculated proportionally to scores (and not to shares). Statistics can be shown "live" without fear. The score based method is perfect for 24/7 miners. (at slush's pool C=300 seconds, and every hour scores are normalized)
Name | Location | Hashrate (GHash/sec)[1][2] | Reward Type | Transaction fees | Fee PPS | Fee Prop / Score | Audits[3] | Protocol | Launched | Forum Thread | Homepage |
---|---|---|---|---|---|---|---|---|---|---|---|
BitClockers | Unknown | 18 | Prop. | kept by pool | - | 2% | ? | RPC (+LP) | 2011-05-27 | Link | Link |
Bitcoin Mining Pool | USA | 93 | Prop. | kept by pool | - | 0%[4] | ? | RPC (+LP) | Unknown | Link | Link |
Bitcoin Pooled Mining (Slush) | London | 1431 | Score | kept by pool | - | 2% | ? | RPC | 2010-11-27 | Link | Link |
Bitcoins.lc | EU | 84 | Prop. | kept by pool | - | 0% | ? | RPC (+LP) | 2011-05-27 | Link | Link |
BitLotto Pool | Los Angeles | 1 | Prop | kept by pool | - | - | ? | RPC (+LP) | 2011-06-08 | Link | Link |
BTC Guild | USA, EU | 939 | Prop. | kept by pool | - | 0%[5] | ? | RPC (+LP) | 2011-05-09 | Link | Link |
BTCMine | UK | 388 | Score | kept by pool | - | 2% | ? | RPC (+LP) | 2011-03-11 | Link | Link |
Continuum | Canada | 8 | PPS / Score | kept by pool | 5% | 0% | ? | RPC (+LP) | 2011-05-17 | Link | Link |
DeepBit | Germany | 2369 | PPS / Prop. | kept by pool | 10% | 3% | ? | RPC (+LP) | 2011-02-26 | Link | Link |
Eligius | USA / Europe | 200 | Prop. | kept by pool | - | ~0.0003% | Yes[6] | RPC (+LP) | 2011-04-27 | Link | Link |
Mining Team Reddit | USA, EU | 28 | Prop | kept by pool | - | 0%[4] | ? | RPC (+LP) | 2011-05-25 | Link | Link |
Ozco.in | AUS | 28 | - | ? | RPC (+LP) | 2011-06-08 | Link | ||||
Simplecoin | Unknown | 19 | Prop | kept by pool | - | 0% | ? | RPC (+LP) | 2011-06-02 | Link | Link |
Swepool | Sweden | 48 | PPS | kept by pool | 8% | - | ? | RPC (+LP) | 2011-05-14 | Link | Link |
- ↑ Hashrate is given in gigahash/second.
- ↑ 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.
- ↑ Auditing can be accomplished by third-parties if the pool publishes proofs-of-work for every share.
- ↑ 4.0 4.1 Donations are possible
- ↑ Donations are possible to unlock features
- ↑ Access to Eligius proofs-of-work is available on request.