Merkle Tree
Дерево Меркла
Cryptography
8 references
Дерево хешей, которое объединяет множество элементов в один корневой хеш. Это обеспечивает эффективные доказательства включения: узел может доказать, что транзакция находится в блоке, не раскрывая при этом все транзакции.
Встречается в 8 разделах документов
$BTC
Bitcoin
Reclaiming Disk Space
...facilitate this without breaking the block's hash, transactions are hashed in a Merkle Tree [^7] [^2] [^5], with only the root included in the block's hash. Old blocks can...
Simplified Payment Verification
... │ │ ┌───────────────────┐ │
│ │ Merkle Root │ │ │ │ Merkle Root │ │ │ ...
$ETH
Ethereum
Merkle Trees
... blocks to enable efficient and secure verification of transaction inclusion. A Merkle tree is a binary tree of hashes where the leaf nodes contain hashes of individual tr...
Decentralized File Storage
...s: the contract randomly selects portions of files and asks providers to supply Merkle tree proofs demonstrating they possess that data. Providers who fail challenges or g...
$USDT
Tether
Proof of Reserves
...alance is included in the audited totals, the Tether system proposes the use of Merkle tree proofs. This technique, borrowed from Bitcoin's own block structure, works as f...
Challenges and Risks
...ent in building on a transparent public blockchain. While the proof of reserves Merkle tree approach is designed to allow individual verification without exposing other us...
Conclusion
...the blockchain with periodic independent audits of fiat reserves, and proposing Merkle tree proofs for individual balance verification, the system provides users with subs...
Related Stories
Whitepaper Deep Dive
Bitcoin Whitepaper: A Section-by-Section Analysis
An in-depth analysis of Satoshi Nakamoto's original 2008 whitepaper, breaking down every section from the abstract to t…
Technical ExplainerMerkle Trees: The Data Structure That Makes Blockchains Possible
How hash trees enable efficient verification of massive datasets, from Bitcoin's SPV to Ethereum's state tries and beyo…