Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 1015 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 1015 Bytes

Bitcoin-Related Docker Images

This repository will be continuously maintained, but suggestions, comments, PRs are welcome! This repository doesn't introduce anything novel, it just accumulates some Bitcoin-related, dockerized daemons/services.

Some simple HOW-TO-RUNs are included. Keep in mind that there have been some assumptions made by the way the HOW-TO-RUNs are defined (i.e. you need to have /mnt/data/... created, bitcoin/lightning.conf files, etc.). Feel free to make suggestions how to make the services even more generic and simpler to productionize. Also, if you don't want to run as a systemd service, just use the docker run... part with its respective options.

Builds

  • Changes to the respective elementsd, bitcoind, lightningd subdirectory will create a manual build job
  • Edit the VER in the build-and-push-to-dockerhub.sh script to update the version
  • If you also want to tag the Docker image with :latest, set the env variable LATEST to 1 before triggering the job