mousebelt / mousexplore-vcoins

VCoin nodes for the MouseXplore block explorer
http://mousexplore.mousebelt.com
MIT License
15 stars 15 forks source link

Disk Space parsing Bitcoin data #331

Open mvcastellari opened 5 years ago

mvcastellari commented 5 years ago

I'm parsing all bitcoin data but im on block 230k and the mongo already have almost 120gb. From what I calculate it will need almost 3terabytes to storage everything, is there any changes i can do to store only critical data? (like for addresses it would be ok to store only the transactions txid instead of all the transaction info, i think this is what consume more space).

Please help, I'm not familiar with mongodb + node and after reading all the files I cant find on how to do those changes.

gedanziger commented 5 years ago

are you checking only the mongodb size? Ours isn't taking up 3TB space.

mvcastellari commented 5 years ago

Yes, the current database is bitcoin-db as you can see on this pic https://imgur.com/a/nXddYlz

But I'm not running the node on prune mode, maybe that's the difference between us?

0xweb3builder commented 5 years ago

in mousebelt btc node, chain data is 227GB.

mongodb size is not big. image

mvcastellari commented 5 years ago

Your explorer doesn't store everything, as you can see for example our address 1BrasiLb2KMbdtuhb1chAVnS2FvcNGfV9J has only 28 transactions on http://mousexplore.mousebelt.com/btc/address/1BrasiLb2KMbdtuhb1chAVnS2FvcNGfV9J but on blockchain it have more than 10k. But maybe there's nothing that can be done to store all blockchain data with low disk space, I'll try to improve my droplet.