History
* November 2010: Slush launched in 2010 and is the first mining pool. * 2011–2013: The era of deepbit, which at its peak held up to 45% of the network hashrate. * 2013–2014: Since the introduction ofMining pool share
Share is the principal concept of the mining pool operation. Share is a potential block solution. So it may be a block solution, but it is not necessarily so. For example, suppose a block solution is a number that ends with 10 zeros and, a share may be a number with 5 zeros at the end. Sooner or later one of the shares will have not only 5, but 10 zeros at the end, and this will be the block solution. Mining pools need shares to estimate the miner's contribution to the work performed by the pool to find a block. There are numerous miner reward systems: PPS, PROP, PPLNS, PPLNT, and many more.Mining pool methods
Mining pools may contain hundreds or thousands of miners using specialized protocols. In all these schemes stands for a block reward minus pool fee and is a probability of finding a block in a share attempt (, where is current block difficulty). A pool can support "variable share difficulty" feature, which means that a miner can select the share target (the lower bound of share difficulty) on their own and change accordingly.Pay-per-Share
The Pay-per-Share (PPS) approach offers an instant, guaranteed payout to a miner for their contribution to the probability that the pool finds a block. Miners are paid out from the pool's existing balance and can withdraw their payout immediately. This model allows for the least possible variance in payment for miners while also transferring much of the risk to the pool's operator. Each share costs exactly the expected value of each hash attempt .Proportional
Miners earn shares until the pool finds a block (the end of the mining round). After that each user gets reward , where is amount of their own shares, and is amount of all shares in this round. In other words, all shares are equal, but its value is calculated only at the end of each round.Pooled mining
Pooled mining (BPM), also known as "slush's system", due to its first use on a pool called "slush's pool', uses a system where older shares from the beginning of a block round are given less weight than more recent shares. A new round starts the moment the pool solves a block and miners are rewarded Proportional to the shares submitted. This reduces the ability to cheat the mining pool system by switching pools during a round, to maximize profit.Pay-per-last-N-shares
Pay-per-last-N-shares (PPLNS) method is similar to Proportional, but the miner's reward is calculated on a basis of N last shares, instead of all shares for the last round. It means that when a block is found, the reward of each miner is calculated based on the miner contribution to the last N pool shares. Therefore, if the round was short enough all miners get more profit and vice versa.Solo Mining Pool
Solo pools operate the same way as usual pools, with the only difference being that block reward is not distributed among all miners. The entire reward in a solo pool goes to the miner who finds the block.Peer-to-Peer Mining Pool
Peer-to-peer mining pool (P2Pool) decentralizes the responsibilities of a pool server, removing the chance of the pool operator cheating or the server being aGeometric method
Geometric Method (GM) was invented by Meni Rosenfeld. It is based on the same "score" idea, as Slush's method: the score granted for every new share, relatively to already existing score and the score of future shares, is always the same, thus there is no advantage to mining early or late in the round. The method goes as follows: * Choose parameters and (fixed and variable fee). * At the start of every round, set . For every worker , let be the worker's score for this round, and set . * Set , where . If the difficulty changes during the round, needs to be updated. * When worker submits a share, set , and then . * If the share is a valid block, end the round. For every worker payDouble Geometric method
Generalized version of Geometric and PPLNS methods. It involves new parameter: ("cross-round leakage"). When this becomes the Geometric method. When this becomes a variant of PPLNS, with exponential decay instead of a step function. * Choose parameters , , and . * When the pool first starts running, initialize . For every worker , let be the worker's score, and set . * Set . If at any point the difficulty or the parameters change, should be recalculated. * When worker submits a share, set (where is the block reward at the time it was submitted), and then . * If the share is a valid block, then also do the following for each worker : Give him a payout of , and then set .Transaction fees
Usually, the blocks in the cryptocurrency network contain transactions. Transaction fees are paid to the miner (mining pool). Different mining pools could share these fees between their miners or not. Pay-per-last-N-shares (PPLNS), Pay-Per-Share Plus (PPS+) or Full Pay-Per-Share (FPPS) are the most fair methods where the payouts from the pool include not only the block subsidy but also the transaction fees.Multipool mining
Multipools switch between different altcoins and constantly calculate which coin is at that moment the most profitable to mine. Two key factors are involved in the algorithm that calculates profitability, the block time, and the price on the exchanges. To avoid the need for many different wallets for all possible minable coins, multipools may automatically exchange the mined coin to a coin that is accepted in the mainstream (for examplePoC mining
Similar to other mining technologies, the PoC, PoC+, PoS Proof of Space method allows the computing to be performed beforehand and all answers are stored on a miners hard drive, the heavy energy consumption for PoC is not required like it is for PoW mining and therefore PoC is almost always a more environmentally friendly blockchain choice. When mining happens the miner simply "looks" through the pre-stored answers and submits the best one found to the network, with minimal energy used to read the hard drives. Due to the low hardware specification requirements of the PoC mining process, this type of mining can be conducted on a regular PC still being used for other day-to-day tasks. The first PoC blockchain was brought online in 2014 and is known aSee also
* Cryptographic protocol * Digital currency exchanger * Electronic moneyReferences
External links