- Blockchain Quick Start Guide
- Xun (Brian) Wu Weimin Sun
- 205字
- 2021-07-02 14:46:31
Proof-of-Stake (PoS)
The PoS consensus algorithm is based on the principle that when a miner owns more coins, the miner has more power to mine or validate transactions, a higher chance of building new blocks, and therefore a higher chance of receiving more reward coins. PoS is energy-efficient and can reach a consensus much faster.
Several randomization methods are available for selecting a miner to build the next block, not just based on Ether balances of externally owned accounts, in order to avoid a scenario where the richest miner is always selected:
- Randomized block selection: Uses a formula to look for the lowest hash value in combination with the size of the stake for selecting a miner.
- Coin age-based selection: Coins owned for long enough, say 30 days, are eligible to compete for the next block. A miner with older and larger sets of coins has a better chance of being granted the role.
- Delegated Proof-of-Stake: This implementation chooses a limited number of nodes to propose and validate blocks to the blockchain.
- Randomized Proof-of-Stake: Each node is selected randomly, using a verifiable random beacon to build the new block.
Ethereum is working on replacing PoW with PoS in a new tagged release.
推薦閱讀
- 網絡服務器架設(Windows Server+Linux Server)
- Getting Started with Clickteam Fusion
- 腦動力:PHP函數速查效率手冊
- 數控銑削(加工中心)編程與加工
- 精通Excel VBA
- 傳感器與物聯網技術
- 電氣控制與PLC技術應用
- Practical Big Data Analytics
- 基于神經網絡的監督和半監督學習方法與遙感圖像智能解譯
- 大數據技術基礎:基于Hadoop與Spark
- Excel 2010函數與公式速查手冊
- LMMS:A Complete Guide to Dance Music Production Beginner's Guide
- 學練一本通:51單片機應用技術
- PLC與變頻技術應用
- Building Google Cloud Platform Solutions