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.
 
 
Neil Booth 37a84f7fe3 Merge branch 'release-0.7.11' into develop 8 years ago
docs Replace $VERSION in the banner file 8 years ago
lib Log large requests and reject them 8 years ago
samples Update env var sample 8 years ago
server Prepare 0.7.11 8 years ago
tests Add a couple more tests 8 years ago
.gitignore Initial revision 8 years ago
.travis.yml Collect test coverage statistics 8 years ago
LICENCE Create docs directory 8 years ago
README.rst Fix missing qualifier 8 years ago
RELEASE-NOTES Prepare 0.7.11 8 years ago
electrumx_rpc.py Bump timeout to 15s. Show timeout if timed out. 8 years ago
electrumx_server.py Merge ServerManager and BlockServer 8 years ago
query.py Better optimised storage of UTXO set 8 years ago
setup.py Update Howto and setup.py about x11_hash package required for Dash 8 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
===============================================
::

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


Getting Started
===============

See :code:`docs/HOWTO.rst`.

Motivation
==========

For privacy and other reasons, I have long wanted to run my own
Electrum server, but for reasons I cannot remember I struggled to set
it up or get it to work on my DragonFlyBSD system, and I lost interest
for over a year.

More recently I heard that Electrum server databases were around 35GB
in size when gzipped, and had sync times from Genesis of over a week
(and sufficiently painful that no one seems to have done one for a
long time) and got curious about improvements. After taking a look a