Post
Topic
Board Bitcoin Technical Support
Re: Working with multiple wallets in Bitcoin Core
by
kbdwarrior
on 06/12/2020, 17:46:48 UTC
Thanks for the answers, I now think that I just misunderstood the purpose of loadwallet/unloadwallet, there is no need to explicitly load a wallet after creation because they are all loaded automatically and selected via the
Code:
-rpcwallet="walletname"
option for a specific command. Right?

That leaves me with the question, what would be a usecase to unload and later load a wallet? Evt. making a backup while the node is running? Others?