Sign inSign up

monacoex/electrumx

By monacoex

Updated over 6 years ago

Electrumx Server

Image
0

8.4K

monacoex/electrumx repository overview

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

Tag summary

Content type

Image

Digest

Size

163.8 MB

Last updated

over 8 years ago

docker pull monacoex/electrumx