7 sats \ 0 replies \ @cointastical 17 Apr 2022 \ parent \ on: Running a Bitcoin Node on your computer or laptop bitcoin
The article that this post links to says:
But that 7 GB part right below is from the bitcoin.org website.
I looked at the github source for the site and it gets that from a configuration setting:
{{site.text.bitcoin_datadir_gb_pruned}}
So that is assuming that is in pruned mode. I don't know if 7 GB is still accurate, I suspect it is a bit low now.
But that is misleading, as most aren't looking to run a pruned node.
I've opened an issue on Bitcoin.org repo, Issue #3868 requesting that pruned mode be clarified there. I've also opened Issue #3867 requesting that the values in _config.yaml are updated.