aboutsummaryrefslogtreecommitdiff
path: root/doc/files.md
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-11-02 11:12:48 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-11-02 11:12:58 +0100
commit101c642bef7f590726efae3fb837711bdacacf1d (patch)
tree35306561e267c685f36f4f3a826d4cd8ffd32653 /doc/files.md
parent273bde37d867d1f6ab67e22a65097b7adfc4831a (diff)
parent582068aa907127c12db53fbd65667dc7810d42b0 (diff)
downloadbitcoin-101c642bef7f590726efae3fb837711bdacacf1d.tar.xz
Merge #8448: Store mempool and prioritization data to disk
582068a Add mempool.dat to doc/files.md (Pieter Wuille) 3f78562 Add DumpMempool and LoadMempool (Pieter Wuille) ced7c94 Add AcceptToMemoryPoolWithTime function (Pieter Wuille) c3efb58 Add feedelta to TxMempoolInfo (Pieter Wuille)
Diffstat (limited to 'doc/files.md')
-rw-r--r--doc/files.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/files.md b/doc/files.md
index f7eca57dcb..928977143b 100644
--- a/doc/files.md
+++ b/doc/files.md
@@ -10,6 +10,7 @@
* db.log: wallet database log file
* debug.log: contains debug information and general logging generated by bitcoind or bitcoin-qt
* fee_estimates.dat: stores statistics used to estimate minimum transaction fees and priorities required for confirmation; since 0.10.0
+* mempool.dat: dump of the mempool's transactions; since 0.14.0.
* peers.dat: peer IP address database (custom format); since 0.7.0
* wallet.dat: personal wallet (BDB) with keys and transactions
* .cookie: session RPC authentication cookie (written at start when cookie authentication is used, deleted on shutdown): since 0.12.0