electrumx
electrumx copied to clipboard
Alternative implementation of spesmilo/electrum-server
Sometimes the call to blockchain.scripthash.listunspent returns this result: ``` { "result":[ { "tx_hash":"d5e8c667080b349ef6c28d94e9d18e714bfc46a9edcd2d2473e89d8e1c2f0ea7", "height":1892169 } ], "id":"76942fbf-29f4-4461-b9ca-86dda8636ce8", "jsonrpc":"2.0" } ``` As we can see in the response, two fields `tx_pos`...
As in title, if a server peer closes the transport/session with us while we are testing if it is a valid peer, we might never re-test that server again, as...
My Electrumx crashes everytime during flushing the history with following error: ``` INFO:DB:flushing DB cache at 1,200 MB INFO:History:history DB version: 1 INFO:History:flush count: 65,535 INFO:SessionManager:RPC server listening on localhost:8000...
electrumx reports an error in the container,My error specific information below ``` INFO:electrumx:ElectrumX server starting INFO:electrumx:logging level: INFO INFO:Controller:Python version: 3.7.9 (default, Aug 18 2020, 04:11:54) [GCC 9.3.0] INFO:Controller:software version:...
Is it possible that the server-side parts of electrum's watchtower protocol could be added to electrumx? Here's my particular setup: - Home linux server running 24/7 with electrumx - Home...
There's no reason why the server wouldn't want to report its software and protocol versions after the negotiation. This can be used, for example, by a stateless client. This is...
``` electrumx_server[3841]: ERROR:electrumx:ElectrumX server terminated abnormally electrumx_server[3841]: Traceback (most recent call last): electrumx_server[3841]: File "/usr/local/bin/electrumx_server", line 35, in main electrumx_server[3841]: asyncio.run(controller.run()) electrumx_server[3841]: File "/usr/lib/python3.7/asyncio/runners.py", line 43, in run electrumx_server[3841]: return...
This issue by @willcl-ark was [closed](https://github.com/kyuupichan/electrumx/issues/1007) in the kyuupichan/eletrumx parent fork without explanation by the maintainer just before he declared that he would not support Bitcoin anymore. Is there any...
Electrumx keeps crashing during it's initial sync with Bitcoind, seems memory related. I'm running ElectrumX 1.15.0 on a Raspberry Pi4 with 4GB RAM, Raspbian 4.19.97. Other running applications: Bitcoind 0.20.0...