1
Hi how is blockchain actually stored on disk?
I noticed bitcoin uses key store database level DB but what is the structure?
https://github.com/bitcoin-core/leveldb-old/blob/bitcoin-fork/doc/table_format.txt
Here I don't get it... Does anyone has simple overview how it is stored?
I have also read this... but don't get it. What are the keys used in the blockchain levelDB (ie what are the key:value pairs)?
So If I wanted to try implement storing blockchain on filesystem, how would you suggest doing it?
having file with indexes and each index would represent block location inside another file? – dtechlearn – 2018-12-01T23:10:53.537