0
When I restart the Bitcoin node, I would like to load the wallet I created in the "wallets" subdirectory.
- bitcoin-cli createwallet "1"
- bitcoin-cli listwallets -> result : "", "1"
- bitcoin-cli -testnet stop
- bitcoind -testnet -daemon
- bitcoin-cli listwallets -> result : ""
thanks.
Is there any way I can load it when the node starts? – JEAGONG JEONG – 2019-08-23T07:25:59.907
You add the
bitcoin.confline I mentioned in my answer. – Andrew Chow – 2019-08-23T14:50:32.127