Sign inSign up

hascheksolutions/bitcoin-alpine

By hascheksolutions

Updated about 7 years ago

Bitcoin full node, 10mb small image, RPC enabled and based on Alpine Linux

Image
0

601

hascheksolutions/bitcoin-alpine repository overview

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

Tag summary

Content type

Image

Digest

Size

10.4 MB

Last updated

about 7 years ago

docker pull hascheksolutions/bitcoin-alpine