Skip to content

Latest commit

 

History

History

bitcoin-core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

docker-bitcoin-core

Bitcoin core statically compiled in a docker container.

docker pull ghcr.io/jbgosselin/bitcoin-core:latest

This image has this volume:

  • /var/lib/bitcoin this is configured via BITCOIN_DATA env variable

This image is based on gcr.io/distroless/base-debian12 so it does not contain a shell nor other softwares except the ones built for tor in order to reduce attack factor. It is built with statically compiled libraries.