Hey everyone,
I run a few full nodes but now I'm thinking to reduce it to one. I want to back up the whole blockchain to an HDD. This way, if I need to set up a new node, I won’t have to go through the whole initial block download process again.
Main ideas:
1. Back up the entire ~/.bitcoin/ folder including everything inside.
2. Keep the HDD encrypted.
3. Regularly update the backup (not sure how often).
What do you think?
Why bother? If you have decent bandwidth and RAM, it’s not a big deal to download the blockchain again. Lots of nodes have backup copies online.
Just use that instead.
If you’re going for the ideal route, consider this:
1. Note the Bitcoin Core version used for the backup.
2. Create checksums for the files. It’ll save time if you ever need to reindex.
3. Compress the ~/.bitcoin/ folder to save space. I’ve read you can cut down the size by around 20%.
Yeah, but it’s not just about bandwidth.
Waiting three days for a node to work again? That’s a hassle.
How do checksums speed things up? They help with integrity, but that's different.
Disagree with that.
What matters is:
1. RAM allows you to download the blockchain faster.
2. Good bandwidth is a must.
3. Storage type matters too. SSDs beat HDDs.
But with every hardware update, sync times drop a lot.
Use rsync for Linux backups. Just remember, different Bitcoin Core versions can have different block files.