Skip to content

Commit 8e4f7e7

Browse files
author
MarcoFalke
committed
Merge #10090: Update bitcoin.conf with example for pruning
c0651cc Update bitcoin.conf with example for pruning (Kyle Honeycutt) Tree-SHA512: f27180ac5d5a4bd32c7a63de156ca14eb8068509e64d386ca84ee16d0dacfa8e1bab9a8e7b88175fae12c8d823f71f8705d413f224a15d5aa7cf059f416fa023
2 parents edc62c9 + c0651cc commit 8e4f7e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

contrib/debian/examples/bitcoin.conf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,13 @@
131131
# be validated sooner.
132132
#paytxfee=0.00
133133

134+
# Enable pruning to reduce storage requirements by deleting old blocks.
135+
# This mode is incompatible with -txindex and -rescan.
136+
# 0 = default (no pruning).
137+
# 1 = allows manual pruning via RPC.
138+
# >=550 = target to stay under in MiB.
139+
#prune=550
140+
134141
# User interface options
135142

136143
# Start Bitcoin minimized

0 commit comments

Comments
 (0)