Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.14 KB

README.rst

File metadata and controls

30 lines (23 loc) · 1.14 KB

ElectrumX-Dime - Reimplementation of electrum-server for Dimecoin

Licence:MIT
Language:Python (>= 3.7)
Author:Dimecoin Developers; Original author Neil Booth

This project is a fork of kyuupichan/electrumx. The original author dropped support for Bitcoin, which we intend to keep.

ElectrumX-Dime 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.

Adding a new coin

  • Add an ansible setup script inside provisioning/tasks
  • Add parameters inside lib/coins.py

Credits

Documentation

See readthedocs.