You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My setup used to work just fine a few months back around April. I just tried to boot EPS up (with Bitcoin Core, Electrum Wallet) and I get the following error:
INFO:2022-07-18 20:03:25,779: Obtaining bitcoin addresses to monitor . . .
INFO:2022-07-18 20:03:27,273: Obtained list of addresses to monitor in 1.5081593990325928sec
INFO:2022-07-18 20:03:27,273: Building history with 2001 addresses . . .
INFO:2022-07-18 20:03:27,441: Found 17 txes. History built in 0.1614077091217041sec
INFO:2022-07-18 20:03:27,545: Synchronizing mempool . . .
Traceback (most recent call last):
File "/home/keith/.local/bin/electrum-personal-server", line 8, in <module>
sys.exit(main())
File "/home/keith/.local/lib/python3.8/site-packages/electrumpersonalserver/server/common.py", line 494, in main
run_electrum_server(rpc, txmonitor, config)
File "/home/keith/.local/lib/python3.8/site-packages/electrumpersonalserver/server/common.py", line 121, in run_electrum_server
mempool_sync.initial_sync(logger)
File "/home/keith/.local/lib/python3.8/site-packages/electrumpersonalserver/server/mempoolhistogram.py", line 57, in initial_sync
self.poll_update(-1)
File "/home/keith/.local/lib/python3.8/site-packages/electrumpersonalserver/server/mempoolhistogram.py", line 111, in poll_update
fee_rate = 1e8*mempool_tx["fee"] // mempool_tx["vsize"]
KeyError: 'fee'
The text was updated successfully, but these errors were encountered:
Arns
changed the title
KeyError: fee when starting EPS
KeyError: 'fee' when starting EPS
Jul 19, 2022
My setup used to work just fine a few months back around April. I just tried to boot EPS up (with Bitcoin Core, Electrum Wallet) and I get the following error:
The text was updated successfully, but these errors were encountered: