@@ -20,7 +20,7 @@ How to Upgrade
20
20
==============
21
21
22
22
If you are running an older version, shut it down. Wait until it has completely
23
- shut down (which might take a few minutes for older versions), then run the
23
+ shut down (which might take a few minutes for older versions), then run the
24
24
installer (on Windows) or just copy over ` /Applications/Bitcoin-Qt ` (on Mac)
25
25
or ` bitcoind ` /` bitcoin-qt ` (on Linux).
26
26
@@ -62,6 +62,20 @@ Due to a backward-incompatible change in the wallet database, wallets created
62
62
with version 0.16.0 will be rejected by previous versions. Also, version 0.16.0
63
63
will only create hierarchical deterministic (HD) wallets.
64
64
65
+ Custom wallet directories
66
+ ---------------------
67
+ The ability to specify a directory other than the default data directory in which to store
68
+ wallets has been added. An existing directory can be specified using the ` -walletdir=<dir> `
69
+ argument. Wallets loaded via ` -wallet ` arguments must be in this wallet directory. Care should be taken
70
+ when choosing a wallet directory location, as if it becomes unavailable during operation,
71
+ funds may be lost.
72
+
73
+ Default wallet directory change
74
+ --------------------------
75
+ On new installations (if the data directory doesn't exist), wallets will now be stored in a
76
+ new ` wallets/ ` subdirectory inside the data directory. If this ` wallets/ ` subdirectory
77
+ doesn't exist (i.e. on existing nodes), the current datadir root is used instead, as it was.
78
+
65
79
Low-level RPC changes
66
80
----------------------
67
81
- The deprecated RPC ` getinfo ` was removed. It is recommended that the more specific RPCs are used:
0 commit comments