Code Monkey home page Code Monkey logo

bitcoin-full-node-with-docker's Introduction

Bitcoin full node with docker

Logo

A simple, lightweight, secure, private and verifiable way to deploy your own node with Docker!

MIT

Documentation | Support | FAQ

About the project

There are many alternatives to set up your own node, either by installing everything from scratch, with preconfigured images or even buying one ready to use. Some options seem too crafty and difficult to maintain, and others too customized that add extra complexity that makes auditing the node very difficult.

Since no option was working for me, I decided to create this project and focus on the following points:

  • Simplicity: in the sense that anyone can understand the node arquitecture in a matter of minutes.
  • Lightweight: it can run on a low-resource computer.
  • Secure: it not expose personal data or funds to a possible attacker.
  • Private: communications are encrypted and done anonymously.
  • Verifiable: the build process must be open and simple, so that anyone with a minimum tech-background can verify it.

So here we are and this is what we have:

  • A system to deploy and keep a Bitcoin node up to date in an automated way.
  • No third parties involved. All software is downloaded and verified from official sites.
  • The build process is based on Docker and a few Dockerfiles. No pre-builded images.
  • Everything is built on your local machine and you will verify it.

What to expect

As Bob, you will have a dockerized node to access on your LAN. On port 50002, Electrs will be available to connect Electrum, Sparrow, Bluewallet or any Electrum compatible wallet to check balances and/or broadcast any transaction privately; and via HTTPS on port 3003, BTC RPC Explorer to explore the blockchain.

Your node will participate in the Bitcoin network exchanging blocks with other nodes through Tor; and optionally, it will be accesible from anywhere also through Tor.

The following services are deployed:

Container Service Base image Size
tor Tor 0.4.8.10 debian:stable-slim 99.6 MB
bitcoind Bitcoin core daemon 26.0 debian:stable-slim 86.6 MB
electrs Electrum rust service 0.10.1 debian:stable-slim 99.5 MB
btcrpcexplorer Bitcoin explorer 3.4.0 node:16-slim 333 MB
nginx NGINX stable nginx:alpine-slim 11.5 MB

Documentation

Special thanks and attributions

  • The current logo is a modification of the docker logo from Font Awesome under the (CC BY 4.0). The bitcoin logo has been added and colored orange.
  • Kudos to Emmanuel Rosa for a an initial list of nodes for Tor.
  • Kudos to cozybear-dev for a true multiarch Tor proxy and multiple improvements in documentation/security.

bitcoin-full-node-with-docker's People

Contributors

reverse-hash avatar cozybear-dev 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.