diff options
author | Kyle Honeycutt <coinables@gmail.com> | 2017-03-26 13:27:53 -0700 |
---|---|---|
committer | Kyle <coinables@gmail.com> | 2017-03-29 19:09:43 -0700 |
commit | c0651cca491f75965edd3ad91a5773026128921d (patch) | |
tree | 5e3f918f05a306061c36ae0b106b5e8ba9bc4a0d /contrib | |
parent | 111849345bb5140f86b48e730ceab4bff45fa2e9 (diff) |
Update bitcoin.conf with example for pruning
This option is becoming more popular recently, and I propose an example to be shown in the bitcoin.conf.
pruning comments
updated and corrected pruning comments
Revised details on pruning in bitcoin.conf
Revised details on pruning in bitcoin.conf
spelling and space
spelling and space
add details on pruning in bitcoin.conf
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/debian/examples/bitcoin.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/debian/examples/bitcoin.conf b/contrib/debian/examples/bitcoin.conf index 923ab75314..1029a51073 100644 --- a/contrib/debian/examples/bitcoin.conf +++ b/contrib/debian/examples/bitcoin.conf @@ -131,6 +131,13 @@ # be validated sooner. #paytxfee=0.00 +# Enable pruning to reduce storage requirements by deleting old blocks. +# This mode is incompatible with -txindex and -rescan. +# 0 = default (no pruning). +# 1 = allows manual pruning via RPC. +# >=550 = target to stay under in MiB. +#prune=550 + # User interface options # Start Bitcoin minimized |