aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2021-04-30 20:19:20 +0200
committerJon Atack <jon@atack.com>2021-04-30 20:19:20 +0200
commite041ee0a80e5f3e10301acf8512a18864af750cd (patch)
tree619dd397b8c3982bdd76176d4b3084ec44e9656d /share
parent2b45cf0bcdb3d2c1de46899e30885c953b57b475 (diff)
downloadbitcoin-e041ee0a80e5f3e10301acf8512a18864af750cd.tar.xz
doc: add coinstatsindex to bitcoin.conf
Diffstat (limited to 'share')
-rw-r--r--share/examples/bitcoin.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/examples/bitcoin.conf b/share/examples/bitcoin.conf
index 5b7fc776a4..85c67c8470 100644
--- a/share/examples/bitcoin.conf
+++ b/share/examples/bitcoin.conf
@@ -142,8 +142,11 @@
# both prior transactions and several dozen future transactions.
#keypool=100
+# Maintain coinstats index used by the gettxoutsetinfo RPC (default: 0).
+#coinstatsindex=1
+
# Enable pruning to reduce storage requirements by deleting old blocks.
-# This mode is incompatible with -txindex and -rescan.
+# This mode is incompatible with -txindex, -coinstatsindex and -rescan.
# 0 = default (no pruning).
# 1 = allows manual pruning via RPC.
# >=550 = target to stay under in MiB.