Skip to content
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

Open
la841 opened this issue May 17, 2022 · 4 comments
Open

eps error No wallet is loaded #270

la841 opened this issue May 17, 2022 · 4 comments

Comments

@la841
Copy link

la841 commented May 17, 2022

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.

@ekosiy
Copy link

ekosiy commented May 17, 2022

@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

@la841
Copy link
Author

la841 commented May 17, 2022

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 la841 changed the title eps error eps error No wallet is loaded May 17, 2022
@rage-proof
Copy link
Contributor

@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.

@andrewtoth
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants