Bitcoin Forum
May 04, 2024, 05:22:51 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: how to safely move wallets? the blockchains are filling up one hard drive...  (Read 741 times)
dogechode (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
January 31, 2014, 11:16:34 PM
 #1

Sorry if this is a retarded question. I searched about this but the posts/articles I found don't seem to address the fundamental reason I am asking.

My problem is I have many wallets and over time as the block chains grow, they eat a ton of space in C:\users\dogechode\appdata\roaming on my main drive. Now I believe I could back up my wallet.dat file but then even if I move the wallet program folder from like C:\wallets\shitcoin to say, D:\wallets\shitcoin and copy the wallet.dat to there, won't it still try to keep storing the blockchain in C:\Users\dogechode\appdata\roaming\shitcoin ?

Please help! Thanks!
1714800171
Hero Member
*
Offline Offline

Posts: 1714800171

View Profile Personal Message (Offline)

Ignore
1714800171
Reply with quote  #2

1714800171
Report to moderator
1714800171
Hero Member
*
Offline Offline

Posts: 1714800171

View Profile Personal Message (Offline)

Ignore
1714800171
Reply with quote  #2

1714800171
Report to moderator
1714800171
Hero Member
*
Offline Offline

Posts: 1714800171

View Profile Personal Message (Offline)

Ignore
1714800171
Reply with quote  #2

1714800171
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714800171
Hero Member
*
Offline Offline

Posts: 1714800171

View Profile Personal Message (Offline)

Ignore
1714800171
Reply with quote  #2

1714800171
Report to moderator
1714800171
Hero Member
*
Offline Offline

Posts: 1714800171

View Profile Personal Message (Offline)

Ignore
1714800171
Reply with quote  #2

1714800171
Report to moderator
1714800171
Hero Member
*
Offline Offline

Posts: 1714800171

View Profile Personal Message (Offline)

Ignore
1714800171
Reply with quote  #2

1714800171
Report to moderator
BitCoinPokerBro
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000



View Profile
January 31, 2014, 11:29:02 PM
 #2

Why not download the a new wallet and send the coins to it instead of trying to transfer the wallets?
jimhsu
Sr. Member
****
Offline Offline

Activity: 364
Merit: 264


View Profile
January 31, 2014, 11:31:52 PM
 #3

I simply move the files, then symlink the files from the new hard drive to the old.

Unix can do this with "ln -s", or for windows, http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html

Dans les champs de l'observation le hasard ne favorise que les esprits préparé
anon4250158
Sr. Member
****
Offline Offline

Activity: 266
Merit: 256


View Profile
February 01, 2014, 12:11:34 AM
 #4

1. Copy entire dogecoin folder from appdata\roaming to new location, say D:\coins\
2. find the dogecoin qt, right click and create shortcut
3. Right click on new shortcut --> Properties --> shortcut tab
4. in "target" box add -datadir="D:\coins\Dogecoin" to the end.  This specifies an alternate directory for blockchain, wallet, etc instead of appdata\roaming


Example of what target box should contain (all quotes are intentional; include them)

"C:\Path\to\QT\dogecoin-qt.exe" -datadir="D:\coins\Dogecoin"

5. Use the shortcut to start the dogecoin wallet from now on.
6. Once you verify that the wallet loads properly (and your address is what it used to be), you can delete the dogecoin folder from appdata\roaming

PS. Always have a backup copy of all of your wallet.dat files from all your coins in another location (preferably not on the same hard drive).
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!