How can I move the .bitcoin folder from 'Home' to a new directory?

3 replies [Last post]
spyfall
Offline
Joined: 09/05/2013

I am using bitcoin-qt (GUI, 64-bit), but the data in the .bitcoin folder is taking too much space in my Home folder. I would like to move the .bitcoin folder to a larger directory, but I don't know how to do it. Even if I remove the .bitcoin folder, the bitcoin-qt executable file will create a new folder in the Home directory when I start it. I don't want it to do that. Can anybody help me?

jxself
Offline
Joined: 09/13/2010

Can there be a symlink in your home folder pointing to the new location?

ln -s /path/to/where/you/put/the/bitcoin/folder ~/.bitcoin

Not sure if it'll follow a symlink and even if it did you'd need to update it if you ever moved your bitcoin folder again.

Andrew R.
Offline
Joined: 09/27/2013

On 28/10/13 22:35, jason wrote:
> ln -s /path/to/where/you/put/the/bitcoin/folder ~/.bitcoin
>
> Not sure if it'll follow a symlink and even if it did you'd need to
> update it if you ever moved your bitcoin folder again.

I can confirm that Bitcoin does follow symlinks as I do this myself.

Andrew.

spyfall
Offline
Joined: 09/05/2013

Thanks for your assistance. Your suggesion worked for me. The problem is now resolved.