Skip to content

Commit d987889

Browse files
committed
Add release notes for -walletdir and wallets/ dir
1 parent 80c5cbc commit d987889

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

doc/release-notes.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ How to Upgrade
2020
==============
2121

2222
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
2424
installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on Mac)
2525
or `bitcoind`/`bitcoin-qt` (on Linux).
2626

@@ -62,6 +62,20 @@ Due to a backward-incompatible change in the wallet database, wallets created
6262
with version 0.16.0 will be rejected by previous versions. Also, version 0.16.0
6363
will only create hierarchical deterministic (HD) wallets.
6464

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+
6579
Low-level RPC changes
6680
----------------------
6781
- The deprecated RPC `getinfo` was removed. It is recommended that the more specific RPCs are used:

0 commit comments

Comments
 (0)