You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Proof-of-stake

From EverybodyWiki Bios & Wiki

Proof of stake (PoS) is a type of algorithm by which a cryptocurrency blockchain network aims to achieve distributed consensus. In PoS-based cryptocurrencies the creator of the next block is chosen via various combinations of random selection and wealth or age (i.e., the stake). In contrast, the algorithm of proof-of-work-based cryptocurrencies such as bitcoin uses mining; that is, the solving of computationally intensive puzzles to validate transactions and create new blocks.

Block selection variants[edit]

Proof of stake must have a way of defining the next valid block in any blockchain. Selection by account balance would result in (undesirable) centralization, as the single richest member would have a permanent advantage. Instead, several different methods of selection have been devised.

Randomized block selection[edit]

Nxt and BlackCoin use randomization to predict the following generator by using a formula that looks for the lowest hash value in combination with the size of the stake.[1][2][3] Since the stakes are public, each node can predict—with reasonable accuracy—which account will next win the right to forge a block.

Coin age-based selection[edit]

Peercoin's proof-of-stake system combines randomization with the concept of "coin age", a number derived from the product of the number of coins multiplied by the number of days the coins have been held.

Coins that have been unspent for at least 30 days begin competing for the next block. Older and larger sets of coins have a greater probability of signing the next block. However, once a stake of coins has been used to sign a block, it must start over with zero "coin age" and thus wait at least 30 more days before signing another block. Also, the probability of finding the next block reaches a maximum after 90 days in order to prevent very old or very large collections of stakes from dominating the blockchain.[4][5][6]

This process secures the network and gradually produces new coins over time without consuming significant computational power.[7] Peercoin's developer claims that the lack of need for centralized mining pools—and the fact that purchasing more than half of the coins in circulation is likely more costly than acquiring 51 percent of available proof-of-work hashing power—makes a malicious attack on the network more difficult.[8]

Delegated Proof-of-Stake[edit]

Various projects such as EOS, Bitcoin-sCrypt, Steem, Lisk[9], Ark and Bitshares are using delegated proof-of-stake, or DPoS.[10] The system uses a limited number of nodes to propose and validate blocks to the blockchain. This is meant to keep transaction processing fast, rather than using several hundred or several thousand nodes. EOS uses a limited number of block validators, 21, whose reputation may or may not drop, allowing back-up validators to replace former nodes.[11]

Randomized Proof-of-Stake[edit]

Orbs uses a similar process, dubbed randomized proof-of-stake (or RPoS) but selects an entire committee rather than a single block leader. Each node is selected randomly using a verifiable random beacon to propose the current block of transactions. Then, the block is verified through that committee containing a pre-set number of nodes from within the total network of nodes available.[12]

Advantages[edit]

Proof-of-stake currencies can be more energy efficient than currencies based on proof-of-work algorithms.[13]

Incentives also differ between the two systems of block generation. Under proof of work, miners may potentially own none of the currency they are mining and thus seek only to maximize their own profits. It is unclear whether this disparity lowers or raises security risks.[14] Under proof of stake, however, those "guarding" the coins always own the coins, although several cryptocurrencies do allow or enforce the lending of staking power to other nodes.

Criticism[edit]

Some authors[15][16] argue that proof of stake is not an ideal option for a distributed consensus protocol. One issue that can arise is the "nothing-at-stake" problem, wherein block generators have nothing to lose by voting for multiple blockchain histories, thereby preventing consensus from being achieved. Because unlike in proof-of-work systems, there is little cost to working on several chains.[17]

Many have attempted to solve these problems:

  • Peercoin is the first cryptocurrency that applied the concept of PoS. In its early stages, it used centrally broadcast checkpoints signed under the developer's private key. No blockchain reorganization was allowed deeper than the last known checkpoints. Checkpoints are opt-in as of v0.6 and are not enforced now that the network has reached a suitable level of distribution.[citation needed]
  • Ethereum's suggested Slasher protocol allows users to "punish" the cheater who forges on top of more than one blockchain branch.[18] This proposal assumes that one must double-sign to create a fork and that one can be punished for creating a fork while not having stake. However, Slasher was never adopted; Ethereum developers concluded proof of stake is "non-trivial",[19] opting instead to adopt a proof-of-work algorithm named Ethash.[20] It is planned to be replaced by a different PoS protocol called "Casper".[21]
  • Nxt's protocol only allows reorganization of the last 720 blocks.[22] However, this merely rescales the problem: a client may follow a fork of 721 blocks, regardless of whether it is the tallest blockchain, thereby preventing consensus.
  • Hybrid "proof of burn" and proof of stake. Proof-of-burn blocks act as checkpoints, have higher rewards, contain no transactions, are more secure, and anchor both to each other and to the PoS chain but are more expensive.
  • Decred's hybrid proof-of-work and proof-of-stake, in which proof of stake is an extension dependent on the proof-of-work timestamping, based on the "proof of activity" proposal,[23] which aims to solve the nothing-at-stake problem by having proof-of-work miners mining blocks and proof-of-stake acting as a second authentication mechanism.

