Skip to content

Commit 5744135

Browse files
author
Grisha Lyukshin
authored
updating banlist file extension in /.bitcoin/testnet3
The instructions state that updating banlist in /.bitcoin/testnet3 is the dat file. I think the file type should be json.
1 parent ff4d516 commit 5744135

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)