You've already forked electroncash-protocol
Prepare 1.0
This commit is contained in:
+1
-1
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user