0

How Do I use the prune option on bitcoin core ? as it is taking forever to sync

oli
  • 1
  • 1
  • 1

1 Answers1

5

Like so:

prune=550

in your bitcoin.conf in your data directory.

This will not make blockchain sync faster. It will make it take less space, though, which can be helpful.

(I have only 40 gigabytes of storage on my system, so this helps me a lot.)

Nick ODell
  • 29,396
  • 11
  • 72
  • 130