mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-28 15:24:06 -06:00
560 B
560 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
- nominated PoS