Skip to content

HaschekSolutions/bitcoin-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Bitcoin Alpine logo

Bitcoin On Alpine

Bitcoin core full node on an 10mb Docker image

Apache License HitCount

Build

git clone https://github.com/HaschekSolutions/bitcoin-alpine.git
cd bitcoin-alpine
docker build -t hascheksolutions/bitcoin-alpine .

Start with parameters

You can mount /bitcoin so you have persistant storage like so:

docker run -v /data/bitcoin/.bitcoin/:/bitcoin --name=bitcoin -d -p 8333:8333 -p 8332:8332 \
     --restart=always \
     -e RPCUSER=yourusername \
     -e RPCPASSWORD=yourpassword \
     hascheksolutions/bitcoin-alpine

Getting a shell

Since we're running Alpine we don't have bash, but we have ash

docker exec -it bitcoin ash

About

Small bitcoind Docker image based on Alpine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published