]>
Commit | Line | Data |
---|---|---|
2df4f631 JG |
1 | * zcash.conf: contains configuration settings for zcashd |
2 | * zcashd.pid: stores the process id of zcashd while running | |
3 | * blocks/blk000??.dat: block data (custom, 128 MiB per file) | |
4 | * blocks/rev000??.dat; block undo data (custom) | |
5 | * blocks/index/*; block index (LevelDB) | |
6 | * chainstate/*; block chain state database (LevelDB) | |
7 | * database/*: BDB database environment | |
48770534 | 8 | * db.log: wallet database log file |
2df4f631 JG |
9 | * debug.log: contains debug information and general logging generated by zcashd |
10 | * fee_estimates.dat: stores statistics used to estimate minimum transaction fees and priorities required for confirmation | |
11 | * peers.dat: peer IP address database (custom format) | |
48770534 | 12 | * wallet.dat: personal wallet (BDB) with keys and transactions |
2298877f WL |
13 | * .cookie: session RPC authentication cookie (written at start when cookie authentication is used, deleted on shutdown): since 0.12.0 |
14 | * onion_private_key: cached Tor hidden service private key for `-listenonion`: since 0.12.0 |