chris-belcher / electrum-personal-server

Maximally lightweight electrum server for a single user
MIT License
602 stars 110 forks source link

failed to start 'Requested wallet does not exist or is not loaded #238

Open soydepr opened 3 years ago

soydepr commented 3 years ago

running linux debian inside chromeos

soydepr@penguin:~/eps$ electrum-personal-server config.ini INFO:2021-04-03 09:51:29,101: Starting Electrum Personal Server 0.2.1.1 INFO:2021-04-03 09:51:29,121: Logging to /tmp/electrumpersonalserver.log ERROR:2021-04-03 09:51:29,159: JsonRpcError({'code': -18, 'message': 'Requested wallet does not exist or is not loaded'}) ERROR:2021-04-03 09:51:29,160: Wallet related RPC call failed, possibly the bitcoin node was compiled with the disable wallet flag

soydepr commented 3 years ago

so kept paying around and got it to start soydepr@penguin:~/eps$ electrum-personal-server config.ini INFO:2021-04-03 13:00:10,392: Starting Electrum Personal Server 0.2.1.1 INFO:2021-04-03 13:00:10,410: Logging to /tmp/electrumpersonalserver.log INFO:2021-04-03 13:00:20,168: Displaying first 3 addresses of each master public key: INFO:2021-04-03 13:00:20,198: default_wallet => bxxxxxxxxxxxxx xxxxxxxxxxxx xxxxxxxxxxx

but i never saw the client go GREEN?

soydepr commented 3 years ago

Enter earliest wallet creation date (DD/MM/YYYY) or block height to rescan from: 03/12/2021 ERROR:2021-04-03 13:09:24,192: date in the future

why this error date in the future ?

soydepr commented 3 years ago

i dont underatand this error ERROR:2021-04-03 17:30:37,333: JsonRpcError({'code': -18, 'message': 'Requested wallet does not exist or is not loaded'}) ERROR:2021-04-03 17:30:37,334: Wallet related RPC call failed, possibly the bitcoin node was compiled with the disable wallet flag

wallet_filename = default_Wallet datadir = ~/.bitcoin/wallets

bitconf i have wallet = default_Wallet

i launch bitcoind -walletdir=~/.bitcoin/wallets