From 5e202af494e77ac307d66f2d2c25f608c3f725cd Mon Sep 17 00:00:00 2001 From: Jet Hughes Date: Mon, 19 Dec 2022 12:24:11 +1300 Subject: [PATCH] vault backup: 2022-12-19 12:24:11 --- content/notes/think-writing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/notes/think-writing.md b/content/notes/think-writing.md index 8f841971d..7bcbc61e0 100644 --- a/content/notes/think-writing.md +++ b/content/notes/think-writing.md @@ -97,4 +97,6 @@ In etherum each block hold the entire state of the chain. The state is stored in Did some research on [[merkle tree]]s. Think in bitcoin and ethereum the raw data is also stored somewhere, not only the hashes. But then how does pruning the tree help in bitcoin. Does bitcoin just not store a record of transactions? Does ethereum? I know where blockchain is stored but not what is stored. -https://www.makeuseof.com/what-data-stored-bitcoin-blockchain/ From here it seems that within a block the transactions are stored separately from the merkle tree. And the number of transactions in a block cannot take up more than 1MB. \ No newline at end of file +https://www.makeuseof.com/what-data-stored-bitcoin-blockchain/ From here it seems that within a block the transactions are stored separately from the merkle tree. And the number of transactions in a block cannot take up more than 1MB. + +https://hackernoon.com/getting-deep-into-ethereum-how-data-is-stored-in-ethereum-e3f669d96033 \ No newline at end of file