Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: Raj Sri on November 02, 2022, 10:05:23 PM



Title: Bitcoin Core reinstallation ?
Post by: Raj Sri on November 02, 2022, 10:05:23 PM
Hi there, I am thinking of reinstalling Bitcoin Core  in Flatpak packaging and installing a Rpm package.Now, I am wondering is it possible to reinstall BC without any lose of the Blockchain data ?


Title: Re: Bitcoin Core reinstallation ?
Post by: NotATether on November 02, 2022, 10:21:59 PM
You won't lose any data as long as you do not delete the ~/.bitcoin folder, because that's where all the Bitcoin Core data is located. Package installers never delete this folder, or anything in your $HOME, so you should be fine though.


Title: Re: Bitcoin Core reinstallation ?
Post by: seoincorporation on November 03, 2022, 02:40:52 PM
Hi there, I am thinking of reinstalling Bitcoin Core  in Flatpak packaging and installing a Rpm package.Now, I am wondering is it possible to reinstall BC without any lose of the Blockchain data ?

I would hardly recommend to back up your private keys before any move, that way if something goes wrong with the reinstall or the upgrade you will not lost your address and balances. This is just a security measure and a back up for if something doesn't work fine in the move.

The bad part about losing all blockchain data is the re-sync process that could take some days, but as other users mentioned, if you don't delete the ~/.bitcoin  folder then you shouldn't lose the blockchain data.