electrum-personal-server icon indicating copy to clipboard operation
electrum-personal-server copied to clipboard

eps error No wallet is loaded

Open la841 opened this issue 2 years ago • 4 comments

I am running btcoincore 23.0 and eps 0.2.3, when I run electrum-personal-server config.ini I get this: INFO:2022-05-17 13:09:23,130: Starting Electrum Personal Server 0.2.3 INFO:2022-05-17 13:09:23,130: Logging to /tmp/electrumpersonalserver.log ERROR:2022-05-17 13:09:23,805: JsonRpcError({'code': -18, 'message': 'No wallet is loaded. Load a wallet using loadwallet or create a new one with createwallet. (Note: A default wallet is no longer automatically created)'}) ERROR:2022-05-17 13:09:23,806: Wallet related RPC call failed, possibly the bitcoin node was compiled with the disable wallet flag I have loaded the mpk in config.ini and in electrum. Any help would be appreciated. Thank you.

la841 avatar May 17 '22 12:05 la841

@la841 Hi, did you try to load that wallet in bitcoin core? something like bitcoin-cli -rpcport=18332 -rpcuser=***** -rpcpassword=**** loadwallet your-wallet-name ? It may be required for each bitcoin core restart

ekosiy avatar May 17 '22 12:05 ekosiy

I havent load the wallet in bitcoin core. I have created it with a hardware wallet. I have previously used that wallet and no need to load the wallet with bitcoin-cli.... I also restarted bitcoin core but still get the same failure.

la841 avatar May 17 '22 13:05 la841

@la841 have you added wallet=electrumpersonalserver to your bitcoin.conf file as the readme mentions? What bitcoin core version do you use? I think v23.0 doesn't create a wallet by default anymore.

rage-proof avatar May 25 '22 06:05 rage-proof

Hi @la841, this can be resolved by running bitcoin-cli createwallet electrumpersonalserver true true "" false false true.

andrewtoth avatar Jun 08 '22 17:06 andrewtoth