electrumx icon indicating copy to clipboard operation
electrumx copied to clipboard

Alternative implementation of spesmilo/electrum-server

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

I'm curious as to anybody's thoughts on the idea of using TLS certificate hashes to verify peer identity. This is some code I wrote to add to the 'real_name' format...

This PR describes an updated Electrum Protocol, version 2.0 (formerly named version 1.5). Some of these ideas have already been discussed and implemented as part of https://github.com/spesmilo/electrumx/pull/80, however this PR...

electrum-protocol

This was triggered suddenly but it reports a consumption of 5h and 1 min of CPU, ``` Feb 04 03:44:11 project-management electrumx_server[5580]: INFO:Prefetcher:new block height 721,770 hash 000000000000000000011684e3fd1a83a328ac0f9b4bcd125e5bce00c0a674c6 Feb 04...

How can i run electrumx for 2 coins at one machine ?

**Steps to reproduce:** 1) Setup ElectrumX. 2) Setup electrum with `oneserver` connecting one's own ElectrumX server that was just set up and is not fully blockchain synced yet. **Expected result:**...

In the 1.16.0 wheel file on PyPI, the entire contents of the wheel are set to read-write-only permission. The scripts should instead maintain their executable permission bit. ``` zipinfo e_x-1.16.0-py3-none-any.whl...

bug

How to subscribe for new releases? Do you have any newsletter or something to be notified of new releases? I don't think there is any way? Could you add one...

Inside spesmilo/electrumx (latest git master branch) if you do a pip3 -m pip install * will install ex 1.14.0 (previous upstream release) instead of spesmilo/electrumx 1.16.0 -- is this expected?

Running with Dogecoin daemon Suddenly get crash with abnormally without knowing any reason. Environment: COIN=Dogecoin CACHE_MB=200 DB_ENGINE=rocksdb Its quite similar with this issue #99 ,but i'm running 1.16.0 which already...