Git Product home page Git Product logo

electrum-server-docker's Introduction

Docker-ized Electrum server

Electrum is a great light-weight Bitcoin client. It connects to dozen servers provided by enthustiasts.

This is an easy way how to run your own Electrum server and help to diversify Bitcoin infrastructure.

Installation

Prerequisities

  • grab some VPS (tested Digital Ocean with Ubuntu 13.10) - min 30GB disk, 2GB mem
  • install Docker
  • don't worry about losing containers, all esential data will be persistent in main host filesystem
    • technically essential data folders will be mapped via docker volumes to /var/lib/electrum-server-docker/*
      • bitcoind's database, electrum's data, leveldb and cerificates

Installation

Following script will build and add two new containers in your docker:

  1. electrum-bitcoind (bitcoind with mapped database to host's /var/lib/electrum-server-docker/bitcoind)
  2. electrum-server (electrum-server with mapped database to host's /var/lib/electrum-server-docker/electrum/*)

Steps:

git clone [email protected]:binaryage/electrum-server-docker.git
cd electrum-server-docker
touch .env
echo "export BITCOIND_RPC_USER=some_user" >> .env
echo "export BITCOIND_RPC_PASSWORD=some_password" >> .env
./do setup
./do build
./do run

Note: Inspect etc/env and see more overrides you can add to your custom .env

Stop
./do stop
Start
./do start
Upgrade
./do stop
git pull
./do build
./do rm
./do run

Credits

Licensed under MIT

electrum-server-docker's People

Contributors

cschomburg avatar darwin avatar

Stargazers

 avatar  avatar

Watchers

 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.