Devs.tw 是讓工程師寫筆記、網誌的平台。歡迎您隨手紀錄、寫作,方便日後搜尋!
very great introduction for ... eth 2.0 ...😊?
https://blockgeeks.com/guides/ethereum-casper/
it sounds ... kind of makes sense~ 😊
my last 2 questions left:
There is no one protocol set in stone that determines how the next block validator is chosen.
(1) Peercoin (the first coin to implement PoS consensus along with PoW) used coin age (no. of coins x no of days the coins are in the wallet) to determine the next validator.
(2) Then there is a hash selector (Ouroboros Praos protocol) wherein you take the current date and time, sign it with your private key and then check if it is less than the difficulty target. If yes, you are selected as the next validator.
(3) There was one method where the randomness of the next block will depend on the signature of the current block (this method is now defunct due to potential vulnerabilities.)
Cardano(ADA)的共识算法Ouroboros
https://zhuanlan.zhihu.com/p/33824015
Peercoin & Proof-of-Stake Consensus
https://university.peercoin.net/#/9-peercoin-proof-of-stake-consensus
How is a proof-of-stake block mined at the block level, and how does it accomplish it's goals?