17

I am on Windows and installed the Bitcoin wallet. The block folder seems to grow bigger everyday and is stored on my C drive in the roaming directory. I would like to set this to some other folder on another drive, which has more place. How would I go about doing this?

Murch
  • 75,206
  • 34
  • 186
  • 622
Enthusiast
  • 443
  • 1
  • 9
  • 16

1 Answers1

12

I believe you can specify this directory using the datadir configuration in bitcoin.conf.

-datadir=<dir>         Specify data directory

See Running Bitcoin.

Colin Dean
  • 7,042
  • 3
  • 30
  • 58