验证器
验证器
Consensus Mechanisms
8 个参考
在 BFT/PoS 系统中通过提议区块、证明区块或投票来参与共识的节点。验证者通常会进行质押,并可能因不当行为而受到惩罚。
出现在 8 个白皮书章节中
Unique Node Lists
... a much weaker assertion than full trust. For example, a server might include a validator operated by a major financial institution in its UNL not because it trusts that...
Discussion
...ions — assumptions that involve trust in the competence and honesty of specific validator operators.
This difference in trust models has important implications. In a pr...
Introduction
...can be removed. In traditional consensus systems like PBFT or Tendermint, every validator must communicate with every other validator to agree on the order of transactio...
Network Design
Solana's network operates on a rotating leader model where a single validator at a time is designated as the leader, responsible for producing the PoH sequen...
Proof of History Sequence
...proof that the checkpoints are part of the canonical PoH sequence (confirmed by validator votes). The verifier can then check the segment containing the insertion point ...
Timestamp
...t each PoH tick by taking the stake-weighted median of the reported times.
```
Validator Timestamp Observations:
PoH Tick 500000:
Validator A (10% stake): "2017-11-1...
Proof of Stake Consensus
...oH as a clock for implementing exponentially increasing lockout periods. When a validator votes on a block at a specific PoH slot, it commits to that fork of the ledger....
Streaming Proof of Replication
... to ensure that validators are actually storing the data they claim to store. A validator might discard historical data after processing it, relying on other validators ...
相关文章
Whitepaper Deep Dive
Chainlink 2.0:去中心化 Oracle 网络与 Metalayer 愿景
全面剖析Chainlink对DON的扩展愿景:hybrid smart contract、FSS、super-linear staking以及trust-minimization框架。
Whitepaper Deep DiveCardano 的 Ouroboros:首个可证明安全的 Proof-of-Stake 协议
深入剖析Cardano经过同行评审的proof-of-stake方法、UTXO记账模型以及结算层与计算层的分离。
Whitepaper Deep DivePolkadot 白皮书:异构分片与共享安全
Gavin Wood的多链框架愿景:parachain通过relay chain共享安全性,并通过XCMP实现跨链通信。
Whitepaper Deep DiveCosmos 白皮书:通过 IBC 实现区块链互联网
Tendermint共识和Hub-and-Zones架构如何让主权区块链通过Inter-Blockchain Communication协议实现互操作。