Can I save the already downloaded blocks to another file location am almost out of space on my drive

-1

Can I save the already downloaded blockchains to another file location am almost out of space on my drive and i have not completed the network synchronization

Simos Wa Shomba

Posted 2017-03-08T10:21:02.120

Reputation: 1

Question was closed 2017-04-04T14:30:48.620

Answers

1

Indeed, you can move the files to another folder and specify it to bitcoind/bitcoin-qt when launching it with the -datadir parameter:

-datadir= Specify data directory

As an alternative, you can also specify the data directory in the Bitcoin.conf file, so that you don't have to include the parameter every time you lauch the daemon.

cpsola

Posted 2017-03-08T10:21:02.120

Reputation: 1 453