quartz/content/notes/consensus.md
2022-11-17 13:05:29 +13:00

544 B

title tags
consensus

The consensus algorithm takes care of the transaction verification within the network. Different blockchain systems implement different consensus algorithms which can benefit the miners directly or indirectly. Some of the popular consensus algorithms include Proof-of-Work(PoW), Proof-of-Stake(PoS), and so on. You can think of it as hierarchical centralization when compared to traditional governance. — https://101blockchains.com/blockchain-governance/

Algorithms

  • PoW
  • PoS
  • BFT
  • Paxos
  • etc