What happens to wallet.dat if I uninstall and re-install on Windows Bitcoin desktop client?

1

If I uninstall Bitcoin Core desktop client, what happens to the wallet.dat? Is this erased or left in place? If I install Bitcore Core desktop again, does my wallet.dat get overwritten?

Sun

Posted 2017-09-12T16:46:48.733

Reputation: 133

Answers

2

Nothing happens to it. None of Bitcoin Core's data (which includes your wallet files, the block files, the block indexes, the chainstate, etc.) is removed when Bitcoin Core is uninstalled. All of this data is stored in a separate location from the installation.

Andrew Chow

Posted 2017-09-12T16:46:48.733

Reputation: 40 910