Code Monkey home page Code Monkey logo

docker-crypto's Introduction

Docker Bitcoin Stack

top-language last-commit repo-size tag license

An all in one Docker stack for installing bitcoin-core, electrs, their relevant web-ui's from Umbrel and a mempool explorer.

Table of Contents

Getting Started

Prerequisites

  • Ideally a fresh install (not required, but HIGHLY recommended).
  • A 64 bit linux based server.
  • Access to the server through ssh.
  • Git installed.
  • Python installed.
  • Docker installed.
  • Docker compose installed.
  • Free storage space of 1.5TB or over.
  • A folder for your docker containers.
  • Relevant permissions to that folder in order to run bash scripts.

Installation

This stack works out of the box with no editing. Consider making modifications to make the script more secure.

Refer to the wiki to edit advanced options as needed.

  1. SSH into the server using your credentials.
  1. Install the dependencies if you havn't already.
sudo apt install git python3 docker docker-compose --yes
  1. Navigate to your docker container folder.
cd example_docker_folder
  1. Clone this repository.
git clone https://github.com/JDsnyke/crypto.git
  1. Double check permissions for the folder, the parent folder and it's sub folders. An example of setting permissions for your folders, would be as below.
cd ..
sudo chown -R 1000:1000 example_docker_folder
chmod -R 770 example_docker_folder
ls -l
  1. Go into the new crypto folder.
cd example_docker_folder
cd crypto
  1. Edit the permissions for the start.sh script.
chmod u+x start.sh
  1. Run the script.
./start.sh
  1. Visit your active containers!

    Bitcoin Node Electrum Server Mempool Explorer

  2. Stop the stack.

./stop.sh

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Files, container images and scripts from the Umbrel team.
  • Hat tip to anyone else's code that was used.

docker-crypto's People

Contributors

jdsnyke avatar renovate[bot] 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.