diff options
author | Brian Liotti <bliotti@protonmail.com> | 2021-07-06 09:32:37 -0400 |
---|---|---|
committer | Brian Liotti <bliotti@protonmail.com> | 2021-07-06 09:32:37 -0400 |
commit | fa84caebc7b647d9483262b6634bfe6b02b90a69 (patch) | |
tree | 8a7d456bd021c0e2f3c140659ae68274b684714e /doc/bitcoin-conf.md | |
parent | 088b348dbe82689ce1782653c8fdcebb3b636eb5 (diff) |
doc: added info to bitcoin.conf doc
Diffstat (limited to 'doc/bitcoin-conf.md')
-rw-r--r-- | doc/bitcoin-conf.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bitcoin-conf.md b/doc/bitcoin-conf.md index 9a312bc33c..8c9035c45b 100644 --- a/doc/bitcoin-conf.md +++ b/doc/bitcoin-conf.md @@ -4,6 +4,8 @@ The configuration file is used by `bitcoind`, `bitcoin-qt` and `bitcoin-cli`. 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. +Changes to the configuration file while `bitcoind` or `bitcoin-qt` is running only take effect after restarting. + ## Configuration File Format The configuration file is a plain text file and consists of `option=value` entries, one per line. Leading and trailing whitespaces are removed. |