mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-08 05:39:38 +02:00
Merge pull request #6704
5e6d893travis: for travis generating an extra build (Cory Fields)ceba0f8PARTIAL: typofixes (found by misspell_fixer) (Veres Lajos)2ede6b7add support for miniupnpc api version 14 (Pavel Vasin)0dfcdd4rpc-tests: re-enable rpc-tests for Windows (Cory Fields)c9ad65enet: Set SO_REUSEADDR for Windows too (Cory Fields)0194bddadd unit test for CNetAddr::GetGroup. (Alex Morcos)bdf2542Fix masking of irrelevant bits in address groups. (Alex Morcos)65426acAdd missing files to files.md (fanquake) 28d76d2 Handle leveldb::DestroyDB() errors on wipe failure (Adam Weiss)843469eUse unique name for AlertNotify tempfile (Casey Rodarmor)4e5ea71Make sure LogPrint strings are line-terminated (J Ross Nicoll)3861f0fbuild: fix libressl detection (Cory Fields)04507deAvoid leaking file descriptors in RegisterLoad (Casey Rodarmor)8b59079Add autogen.sh to source tarball. (randy-waterhouse)
This commit is contained in:
12
doc/files.md
12
doc/files.md
@@ -1,12 +1,16 @@
|
||||
Used in 0.8.0
|
||||
---------------------
|
||||
* wallet.dat: personal wallet (BDB) with keys and transactions
|
||||
* peers.dat: peer IP address database (custom format); since 0.7.0
|
||||
|
||||
* bitcoin.conf: contains configuration settings for bitcoind or bitcoin-qt
|
||||
* bitcoind.pid: stores the process id of bitcoind while running
|
||||
* blocks/blk000??.dat: block data (custom, 128 MiB per file); since 0.8.0
|
||||
* blocks/rev000??.dat; block undo data (custom); since 0.8.0 (format changed since pre-0.8)
|
||||
* blocks/index/*; block index (LevelDB); since 0.8.0
|
||||
* chainstate/*; block chain state database (LevelDB); since 0.8.0
|
||||
* database/*: BDB database environment; only used for wallet since 0.8.0
|
||||
* 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
|
||||
* peers.dat: peer IP address database (custom format); since 0.7.0
|
||||
* wallet.dat: personal wallet (BDB) with keys and transactions
|
||||
|
||||
Only used in pre-0.8.0
|
||||
---------------------
|
||||
|
||||
Reference in New Issue
Block a user