diff options
| author | Tomo Ueda <[email protected]> | 2021-09-02 12:54:43 -0700 |
|---|---|---|
| committer | Tomo Ueda <[email protected]> | 2021-09-02 12:54:43 -0700 |
| commit | f5c716526aaafb318a98e974c8b2fbe02870646b (patch) | |
| tree | e14145656fcff86ec2c7a1ecf4ad28e0b40f36aa /doc/files.md | |
| parent | s/DOGE/DIS/g (diff) | |
| download | discoin-f5c716526aaafb318a98e974c8b2fbe02870646b.tar.xz discoin-f5c716526aaafb318a98e974c8b2fbe02870646b.zip | |
really s/doge/dis/g this time
Diffstat (limited to 'doc/files.md')
| -rw-r--r-- | doc/files.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/files.md b/doc/files.md index b090da9fb..dd49d119a 100644 --- a/doc/files.md +++ b/doc/files.md @@ -1,14 +1,14 @@ * banlist.dat: stores the IPs/Subnets of banned nodes -* dogecoin.conf: contains configuration settings for dogecoind or dogecoin-qt -* dogecoind.pid: stores the process id of dogecoind while running +* discoin.conf: contains configuration settings for discoind or discoin-qt +* discoind.pid: stores the process id of discoind 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 dogecoind or dogecoin-qt +* debug.log: contains debug information and general logging generated by discoind or discoin-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 |