diff options
author | MarcoFalke <falke.marco@gmail.com> | 2017-03-31 09:26:33 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2017-03-31 09:26:52 +0200 |
commit | 8e4f7e72410df3ba430082c7cf385f26fd75b033 (patch) | |
tree | d3eb6f73e44778cb1fd1ceee15ea1a2a29630fdc | |
parent | edc62c959ab3ed7019b514107a4ab3865fc12c2e (diff) | |
parent | c0651cca491f75965edd3ad91a5773026128921d (diff) |
Merge #10090: Update bitcoin.conf with example for pruning
c0651cc Update bitcoin.conf with example for pruning (Kyle Honeycutt)
Tree-SHA512: f27180ac5d5a4bd32c7a63de156ca14eb8068509e64d386ca84ee16d0dacfa8e1bab9a8e7b88175fae12c8d823f71f8705d413f224a15d5aa7cf059f416fa023
-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 |