Skip to content

Commit 99ccc02

Browse files
committed
Add release notes about unified bitcoin-qt and bitcoind persistent settings
If a bitcoind setting like pruning, port mapping, or a network proxy is enabled in the GUI, it will now be stored in the bitcoin persistent setting file and shared with bitcoind, instead of being stored as Qt settings backed by the windows registry or platform specific config files.
1 parent 504b06b commit 99ccc02

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/release-notes-15936.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
GUI changes
2+
-----------
3+
4+
Configuration changes made in the bitcoin GUI (such as the pruning setting,
5+
proxy settings, UPNP preferences) are now saved to `<datadir>/settings.json`
6+
file rather than to the Qt settings backend (windows registry or unix desktop
7+
config files), so these settings will now apply to bitcoind, instead of being
8+
ignored.
9+
10+
Also, the interaction between GUI settings and `bitcoin.conf` settings is
11+
simplified. Settings from `bitcoin.conf` are now displayed normally in the GUI
12+
settings dialog, instead of in a separate warning message ("Options set in this
13+
dialog are overridden by the configuration file: -setting=value"). And these
14+
settings can now be edited because `settings.json` values take precedence over
15+
`bitcoin.conf` values.

0 commit comments

Comments
 (0)