I want to move (not backup, move) the file to a different location. That way bitcoin wallet software open that file up.
Asked
Active
Viewed 7,748 times
0
-
What operating system? – David Ogren Apr 13 '13 at 18:00
-
2http://bitcoin.stackexchange.com/questions/3449/is-there-a-way-to-change-the-wallet-dat-location-without-changing-the-entire-dat?rq=1 – Nick ODell May 13 '13 at 20:17
-
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 Apr 13 '13 at 17:44
-
I want my wallet software to read wallet.dat from different location. – user4951 Apr 14 '13 at 04:54
-
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 Aug 01 '14 at 12:47
1 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
- 41
- 2