move bitcoin wallet to another drive

Bitcoin Sign up or log in to customize your list._ Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top up vote down vote favorite 6 Bitcoin's taking a lot of space on my C drive, and I would like to move it to another drive.I've figured out to do it using symbolic links, but the problem is that my Bitcoin client is currently synchronizing with the network.Is there a way to pause it, so I can move the data and then go back to synchronizing?My C drive's almost running out of space.client wallet network up vote down vote You can create a directory junction (as i did to move the BitCoin data folder), or you can specify a different data folder location: BitCoin-qt.exe -datadir=d:\BitCoinData Which will be the long-term solution.up vote 5 down vote On Windows, the whole %appdata%\Bitcoin directory can be replaced with a symbolic directory link: Make sure the bitcoin client is not running.
Move the %appdata%\Bitcoin directory to its target location (e.g.d:\bitcoinData) Run the command prompt as root and issue the command mklink /d "c:\users\\appdata\roaming\bitcoin" "d:\bitcoinData" OR as answered by @lan Boyd up vote 3 down vote Just shut the client down, move the files, and then start it up again.It will take about a minute or so to figure out where it left off, and then it will resume from there.up vote 2 down vote On Windows you will have to modify the BitCoin application's shortcut to add the datadir parameter, so that everytime you launch BitCoin it will always use the new data directory: "C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" -datadir=d:\BitCoinData If you're using Armory to manage BitCoin, you need to set the location for the Bitcoin home directory.Go to File > Settings: Your Answer Sign up or log in Sign up using Google Sign up using Email and Password Post as a guest Name Email discard By posting your answer, you agree to the privacy policy and terms of service.
Bitcoin Core runs as a full network node and maintains a local copy of the block chain.This data independence improves wallet privacy and security.Unlike some SPV wallets that transmit addresses to peers, Bitcoin Core stores all transactions locally.With local access to the complete set of headers and transactions, Bitcoin Core can use full verification to tell when peers lie about payments.However, dealing with the block chain comes at a price.An ever-growing data set causes smaller hard drives to fill up quickly.Furthermore, a new wallet can't be used until the full block chain is downloaded and processed, which can take several hours on mid-range equipment.These problems can be solved by moving and copying Bitcoin Core's data directory.This article describes two approaches that can be used with either a new or existing Bitcoin Core 0.10.0 installation.Although the procedures described here have been tested several times, Murphy's law can strike at any time.To protect yourself from loss of funds, make a backup of your wallet now.
Start Bitcoin Core and select the File -> Backup Wallet… option.After the backup has been saved, exit Bitcoin Core.If your data directory already contains a complete block chain and or/wallet, you may want to move it rather than start from scratch.The first step is finding the default data directory.Mac, Windows, and Linux version of Bitcoin Core each store data in a different location.The procedure described here will use a graphical file browser to find it.bitcoin transaction ledgerOn Windows 7, begin by clicking on the Windows menu.dogecoin online walletThen click your username from the right-hand menu.bitcoin singapore deathWindows Explorer should show a folder containing other folders such as Contacts and Desktop.bitcoin juni 2011
Another folder, AppData is hidden by default.It can be shown by selecting the Organize -> Folder and Search options menu.From the View tab, click the “Show hidden files, folder, and drives” option, then click “OK”.Windows Explorer should now display an AppData folder.Then enter the Roaming folder, where the Bitcoin folder is contained.On OS X, open a file browser by selecting the File -> New Finder Window menu option while running Finder.bitcoin about to explodeNext, select the Go -> Go to Folder… menu option.bitcoin map amsterdamEnter ~/Library into the box and press enter.bitcoin mining texasDouble click on the Application Support folder.bitcoin vps asiaIf you've already run Bitcoin Core, you will see a folder called Bitcoin.how does bitcoin qt work
On Ubuntu, open a file browser by clicking on the folder icon in the launcher.The data directory, .bitcoin, is hidden by default.To show it, select the View -> Show Hidden Files menu option.Having found the default data directory, we can now copy it.Be sure that Bitcoin Core has been shut down and is no longer running.The software occasionally takes a minute or two to completely exit.Begin by renaming the Bitcoin Core data directory.Use the name bitcoin-backup.Don't move the renamed folder.This allows recovery of the original data directory in case something goes wrong.To recover the original, reinstate the original name of the bitcoin-backup folder (either Bitcoin or .bitcoin).If you'd rather not change the default data directory, you may be able to use the alternative approach described below.Next copy the renamed bitcoin data directory to a destination of your choice.This can be the same hard drive, an external hard drive, or a removable medium such as USB drive or SD card.Copying data may require only a few minutes or a couple of hours, depending on how up-to-date your copy of the block chain is and the speed of your hardware.
You can now rename the copied folder.For example, it might be convenient to use the name Bitcoin.If you plan to run Armory on Mac, skip this step.With no default data directory, Bitcoin Core assumes that this is its first session.Launching Bitcoin Core should yield a welcome screen.This screen gives you to option to store data in the default location or a custom location.Select the second option.Then Click the “…” button to point to the new location of the Bitcoin Core data directory.Bitcoin Core should continue starting up.When the process completes, the software should work exactly as it did before.When ready to proceed to the next step, close the application.At this point your system contains two more or less identical copies of the data directory.Assuming there were no issues with the move, the original can now be deleted.Browse to the location of the bitcoin-backup directory and delete it.Users of Armory on Mac face a tricky problem when trying to move the Bitcoin Core data directory.
Armory only recognizes the default data directory on OS X. Moving it means that Armory will no longer function.Fortunately, the solution is relatively simple.Create a symbolic link from the new data directory to the old default directory.Creating this link allows the new data directory to be used as if it still resided at the old location.Although creating a shortcut through the Finder seems like it should work, it doesn't.Begin by launching the Terminal application.This is most conveniently done by pressing ⌘-space, then typing the word “terminal” into the search box.Enter the following command at the prompt to create the symbolic link, where {newpath} is the path to the new data directory.For example, if you moved the data directory to a folder called Bitcoin on the external drive called “Bigdata”, then replace {newpath} with /Volumes/Bigdata/Bitcoin.The backslash after “Application” is required.Instead of pulling the data directory out from under Bitcoin Core and then supplying a new path after startup, the data directory can be passed as the command line parameter datadir.
This approach keeps the existing default data directory intact.It also allows multiple data directories to be used side-by-side.The disadvantages are that this method requires some extra configuration, and it won't work easily on OS X.Windows users can create a shortcut that uses the command line option datadir.Doing so directs Bitcoin Core to use, not the default data directory, but the one given as a parameter.Begin by right-clicking on the desktop and selecting New -> Shortcut.Browse to the location of the Bitcoin Core executable (C:\Program Files\Bitcoin\bitcoin-qt.exe) and click the OK button.Next, add the command line option datadir, using the path to your data directory.Double clicking the newly-created shortcut will direct Bitcoin Core to use the new data directory.Ubuntu users can create a desktop shortcut by first browsing to the /usr/share/applications directory.Right-click on the Bitcoin file, then select the “Copy” option.Right click on the desktop and select “Paste”.