The consensus algorithms in blockchain can be classified into two broad categories: Traditional—voting-based consensus Lottery-based—Nakamoto and post-Nakamoto consensus Traditional voting-based consensus has been researched in distributed systems for many decades. Algorithms like Paxos and PBFT are prime examples of such types of algorithms. Traditional consensus can also be called fault-tolerant distributed consensus. In […]
