electrumx
electrumx copied to clipboard
Alternative implementation of spesmilo/electrum-server
No peers were still working so updating with fresh ones. For security and anti sybil reasons not all old peers were removed, just some working ones added.
I have been running Bitcoin Core 27.0 with txindex=1 and ElectrumX 1.16.0 on a Samsung 860 Evo SSD on Xubuntu. This is a dedicated machine doing nothing but running those...
I would like to get some feedback on a new endpoint for the Electrum Protocol that takes `scriptpubkey`s instead of script hashes. ## Rationale I'm working on a [project](https://github.com/vinteumorg/Floresta) that...
The [python-rocksdb](https://pypi.python.org/pypi/python-rocksdb) and the [pyrocksdb](http://pyrocksdb.readthedocs.io/en/v0.4/installation.html) are abandoned and unmaintained for years. So, what about the migration to [RocksDict](https://github.com/Congyuwang/RocksDict)?
Most probably related #265 , after that ElectrumX cannot be started any more. Updated to latest git master and still the same. Here is the complete traceback: ``` ERROR:electrumx:ElectrumX server...
There have been excessively high `ESTIMATE_FEE` and `RELAY_FEE` values on Blackcoin testnet. This PR addresses this issue.
I guess there is a bug somewhere that is triggered by particular types of transactions. It's the third time electrumx process terminates abnormally, after running smooth for so much time....
I got the following error when trying to build the Docker image using the Dockerfile in the contrib folder ` File "/tmp/pip-install-8fpwr_tm/python-rocksdb_0daf6b7625e44ce3b107fa57e0fa2b7b/.eggs/Cython-3.0.11-py3.9-linux-x86_64.egg/Cython/Distutils/build_ext.py", line 130, in build_extension 10.68 new_ext = cythonize(...