Skip to content

Commit c0651cc

Browse files
committed
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
1 parent 1118493 commit c0651cc

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)