diff options
author | Jon Atack <jon@atack.com> | 2021-04-30 21:20:27 +0200 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2021-05-01 13:57:52 +0200 |
commit | 54133c59b80ccac85eaebb0668cd2f0fe360b323 (patch) | |
tree | 969b519deaf5cd12e166fa95cefc2d8b6fc9fb5e /doc | |
parent | 5d1050f51647980b1204e3b44b319ab31948d11f (diff) |
doc: add indexes/coinstats/db/ to files.md
Diffstat (limited to 'doc')
-rw-r--r-- | doc/files.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/files.md b/doc/files.md index a80adf30ea..695ea6f448 100644 --- a/doc/files.md +++ b/doc/files.md @@ -53,6 +53,7 @@ Subdirectory | File(s) | Description `indexes/txindex/` | LevelDB database | Transaction index; *optional*, used if `-txindex=1` `indexes/blockfilter/basic/db/` | LevelDB database | Blockfilter index LevelDB database for the basic filtertype; *optional*, used if `-blockfilterindex=basic` `indexes/blockfilter/basic/` | `fltrNNNNN.dat`<sup>[\[2\]](#note2)</sup> | Blockfilter index filters for the basic filtertype; *optional*, used if `-blockfilterindex=basic` +`indexes/coinstats/db/` | LevelDB database | Coinstats index; *optional*, used if `-coinstatsindex=1` `wallets/` | | [Contains wallets](#multi-wallet-environment); can be specified by `-walletdir` option; if `wallets/` subdirectory does not exist, wallets reside in the [data directory](#data-directory-location) `./` | `anchors.dat` | Anchor IP address database, created on shutdown and deleted at startup. Anchors are last known outgoing block-relay-only peers that are tried to re-connect to on startup `./` | `banlist.dat` | Stores the IPs/subnets of banned nodes |