It will not be listed anymore, but when i try to create a new wallet with equivalent name, i will get an error message...
Maybe the problem was that i shut it down with Ctrl-c instead of console command and it lost some data because of that?
It will not be listed anymore, but when i try to create a new wallet with equivalent name, i will get an error message...
Maybe the problem was that i shut it down with Ctrl-c instead of console command and it lost some data because of that?
Presumably the wallet is not configured as autoload. You can load it manually with the loadwallet [walletfilename] RPC. listwallets only lists loaded wallets.
thank you very much, now i've added it to the ~/.bitcoin/bitcoin.conf file:
wallet=mywallet
Closed