Validator
验证器
Consensus Mechanisms
8 references
在 BFT/PoS 系统中通过提议区块、证明区块或投票来参与共识的节点。验证者通常会进行质押,并可能因不当行为而受到惩罚。
出现在 8 个白皮书章节中
$XRP
XRP
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...
$SOL
Solana
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 ...
Related Stories
Whitepaper Deep Dive
Chainlink 2.0: Decentralized Oracle Networks and the Metalayer Vision
A comprehensive look at Chainlink's expanded vision for DONs: hybrid smart contracts, FSS, super-linear staking, and ...
Whitepaper Deep DiveCardano's Ouroboros: The First Provably Secure Proof-of-Stake Protocol
Dissecting Cardano's peer-reviewed approach to proof-of-stake, UTXO accounting, and the separation of settlement and ...
Whitepaper Deep DivePolkadot Whitepaper: Heterogeneous Sharding and Shared Security
Gavin Wood's vision for a multi-chain framework where parachains share security through the relay chain and communica...
Whitepaper Deep DiveCosmos Whitepaper: The Internet of Blockchains Through IBC
How Tendermint consensus and the Hub-and-Zones architecture enable sovereign blockchains to interoperate via the Inte...