3 | @@ -4,6 +4,8 @@ The configuration file is used by `bitcoind`, `bitcoin-qt` and `bitcoin-cli`.
4 |
5 | All command-line options (except for `-?`, `-help`, `-version` and `-conf`) may be specified in a configuration file, and all configuration file options (except for `includeconf`) may also be specified on the command line. Command-line options override values set in the configuration file and configuration file options override values set in the GUI.
6 |
7 | +The configuration file should not be modified while `bitcoind` is running.
The configuration file should not be modified while `bitcoind` or `bitcoin-qt` is running.