Consensus algorithms on the blockchain

in blog •  6 years ago 


Distributed consensus based algorithms on crypto-networks have been created to ensure byzantine fault-tolerance. Many such algorithms have their sources in the Proof-of-work. Proof of work itself has evolved to different mechanisms e.g. ethhash, SHA-256, scrypt, equihash, cryptonode, and others.

A few other important ones are listed below:

  1. Proof of stake (PoS) - going to be adopted by most leading blockchains
  2. Delegated Proof of Stake (DPoS)- Adopted by STEEM wherein witness nodes randomly selected validate transactions and create blocks. The witnesses are voted by other members of the community.
  3. Proof of activity (PoA)- a mixture of Proof of Work and Proof of stake
  4. Federated Byzantine Agreement - Proof by consensus amongst nodes - Ripple and Stellar cryptocurrencies use this mode.
  5. Proof of Space - Here, nodes concur about the amount of space or storage that has been used.
  6. Proof of Authority - wherein a particular set of nodes randomly become validators, with the rule that no two subsequent blocks are not mined by the same node
  7. Directed Acyclic Graphs ( DAGs ) - Examples include Pay-it-forward consensus where each node on the network is responsible for validating networks before forwarding it. Typically a centralized node also validates each transaction. e.g. IOTA uses this.
  8. SPECTRE - Serailized Proof of work through Recursive elections: This proposal uses a combination of PoW and DAGs to accomplish scalability on the Bitcoin blockchain.

 

Each of these consensus algorithms have suffered from one or more drawbacks e.g. PoW is computationally expensive, PoS leads to No Stakes problem, FBA proponents disagree about the decentralized nature of the protocol, PoS claims resource usage in terms of space, etc... Overall, what we see is practical manifestations of years of research in computer science in fields as diverse as graph theory and theory of computation taking shape and supporting a large economic and financial shift in the way business problems are solved.


Posted from my blog with SteemPress : http://notesnewtech.com/2018/05/23/consensus-algorithms-on-the-blockchain/

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Coins mentioned in post:

CoinPrice (USD)📉 24h📉 7d
BTCBitcoin7901.450$-4.23%-5.0%
MIOTAIOTA1.531$-10.37%-18.11%
STEEMSteem2.995$-4.06%6.06%
XLMStellar0.288$-9.2%-12.69%
XRPRipple0.623$-7.13%-9.92%

Great post! :) We covered the same topic just recently and there's a lot of different and interesting consensus algorithms out there. It's truly a fascinating field.