diff --git a/ch03.asciidoc b/ch03.asciidoc index 7a5642f7..f531f0f8 100644 --- a/ch03.asciidoc +++ b/ch03.asciidoc @@ -258,7 +258,7 @@ Using config file /home/ubuntu/.bitcoin/bitcoin.conf ... ---- -You can hit Ctrl-C to shut down the node once you determine the location of the config file. Usually the configuration file is inside the _.bitcoin_ data directory under your user's home directory. It is not created automatically so you can create a starter config file using the example [here](https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File). Open the configuration file in your preferred editor. +You can hit Ctrl-C to shut down the node once you determine the location of the config file. Usually the configuration file is inside the _.bitcoin_ data directory under your user's home directory. It is not created automatically so you can create a starter config file uncommenting lines from the example [here](https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File), generate one using the web interface [here](https://jlopp.github.io/bitcoin-core-config-generator/) or copy and past from the examples below. Open the configuration file in your preferred editor. Bitcoin Core offers more than 100 configuration options that modify the behavior of the network node, the storage of the blockchain, and many other aspects of its operation. To see a listing of these options, run +bitcoind --help+: