How do I move wallet.dat file to a different location?

0

I want to move (not backup, move) the file to a different location. That way bitcoin wallet software open that file up.

user4951

Posted 2013-04-13T16:17:48.550

Reputation: 1 124

Question was closed 2013-06-17T04:31:05.523

What operating system?David Ogren 2013-04-13T18:00:04.807

I'm not sure if I completely understand your question. You want to move your bitcoin wallet to a different device like a usb flash drive or a different directory like from C: to D:?Charles Hoskinson 2013-04-13T17:44:32.600

I want my wallet software to read wallet.dat from different location.user4951 2013-04-14T04:54:27.243

Asking about how to change the default storage location has been posted many, many times. The future canonical question is probably Bitcoin-Qt setup: Change block-chain file location, settings? documentation?. Possible duplicate of Bitcoin-Qt setup: Change block-chain file location, settings? documentation?.

Peter Mortensen 2014-08-01T12:47:06.137

Answers

4

If you have already downloaded the data then you will have to move the data to the new folder. If you want to store them in D:\BitcoinData then click on "Properties" of Bitcoin.exe shortcut and add -datadir=d:\BitCoinData at the end as an example:

"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" -datadir=d:\BitCoinData

user5021

Posted 2013-04-13T16:17:48.550

Reputation: 41