You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
wilsonmeier 068e230616 Add mainnet, testnet and regtest peers for BTG (#500) 6 years ago
contrib Hardcoded username directory replaced with ~ (#494) 6 years ago
docs Update masternode doc and masternode_list rpc method (#493) 6 years ago
lib Add mainnet, testnet and regtest peers for BTG (#500) 6 years ago
server Fix typo (contributed by gabriel-samfira) 6 years ago
tests Add Koto testnet (#491) 6 years ago
wallet Rename lib/env to lib/env_base 7 years ago
.gitignore Add .pytest_cache to .gitignore 7 years ago
.travis.yml Enforce pycodestyle in lib/ 6 years ago
LICENCE Implement peer discovery protocol 8 years ago
README.rst Move changelog to separate file. 7 years ago
compact_history.py Separate history management into its own object 7 years ago
electrumx_rpc.py Use aiorpcx in electrumx_rpc script 7 years ago
electrumx_server.py Add LOG_FORMAT envvar to control logging format. 7 years ago
query.py Remove semicolons and a couple unused variables. (#212) 7 years ago
setup.py update version aiorpcx (#490) 6 years ago

README.rst

.. image:: https://travis-ci.org/kyuupichan/electrumx.svg?branch=master
:target: https://travis-ci.org/kyuupichan/electrumx
.. image:: https://coveralls.io/repos/github/kyuupichan/electrumx/badge.svg
:target: https://coveralls.io/github/kyuupichan/electrumx

===============================================
ElectrumX - Reimplementation of electrum-server
===============================================

For a future network with bigger blocks.

:Licence: MIT
:Language: Python (>= 3.6)
:Author: Neil Booth

Documentation
=============

See `readthedocs <https://electrumx.readthedocs.io/>`_.