Skip to content

Commit e041ee0

Browse files
committed
doc: add coinstatsindex to bitcoin.conf
1 parent 2b45cf0 commit e041ee0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

share/examples/bitcoin.conf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,11 @@
142142
# both prior transactions and several dozen future transactions.
143143
#keypool=100
144144

145+
# Maintain coinstats index used by the gettxoutsetinfo RPC (default: 0).
146+
#coinstatsindex=1
147+
145148
# Enable pruning to reduce storage requirements by deleting old blocks.
146-
# This mode is incompatible with -txindex and -rescan.
149+
# This mode is incompatible with -txindex, -coinstatsindex and -rescan.
147150
# 0 = default (no pruning).
148151
# 1 = allows manual pruning via RPC.
149152
# >=550 = target to stay under in MiB.

0 commit comments

Comments
 (0)