We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b45cf0 commit e041ee0Copy full SHA for e041ee0
share/examples/bitcoin.conf
@@ -142,8 +142,11 @@
142
# both prior transactions and several dozen future transactions.
143
#keypool=100
144
145
+# Maintain coinstats index used by the gettxoutsetinfo RPC (default: 0).
146
+#coinstatsindex=1
147
+
148
# Enable pruning to reduce storage requirements by deleting old blocks.
-# This mode is incompatible with -txindex and -rescan.
149
+# This mode is incompatible with -txindex, -coinstatsindex and -rescan.
150
# 0 = default (no pruning).
151
# 1 = allows manual pruning via RPC.
152
# >=550 = target to stay under in MiB.
0 commit comments