Is there an existing issue for this?
- I have searched the existing issues
Current behaviour
after starting bitcoind the wallets are not automatically loaded
Expected behaviour
the wallets should be automatically loaded
Steps to reproduce
My bitcoin.conf
 0pid=/run/bitcoin/bitcoind.pid
 1nodebuglogfile=1
 2datadir=/var/bitcoin
 3loglevel=info
 4proxy=127.0.0.1:9050
 5testnet4=1
 6
 7[testnet4]
 8walletdir=/var/wallet
 9
10server=1
11rpcuser=satobox
12rpcport=8332
13rpcconnect=127.0.0.1
14rpcauth=satobox:c7eadc9121b2af62e92df69f1$3eecb49b2600f152f728a9f66ab38028e8c710a04ea06c69e4a2f291e7d6eee3
my wallet dir:
0ls -l /var/wallet/
1total 28
2drwx------ 2 64874 64874  4096 Feb 10 08:19 Wallet-01
3drwx------ 2 64874 64874  4096 Feb  9 14:55 Wallet-02
4drwx------ 2 64874 64874  4096 Feb  9 14:56 Wallet-03
when I start bitcoind:
/usr/bin/bitcoind -conf=/etc/bitcoin/bitcoin.conf
Nothing shows up:
0# bitcoin-cli listwallets
1[
2]
I have to load them manually:
bitcoin-cli loadwallet "Wallet-01" 
0# bitcoin-cli listwallets
1[
2  "Wallet-01"
3]
Relevant log output
see above
How did you obtain Bitcoin Core
Compiled from source
What version of Bitcoin Core are you using?
master
Operating system and version
Ubuntu 24.04
Machine specifications
No response