Peter Todd announces OpenTimestamps
Peter Todd announced OpenTimestamps, an open-source infrastructure using the Bitcoin blockchain to timestamp unlimited documents per transaction via Merkle tree aggregation.
Keyword reference — entries that mention this term in body prose.
7 entries reference this keyword in body prose.
Peter Todd announced OpenTimestamps, an open-source infrastructure using the Bitcoin blockchain to timestamp unlimited documents per transaction via Merkle tree aggregation.
How Bitcoin blocks are structured, how Merkle trees commit transactions to block headers, and how the most-work chain selection rule resolves forks.
How Bitcoin nodes agree on a single chain: SHA-256d proof of work, the difficulty adjustment algorithm, block validation rules, fork resolution, and probabilistic finality.
How Bitcoin uses elliptic-curve keys, digital signatures, hash functions, and deterministic derivation to secure ownership without trusted third parties.
How Bitcoin nodes find each other, exchange transactions and blocks, and resist network-level attacks across the P2P gossip layer.
Bitcoin's threat model mapped end-to-end: what the protocol trusts, what it defends against, how each attack is countered, and where open risks remain.
How Bitcoin Core persists blocks, maintains the UTXO set, indexes chain state, manages the mempool, prunes historical data, and bootstraps via assumeUTXO.