diff options
author | Jon Atack <jon@atack.com> | 2021-04-30 20:19:20 +0200 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2021-04-30 20:19:20 +0200 |
commit | e041ee0a80e5f3e10301acf8512a18864af750cd (patch) | |
tree | 619dd397b8c3982bdd76176d4b3084ec44e9656d /share/examples | |
parent | 2b45cf0bcdb3d2c1de46899e30885c953b57b475 (diff) |
doc: add coinstatsindex to bitcoin.conf
Diffstat (limited to 'share/examples')
-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. |