バリデーター
バリデーター
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ネットワークとメタレイヤービジョン
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コンセンサスとハブ&ゾーンアーキテクチャが、主権を持つブロックチェーン同士のInter-Blockchain Communication プロトコルを通じた相互運用をどう実現するかを解説します。