Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.38 KB

File metadata and controls

35 lines (26 loc) · 1.38 KB

ElectrumX - python electrum server

Luxor Qbit fork: this repository adds Qbit mainnet, testnet, testnet4, signet, and regtest support, including AuxPoW and SegWit block parsing. See QBIT.md for Docker, local Explorer, and production configuration.

Licence: MIT
Original Author: Neil Booth
Current Maintainers: The Electrum developers
Language: Python (>= 3.10)

Latest PyPI package Build Status

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 the 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.

Documentation

See readthedocs.

Releases

Running from the latest git tag is always a safe bet, for which there are also releases on PyPI:

$ pip install e-x