aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Honeycutt <[email protected]>2017-03-26 13:27:53 -0700
committerKyle <[email protected]>2017-03-29 19:09:43 -0700
commitc0651cca491f75965edd3ad91a5773026128921d (patch)
tree5e3f918f05a306061c36ae0b106b5e8ba9bc4a0d
parentMerge #10069: [QA] Fix typo in fundrawtransaction test (diff)
downloaddiscoin-c0651cca491f75965edd3ad91a5773026128921d.tar.xz
discoin-c0651cca491f75965edd3ad91a5773026128921d.zip
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
-rw-r--r--contrib/debian/examples/bitcoin.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/debian/examples/bitcoin.conf b/contrib/debian/examples/bitcoin.conf
index 923ab7531..1029a5107 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