chris-belcher / electrum-personal-server

Maximally lightweight electrum server for a single user
MIT License
600 stars 109 forks source link

JsonRpcError #302

Closed RezDaniel closed 2 months ago

RezDaniel commented 2 months ago

I'm receiving the below error. Does anyone know what this means and where I should be focusing to resolve?

INFO:2024-09-06 16:31:56,650: Obtaining bitcoin addresses to monitor . . . INFO:2024-09-06 16:31:56,651: Importing 1 wallets and 3 watch-only addresses into the Bitcoin node Traceback (most recent call last): File "/home/rez/.local/bin/electrum-personal-server", line 8, in sys.exit(main()) File "/home/rez/.local/lib/python3.10/site-packages/electrumpersonalserver/server/common.py", line 481, in main deterministicwallet.import_addresses(rpc, relevant_spks_addrs, File "/home/rez/.local/lib/python3.10/site-packages/electrumpersonalserver/server/deterministicwallet.py", line 29, in import_addresses rpc.call("importmulti", [watchonly_addr_param, {"rescan": False}]) File "/home/rez/.local/lib/python3.10/site-packages/electrumpersonalserver/server/jsonrpc.py", line 122, in call raise JsonRpcError(response["error"]) electrumpersonalserver.server.jsonrpc.JsonRpcError: {'code': -4, 'message': 'Only legacy wallets are supported by this command'}