历史证明
历史证明
Consensus Mechanisms
12 个参考
Solana 使用的一种技术,通过哈希链提供事件之间可验证的时间序列。它用作时钟机制来帮助排序事务和块。
出现在 12 个白皮书章节中
Abstract
This paper presents a new blockchain architecture based on Proof of History (PoH) — a proof for verifying order and passage of time between events. PoH is ...
Introduction
...have seen the same sequence, dramatically reducing the communication required.
Proof of History provides exactly this: a cryptographic clock that produces a verifiable record ...
Outline
The remainder of this paper is organized as follows. We first describe the Proof of History mechanism in detail, explaining its construction from sequential SHA-256 hashin...
Network Design
... validator at a time is designated as the leader, responsible for producing the PoH sequence and ordering transactions into blocks. Validators are assigned leader ...
Proof of History
Proof of History is a sequence of computations that provides a cryptographic way to verify the p...
Proof of History Sequence
The Proof of History sequence is a continuous stream of hash computations that serves as the backbon...
Timestamp
Each hash and counter published by the PoH generator represents a unique timestamp. This timestamp is a proof that the dat...
Proof of Stake Consensus
...T that is specifically designed to leverage the temporal guarantees provided by Proof of History. In Tower BFT, validators stake SOL tokens as collateral and vote on the validi...
Streaming Proof of Replication
... (key_v)
key_v = validator-specific key (derived from validator identity + PoH state)
Each C_i depends on P_i AND C_{i-1}, making the chain unforgeable per-v...
System Architecture
...)│ │ (Ledger) │
│ Network │ │ ed25519 verify │ │ Sealevel │ │ PoH + │
│ packets │ │ on CUDA cores │ │ parallel │ │ Storage │
...
Performance
...ond, ensuring that cryptographic validation does not constrain the system.
The PoH generator runs on a dedicated CPU core, producing approximately 4 million SHA-2...
Conclusion
This paper has presented a new blockchain architecture built on Proof of History, a mechanism for creating a verifiable, trustless record of time passage using ...
相关文章
Whitepaper Deep Dive
Solana 白皮书:Proof of History 如何实现 400ms 出块
探索Anatoly Yakovenko创新的时钟机制,使Solana能够实现亚秒级最终确认并每秒处理数万笔交易。
Origin StorySolana 的创世:一位工程师对时钟同步的执着
Qualcomm工程师Anatoly Yakovenko如何意识到可验证时钟能够消除限制区块链吞吐量的通信开销。
Impact & LegacySolana 的速度革命:400ms 最终性对主流采用意味着什么
Solana 的高吞吐量如何吸引了 DeFi、NFT 和支付——以及在去中心化方面的权衡所引发的争论。
ComparisonSolana vs Aptos vs Sui:最快 Layer 1 之争
比较三条以性能为核心的 L1 区块链:Solana 的 Proof of History、Aptos 的 Block-STM 和 Sui 的对象中心模型。