Skip to content

Commit f5b314b

Browse files
authored
Merge pull request #566 from gked/patch-2
updating banlist file extension in /.bitcoin/testnet3
2 parents cf2db7f + 5744135 commit f5b314b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

03_2_Knowing_Your_Bitcoin_Setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The setup guides in [Chapter Two: Creating a Bitcoin-Core VPS](02_0_Setting_Up_a
1616
Moving back to your ~/.bitcoin directory, you'll find that the testnet3 directory contains all of the guts:
1717
```
1818
$ ls ~/.bitcoin/testnet3
19-
banlist.dat blocks debug.log mempool.dat peers.dat
19+
banlist.json blocks debug.log mempool.dat peers.dat
2020
bitcoind.pid chainstate fee_estimates.dat onion_private_key wallets
2121
```
2222
You shouldn't mess with most of these files and directories — particularly not the `blocks` and `chainstate` directories, which contain all of the blockchain data, and the information in your `wallets` directory, which contains your personal wallet. However, do take careful note of the `debug.log` file, which you should refer to if you ever have problems with your setup.

0 commit comments

Comments
 (0)