-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eps error No wallet is loaded #270
Comments
@la841 Hi, did you try to load that wallet in bitcoin core? |
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 have you added |
Hi @la841, this can be resolved by running |
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.
The text was updated successfully, but these errors were encountered: