역사의 증거
역사의 증거
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는 1초 미만의 최종성과 초당 수만 건의 트랜잭션 처리를 달성합니다.
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의 객체 중심 모델.