mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-27 23:47:17 +02:00
qt: Backup former GUI settings on -resetguisettings
Writes the GUI settings to `guisettings.bak` in the data directory before wiping them. This can be used to retroactively troubleshoot issues (e.g. #11262) where `-resetguisettings` solves the problem.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
* wallet.dat: personal wallet (BDB) with keys and transactions
|
||||
* .cookie: session RPC authentication cookie (written at start when cookie authentication is used, deleted on shutdown): since 0.12.0
|
||||
* onion_private_key: cached Tor hidden service private key for `-listenonion`: since 0.12.0
|
||||
* guisettings.ini.bak: backup of former GUI settings after `-resetguisettings` is used
|
||||
|
||||
Only used in pre-0.8.0
|
||||
---------------------
|
||||
|
Reference in New Issue
Block a user