aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorKyle Honeycutt <coinables@gmail.com>2017-03-26 13:27:53 -0700
committerKyle <coinables@gmail.com>2017-03-29 19:09:43 -0700
commitc0651cca491f75965edd3ad91a5773026128921d (patch)
tree5e3f918f05a306061c36ae0b106b5e8ba9bc4a0d /contrib
parent111849345bb5140f86b48e730ceab4bff45fa2e9 (diff)
downloadbitcoin-c0651cca491f75965edd3ad91a5773026128921d.tar.xz
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.conf7
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