1
1
Say I've received some Bitcoin using the Bitcoin Core wallet on some linux machine. Say I'm done playing for now.
So now I want to free some disk space by deleting the huge database from this machine (and maybe uninstalling the program after backing up wallet.dat?), but I do not want to have to download the whole blockchain again (which took forever the first time), so I want to back it up on some external drive, so I can just copy it back when I want to use Bitcoin Core again (on the same machine or on any other).
- What are all the files and directories that I need to copy?
- Are there any extra steps needed to be done other than copying the files?
- What are the steps to load the saved database to a new installation of Bitcoin Core?
This will help me with my situation, but also, I thought our community could use such a guide posted here. Thanks!