Statistical simulations have shown that simultaneous forging on several chains is possible, even profitable. But proof of stake advocates believe that most described attack scenarios are impossible or so unpredictable as to be only theoretical.[24][25]

See also[edit]

References[edit]

  1. "Nxt Whitepaper (Blocks)". nxtwiki. Archived from the original on 3 February 2015. Retrieved 2 January 2015.
  2. mthcl (pseudonymous). "The math of Nxt forging" (PDF). pdf on docdroid.net. Retrieved 22 December 2014.
  3. Vasin, Pavel. "BlackCoin's Proof-of-Stake Protocol v2" (PDF).
  4. King, Sunny. "PPCoin: Peer-to-Peer Crypto-Currency with Proof-of-Stake" (PDF). Retrieved 2014-11-17.
  5. Buterin, Vitalik. "What Proof of Stake Is And Why It Matters". Bitcoin Magazine. Retrieved 2013-11-20.
  6. Bradbury, Danny. "Third largest cryptocurrency peercoin moves into spotlight with Vault of Satoshi deal". CoinDesk. Retrieved 2013-11-20.
  7. Thompson, Jeffrey (15 December 2013). "The Rise of Bitcoins, Altcoins—Future of Digital Currency". The Epoch Times. Retrieved 29 December 2013.
  8. Whelan, Karl (2013-11-20). "So What's So Special About Bitcoin?". Forbes.
  9. "What is Delegated Proof of Stake?". Lisk. Retrieved 2018-09-25.
  10. "Explain Delegated Proof of Stake Like I'm 5 – Hacker Noon". Hacker Noon. 2017-09-28. Retrieved 2018-09-25.
  11. "What is EOS Blockchain: Beginners Guide - Blockgeeks". Blockgeeks. Retrieved 2018-09-25.
  12. "What is Proof-of-Stake (PoS)? What is Randomized Proof-of-Stake (RPoS)? - Orbs". Orbs. Retrieved 2018-09-25.
  13. "Nxt Network Energy and Cost Efficiency Analysis" (PDF). Retrieved 21 December 2014.
  14. "Proof of Work, Proof of Stake and the Consensus Debate". cointelegraph.com. Retrieved 3 January 2015.
  15. Andrew Poelstra. "Distributed Consensus from Proof of Stake is Impossible" (PDF).
  16. Vitalik Buterin. "On Stake".
  17. "Hard Problems of Cryptocurrencies".
  18. Buterin, Vitalik. "Slasher: A Punitive Proof-of-Stake Algorithm".
  19. Buterin, Vitalik. "Slasher Ghost, and Other Developments in Proof of Stake". Retrieved 23 January 2016. one thing has become clear: proof of stake is non-trivial
  20. Wood, Gavin. "Ethereum: A Secure Decentralised Generalised Transaction Ledger" (PDF). Retrieved 23 January 2016. Ethash is the planned PoW algorithm for Ethereum 1.0
  21. Prisco, Giulio (Nov 29, 2017). "The Ethereum Killer Is Ethereum 2.0: Vitalik Buterin's Roadmap". Bitcoin Magazine. Retrieved Jan 19, 2018.
  22. "Nxt Whitepaper: History Attack". Nxtwiki. Archived from the original on 3 February 2015. Retrieved 2 January 2015.
  23. Bentov I., Gabizon A., Mizrahi A. 2015. Cryptocurrencies without Proof of Work. arXiv Cryptography and Security. https://decred.org/research/bentov2015.pdf
  24. Chepurnoy, Alexander. "PoS forging algorithms: multi-strategy forging and related security issues" (PDF). github.com. Retrieved 30 December 2014.
  25. Chepurnoy, Alexander. "PoS forging algorithms: formal approach and multibranch forging". scribd.com. Retrieved 22 December 2014.


This article "Proof-of-stake" is from Wikipedia. The list of its authors can be seen in its historical. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.