Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 977 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 977 Bytes

electrumx-docker

Dockerfile for electrumx on Ubuntu with leveldb and daemontools.

Usage

Step 1. Configuration

git clone https://github.com/followtheart/electrumx-docker.git
cd electrumx-docker

Then,Edit env/COIN to your coin.

Edit env/DAEMON_URL accordingly.Need to match your daemon.

For AltCoins,edit your coin class in env/coins.py.env/coins.py will be append to electrumx/lib/coins.py

Leave others defaults

Step 2.Run

Run from docker hub:

    docker run -v env:/env  -idt followtheart/electrumx

Or,build your special env docker image :

      docker build -t electrumx .
      docker run -v -idt electrumx

THANKS

Warmly welcome all kinds of suggestions

Thanks for suggestions from:

kyuupichan

qinshulei