GithubHelp home page GithubHelp logo

docker-electrumx's Introduction

Docker-ElectrumX

Build & Running

# clone the source
git clone https://github.com/zzir/Docker-ElectrumX

docker build -t electrumx:v1.8.2 Docker-ElectrumX/1.8.2
docker run -ti --rm -v /tmp/ex:/data electrumx:v1.8.2

Config

/tmp/ex/env

DB_DIRECTORY=/data/btc
DAEMON_URL=http://rpcuser:rpcpassword@rpchost:8332/
ELECTRUMX=/usr/local/bin/electrumx_server.py
USERNAME=electrumx
COIN=BitcoinSegwit
NET=mainnet
DB_ENGINE=leveldb
REORG_LIMIT=200
HOST=192.168.1.111
TCP_PORT=50001
SSL_PORT=50002
RPC_PORT=8001
SSL_CERTFILE=/data/server.crt
SSL_KEYFILE=/data/server.key

/tmp/ex/

openssl req -newkey rsa:2048 -sha256 -nodes -x509 -days 365 -subj "/O=ElectrumX" -keyout "server.key" -out "server.crt"

docker-electrumx's People

Contributors

zzir avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.