Skip to content

Repository for building a docker container from the official RVN Electrumx Server

License

Notifications You must be signed in to change notification settings

dramirezRT/RVN-Electrumx-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RVN-Electrumx-docker

Repository for building a docker container from the official RVN Electrumx Server

Docker Hub repository

Updated images can be found in the Docker Hub Repository https://hub.docker.com/repository/docker/dramirezrt/ravencoin-electrumx-server

Prerequisites

  • Have access to a Raven Core Node (user and password, for RPC calls)
  • Docker Engine installed
  • The following directory tree under the root filesystem "/"
  1. /electrum-data
  2. /electrum-data/db
  3. /electrum-data/ssl_cert

Can be created with: sudo mkdir -p /electrum-data/db /electrum-data/ssl_cert

Usage

docker run  -d \                                      
            -v /electrum-data/:/electrum-data \
            -e DAEMON_URL="http://<user>:<password>@<ip>:<port>" \
            -p 50001:50001 \
            -p 50002:50002 \
            -p 50004:50004 \
            -p 8000:8000 \
            -e SERVICES="tcp://:50001,ssl://:50002,wss://:50004,rpc://0.0.0.0:8000" \
            --name rvn-electrumx-server \
            dramirezrt/ravencoin-electrumx-server

Example 1

docker run  -d \                                      
            -v /electrum-data/:/electrum-data \
            -e DAEMON_URL="http://username:password@localhost" \
            -p 50002:50002 \
            -e SERVICES="ssl://:50002" \
            --name rvn-electrumx-server \
            dramirezrt/ravencoin-electrumx-server

Example 2

docker run  -d \                                      
            -v /electrum-data/:/electrum-data \
            -e DAEMON_URL="http://username:password@localhost" \
            -p 50002:50002 \
            -e SERVICES="tcp://:50001,ssl://:50002" \
            -e REPORT_SERVICES="tcp://sv.usebsv.com:50001,ssl://sv.usebsv.com:50002"
            --name rvn-electrumx-server \
            dramirezrt/ravencoin-electrumx-server

For a full list of environment variables check https://electrumx-ravencoin.readthedocs.io/en/latest/environment.html

Donations

RVN address: RWypyDyfiyiVmN5weG1x9xrBHtND9RsGzC

About

Repository for building a docker container from the official RVN Electrumx Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published