diff options
Diffstat (limited to 'share/examples/bitcoin.conf')
-rw-r--r-- | share/examples/bitcoin.conf | 5 |
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. |