Skip to content

BitCraftIO/electrumx-docker

This branch is 14 commits ahead of, 1 commit behind followtheart/electrumx-docker:master.

Repository files navigation

electrumx-docker

Dockerfile for BitCraft's ElectrumX on Ubuntu with leveldb and daemontools.

Usage

Step 1. Configuration

git clone https://github.com/BitCraftIO/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

Build your docker image:

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

THANKS

Warmly welcome all kinds of suggestions

Thanks for suggestions from:

kyuupichan

qinshulei

About

Easy to use dockerfile for electrumx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%