Choose where to install bitcoin-qt (linux)

0

I don't have much space on my / (~12GB) so I would like to install bitcoin-qt to some other drive with free space (since the data files will take around 10GB after synchronization). How do I do that?

sterz

Posted 2013-12-04T14:54:23.010

Reputation: 155

Answers

2

Run bitcoin with the flag

-datadir=<path to a directory>

Dust

Posted 2013-12-04T14:54:23.010

Reputation: 956

and this is gonna move the data files to desired path?sterz 2013-12-04T16:33:08.410

2No it will redownload if it's not already there. So you may want to move whatever you have to that path first. (while bitcoin-qt is NOT running).Jannes 2013-12-04T17:04:37.383