electrumx
electrumx copied to clipboard
Alternative implementation of spesmilo/electrum-server
Add support Bitweb coin Repo https://github.com/bitweb-project/bitweb
### Versions ``` python=3.7.1, 3.9.1 electrumx=1.16.0 aiohttp=3.7.0, 4.0 ``` ### Context After running ElectrumX for a few hours, when under very high load (2k+ sessions), sometimes it "locks up". That...
I get this kind of error constantly after a few minutes - hour after I start electrumx. I run electrumx on a raspberry pi with 8 GB RAM, there is...
I have 48GB RAM, and lots of it allocated to ElectrumX (as per the recommended max in the docs), so resources are not an issue. I also have 1000 sessions...
Depends on https://github.com/kyuupichan/aiorpcX/pull/40 , so this shouldn't be merged until that PR is merged and the ElectrumX dependency on aiorpcX is bumped. But, feel free to review if you like.
Let me know how to fix issue below ? electrumx_server.py[11386]: File "/usr/local/lib/python3.7/dist-packages/electrumx-0.9.0-py3.7.egg/server/block_processor.py", line 221, in do_it electrumx_server.py[11386]: self.advance_block(block, self.touched) electrumx_server.py[11386]: File "/usr/local/lib/python3.7/dist-packages/electrumx-0.9.0-py3.7.egg/server/block_processor.py", line 498, in advance_block electrumx_server.py[11386]: header, tx_hashes, txs...
Currently, ElectrumX will only ask for a single SSL certificate and KeyFile and use it on both the WSS (secure websocket port) and TLS port. This is problematic because, majority...
Error with command electrumx_rpc -p 8000 query --limit 5 xxxxxxxxxxxxxxx Apr 17 07:56:46 iZd7ocw3tu8tq6mw1gjvvwZ electrumx_server[21442]: File "/usr/local/lib/python3.7/dist-packages/electrumx/server/session.py", line 552, in rpc_query Apr 17 07:56:46 iZd7ocw3tu8tq6mw1gjvvwZ electrumx_server[21442]: hashX = arg_to_hashX(arg) Apr...
Server crashes after synchronization with "Killed" error. ElectrumX log: ``` INFO:electrumx:ElectrumX server starting WARNING:Env:lowered maximum sessions from 1,000 to 674 because your open file limit is 1,024 INFO:electrumx:logging level: INFO...