Author

Topic: SOLVED: turning on pruning (Read 233 times)

staff
Activity: 3374
Merit: 6530
Just writing some code
July 07, 2017, 12:34:13 PM
#2
Pruning is a command line arg or a bitcoin.conf option. Just add
Code:
prune=550
to your bitcoin.conf file to enable pruning. There is no need to recompile it.
legendary
Activity: 1456
Merit: 1076
I may write code in exchange for bitcoins.
July 07, 2017, 11:28:47 AM
#1
This should be an easy one for someone here.

I was thinking about turning on pruning to save some disk space.  Do I need to recompile?  I don't recall seeing any options for pruning when I ran

Code:
$ ./configure help

last time I built bitcoind.  Alternatively, is this something I stick in my .conf file?

Jump to: