"Proof of Stake" 区块链共识模型中参与节点的激励是什么?
What is the incentive for a participating node in a "Proof of Stake" consensus model of Blockchain?
我正在关注 this 文章以了解不同的备选共识模型。这里提到:
no coin creation (mining) exists in proof of stake. Instead, all the
coins exist from day one
它进一步提到:
In proof of stake, your chance of being picked to create the next
block depends on the fraction of coins in the system you own
现在,我的问题是 - 考虑到没有铸造新硬币,参与节点(除了拥有最高权益的节点)的激励是什么?
为什么一个节点明知自己不是最高利益相关者仍会参与区块链?
以以太坊提议的未来 PoS 实现 (Casper) 为例,奖励为 交易费。
由于在股权证明系统中有 没有 新铸造的硬币,正如您所指出的,这个想法是通过奖励利益相关者的交易费用来激励他们他们赢得的街区。
您可能会注意到,当前的工作量证明系统为获胜的矿工提供两者铸造奖励和交易费用,其中权益证明只给出后者。这是关键的区别。
为准备该事件,以太坊已经计划随着时间的推移减少当前 PoW 实施的挖矿奖励——给社区一个调整期来适应 "new way of things."
还应注意,"transaction fee only" 系统也是比特币的最终游戏,一旦区块奖励减半为小数聪,尽管它将保持工作量证明。
一些来源信息:
https://blockgeeks.com/guides/proof-of-work-vs-proof-of-stake/
https://github.com/ethereum/wiki/wiki/Proof-of-Stake-FAQs
我正在关注 this 文章以了解不同的备选共识模型。这里提到:
no coin creation (mining) exists in proof of stake. Instead, all the coins exist from day one
它进一步提到:
In proof of stake, your chance of being picked to create the next block depends on the fraction of coins in the system you own
现在,我的问题是 - 考虑到没有铸造新硬币,参与节点(除了拥有最高权益的节点)的激励是什么?
为什么一个节点明知自己不是最高利益相关者仍会参与区块链?
以以太坊提议的未来 PoS 实现 (Casper) 为例,奖励为 交易费。
由于在股权证明系统中有 没有 新铸造的硬币,正如您所指出的,这个想法是通过奖励利益相关者的交易费用来激励他们他们赢得的街区。
您可能会注意到,当前的工作量证明系统为获胜的矿工提供两者铸造奖励和交易费用,其中权益证明只给出后者。这是关键的区别。
为准备该事件,以太坊已经计划随着时间的推移减少当前 PoW 实施的挖矿奖励——给社区一个调整期来适应 "new way of things."
还应注意,"transaction fee only" 系统也是比特币的最终游戏,一旦区块奖励减半为小数聪,尽管它将保持工作量证明。
一些来源信息: https://blockgeeks.com/guides/proof-of-work-vs-proof-of-stake/ https://github.com/ethereum/wiki/wiki/Proof-of-Stake-FAQs