Skip to content

Commit cd53981

Browse files
committed
[docs] Add release notes for loadwallet RPC.
1 parent a46aeb6 commit cd53981

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/release-notes-pr10740.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Dynamic loading of wallets
2+
--------------------------
3+
4+
Previously, wallets could only be loaded at startup, by specifying `-wallet` parameters on the command line or in the bitcoin.conf file. It is now possible to load wallets dynamically at runtime by calling the `loadwallet` RPC.
5+
6+
The wallet can be specified as file/directory basename (which must be located in the `walletdir` directory), or as an absolute path to a file/directory.
7+
8+
This feature is currently only available through the RPC interface. Wallets loaded in this way will not display in the bitcoin-qt GUI.

0 commit comments

Comments
 (0)