You are viewing a single comment's thread from:
RE: 4 Major Consensus Algorithms
Very informative, thank you! This actually answered a lot of my recent questions surrounding the Delegated Proof of Stake system and the blockchain in general. Out of curiosity, why is it that Proof of Stake is listed as difficult to code and Delegated Proof of Stake is listed as easier? What about the modification to the system simplifies it?
In delegated proof of stake, witnesses create blocks in a specific order that is predetermined, while in proof of stake they are randomly chosen. The way to randomly choose a staker to create the block is very difficult to code.
Interesting. Thanks again!