Sign inSign up

coinpiu/bitcoind

By coinpiu

Updated over 4 years ago

Bitcoin Core Docker Image

Image
0

105

coinpiu/bitcoind repository overview

Bitcoin Core Docker Image

Docker Hub

This repository is fork from XJonathanLEI/bitoind-docker.

Built images are available at Docker Hub.

Build

docker build --build-arg BITCOIN_CORE_VERSION=xxx -t coinpiu/bitcoind:xxx .

Data Storage

bitcoind stores data in /data

Environment Variables

CHAIN

The network for bitcoind to run on. Can be one of the following:

  • main
  • test
  • regtest

Defaults to main

TXINDEX

Whether to maintain a full transaction index or not. Can be one of the following:

  • true
  • false

Defaults to false

RPC_USERNAME

Username for RPC, defaults to bitcoin

RPC_PASSWORD

Password for RPC, defaults to bitcoin

Tag summary

Content type

Image

Digest

Size

97 MB

Last updated

over 4 years ago

docker pull coinpiu/bitcoind:22.0