aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Spigler <RSpigler@ProtonMail.ch>2022-08-19 23:18:13 -0400
committerGitHub <noreply@github.com>2022-08-19 23:18:13 -0400
commit3a71da0b721b064e2f33191cd66d79d0b37c692b (patch)
treeacbc91d566a4f768b075093025fd47412a84e2c3 /doc
parent194710d8ff398838e4e5bb87b56e19ebed1d6c52 (diff)
downloadbitcoin-3a71da0b721b064e2f33191cd66d79d0b37c692b.tar.xz
Security config warning
https://github.com/bitcoin/bitcoin/issues/23412 Warning about modifying unknown config changes
Diffstat (limited to 'doc')
-rw-r--r--doc/bitcoin-conf.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bitcoin-conf.md b/doc/bitcoin-conf.md
index acd767f234..1ebfb4c1de 100644
--- a/doc/bitcoin-conf.md
+++ b/doc/bitcoin-conf.md
@@ -6,6 +6,8 @@ All command-line options (except for `-?`, `-help`, `-version` and `-conf`) may
Changes to the configuration file while `bitcoind` or `bitcoin-qt` is running only take effect after restarting.
+Users should never make any configuration changes which they do not understand. Furthermore, users should always be wary of accepting any configuration changes provided to them by another source (even if they believe that they do understand them).
+
## 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.