This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.k_consensus:02_mechanism:pos [2021/07/18 13:56] nick |
dido:public:ra:xapend:xapend.k_consensus:02_mechanism:pos [2021/08/13 14:01] (current) murphy |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| )): | )): | ||
| - | //The **Proof of Stake (PoS)** concept states that a person can mine or validate block transactions according to how many coins they hold. This means that the more coins owned by a miner, the more mining power they have.// | + | //The **Proof of Stake (PoS)** concept states that a person can mine or validate block transactions according to how many [[dido:public:ra:xapend:xapend.a_glossary:c:coins|coins]] they hold. This means that the more coins owned by a miner, the more [[dido:public:ra:xapend:xapend.a_glossary:m:mining|mining]] power they have.// |
| - | //The proof of stake was created as an alternative to the proof of work (PoW) concept, to tackle inherent issues in the latter. Currently, only altcoins use the proof of stake concept. When a transaction is initiated, the transaction data is fitted into a block with a maximum capacity of 1 megabyte, and then duplicated across multiple computers or nodes on the network. The nodes are the administrative body of the blockchain and verify the legitimacy of the transactions in each block.// | + | //The proof of stake was created as an alternative to the [[dido:public:ra:xapend:xapend.a_glossary:p:proof_of_work|proof of work (PoW)]] concept, to tackle inherent issues in the latter. Currently, only altcoins use the proof of stake concept. When a transaction is initiated, the transaction data is fitted into a block with a maximum capacity of 1 megabyte, and then duplicated across multiple computers or nodes on the network. The nodes are the administrative body of the blockchain and verify the legitimacy of the transactions in each block.// |
| - | //To carry out the verification step, the nodes or miners would need to solve a computational puzzle, known as the proof of work problem. The first miner to decrypt each block transaction problem gets rewarded with a coin. Once a block of transactions has been verified, it is added to the blockchain, a public transparent ledger.// | + | //To carry out the verification step, the nodes or miners would need to solve a computational puzzle, known as the proof of work problem. The first miner to decrypt each block transaction problem gets rewarded with a coin. Once a block of transactions has been verified, it is added to the [[dido:public:ra:xapend:xapend.a_glossary:b:blockchain|blockchain]], a public transparent ledger.// |