========= ElectrumX ========= .. image:: https://api.cirrus-ci.com/github/spesmilo/electrumx.svg?branch=master :target: https://cirrus-ci.com/github/spesmilo/electrumx .. image:: https://coveralls.io/repos/github/spesmilo/electrumx/badge.svg :target: https://coveralls.io/github/spesmilo/electrumx This project is a fork of `kyuupichan/electrumx `_. The original author dropped support for Bitcoin, which we intend to keep. ElectrumX allows users to run their own Electrum server. It connects to your full node and indexes the blockchain, allowing efficient querying of history of arbitrary addresses. The server can be exposed publicly, and joined to the public network of servers via peer discovery. As of May 2020, a significant chunk of the public Electrum server network runs ElectrumX. The current version is |release|. Source Code =========== The project is hosted on `GitHub `_. and uses `Cirrus CI `_ for Continuous Integration. Please submit an issue on the `bug tracker `_ if you have found a bug or have a suggestion to improve the server. Authors and License =================== Neil Booth wrote the vast majority of the code; see :ref:`Authors`. Python version at least 3.8 is required. The code is released under the `MIT Licence `_. Getting Started =============== See :ref:`HOWTO`. There is also an `installer`_ available that simplifies the installation on various Linux-based distributions, and a `Dockerfile`_ available. .. _installer: https://github.com/bauerj/electrumx-installer .. _Dockerfile: https://github.com/lukechilds/docker-electrumx Documentation ============= .. toctree:: features changelog HOWTO environment protocol peer_discovery rpc-interface architecture authors Indices and tables ================== * :ref:`genindex` * :ref:`search`