Sign inSign up

frytoya/bitcoind

By frytoya

Updated over 8 years ago

Bitcoin Node for Docker. Perfect for DC/OS Cluster.

Image
0

1.2K

frytoya/bitcoind repository overview

For persistent blockchain data use :

docker volume create --name=blockchain docker run -v blockchain:/bitcoind -d -p 8333 -p 127.0.0.1:8332:8332 frytoya/bitcoind

For getting blockchain sync state : docker ps
docker exec [docker_ID] bitcoin-cli getblockchaininfo

For DC/OS Cluster :

  • Name you service like bitcoin-node.
  • add frytoya/bitcoind to container image.
  • Create service with 1 CPU and 2048 M of ram.
  • add a host volume name blockchain and path on host that is R/W.
  • add port 8333 and 8332 on host and container.
  • add health command from bitcoin-cli getblockchaininfo.
  • verify blockchain sync in logs of service....

Profit !

Tag summary

Content type

Image

Digest

Size

119.7 MB

Last updated

over 8 years ago

docker pull frytoya/bitcoind