Prepare 1.0

This commit is contained in:
Neil Booth
2017-03-05 12:59:01 +09:00
parent e93d4edeae
commit fe7e88593d
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ some of this.
* **PEER_ANNOUNCE** * **PEER_ANNOUNCE**
Set this environemnt variable to empty to disable announcing itself. Set this environment variable to empty to disable announcing itself.
If not defined, or non-empty, ElectrumX will announce itself to If not defined, or non-empty, ElectrumX will announce itself to
peers. peers.
+12
View File
@@ -26,6 +26,18 @@ DB Engine I use `plyvel`_ 0.9, a Python interface to LevelDB.
required if for Dash. Version 1.4 tested. required if for Dash. Version 1.4 tested.
================ ======================== ================ ========================
You need to be running a non-pruning bitcoin daemon with::
txindex=1
set in its configuration file. If you have an existing installation
of bitcoind and have not previously set this you will need to reindex
the blockchain with::
bitcoind -reindex
which can take some time.
While not a requirement for running ElectrumX, it is intended to be While not a requirement for running ElectrumX, it is intended to be
run with supervisor software such as Daniel Bernstein's run with supervisor software such as Daniel Bernstein's
`daemontools`_, Gerald Pape's `runit`_ package or `systemd`. These `daemontools`_, Gerald Pape's `runit`_ package or `systemd`. These