electrumx icon indicating copy to clipboard operation
electrumx copied to clipboard

Alternative implementation of spesmilo/electrum-server

Results 16 electrumx issues
Sort by recently updated
recently updated
newest added

One can deny serving some specific client versions via DROP_CLIENT. However, there is no way to deny serving clients, which do not identify themselves at all. This patch adds an...

Catch for random error when Electrumx wants to notify a client and it fails, causing the ElectrumX to crash, associated with #966 .

Hello, I see there is no option to white list some clients on the electrumx server. It would be nice to have a white list of clients who would essentially...

enhancement

I got a case where the `DB::flush_count` went over 65535 and a full database resync was needed. Normally the `flush_count` would overflow after about 455 days in Bitcoin if we...

bug

- I installed ElectrumX on Debian10 - ElectrumX lauches fine: May 09 11:39:17 electrum electrumx_server[6405]: INFO:DB:network: mainnet May 09 11:39:17 electrum electrumx_server[6405]: INFO:DB:height: 682,724 May 09 11:39:17 electrum electrumx_server[6405]: INFO:DB:tip:...

First `{confirmed: 0, unconfirmed: 1000}` Then `{confirmed: 1000, unconfirmed: 1000} ` Next `{confirmed: 1000, unconfirmed: 0}` Looks like it happens in the moment of first confirmation. Im using 1.12.0 on...

The list of peers contains only information about TCP and SSL services. There is no indication of WS or WSS service tough it is enabled and reported by server (server.features)

I am getting this as I am starting up my e-x server running 1.8.12: electrumx_server[581]: ERROR:asyncio:Future exception was never retrieved electrumx_server[581]: future: electrumx_server[581]: Traceback (most recent call last): electrumx_server[581]: File...

Currently to authenticate we need to do: ``` DAEMON_URL=http://username:password@hostname:port ``` It would be great if the credentials were optional and we could instead specify the Bitcoin Core cooke path: ```...

enhancement

I am experience a very weird situation where electrumX is shutting down every ~30 minutes of operation with the following log/trace. Coin: BitcoinSV ElectrumX: latest Services: RPC, WebSockets OS: Ubuntu...