Minggu, 22 April 2018

Sponsored Links

Monopolies and Proof of Stake with Karl Floersh | Software ...
src: softwareengineeringdaily.com

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.


Video Proof-of-stake



Block selection variants

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

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. 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

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.

This process secures the network and gradually produces new coins over time without consuming significant computational power. 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.


Maps Proof-of-stake



Masternodes

Another form of staking is running a masternode, a form of decentralized server. The main disadvantage of operating a masternode is the relatively high barrier to entry as opposed to staking alone. In order to secure the network, those willing to run a masternode are required to purchase a certain number of coins as collateral at current market price.

Some coins, such as Dash, have a set cost for a masternode, while other currencies like Divi offer a multitiered system of awards.


Top 7 Profitable Proof Of Stake (POS) Cryptocurrencies
src: coinsutra.com


Advantages

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

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. 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.


Unterschied Ethereum Proof of Stake (Casper) und Bitcoin Proof of ...
src: i.ytimg.com


Criticism

Some authors 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, anyone can abuse this vulnerability by attempting to double spend "for free".

Many have attempted to solve these problems:

  • Ethereum's suggested Slasher protocol allows users to "punish" the cheater who forges on top of more than one blockchain branch. 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," opting instead to adopt a proof-of-work algorithm named Ethash. It is planned to be replaced by a different PoS protocol called "Casper".
  • Peercoin, in its early stages, 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.
  • Nxt's protocol only allows reorganization of the last 720 blocks. 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, 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.


What is Proof of Stake? (PoS) | Lisk
src: lisk.io


See also

  • Gridcoin

Manual Coin Control More with PoS (Proof of Stake) Coins and ...
src: i.ytimg.com


References

Source of the article : Wikipedia

Comments
0 Comments