Sign inSign up

chaintope/bitcore

By chaintope

Updated over 8 years ago

Bitcore for Docker

Image
0

222

chaintope/bitcore repository overview

Bitcore for Docker

Docker Pull

A simple Docker image of bitcore; suitable for learning bitcoin using regtest or testnet.

Quick Start

If you would like to use testnet or regtest, you should define environment variable BITCOIN_NETWORK or place your own bitcore-node.json file on /root/.bitcore.

docker volume create --name=bitcored-data
docker run -v bitcored-data:/root/.bitcore --name=bitcored \
    -p 3001:3001 -e BITCOIN_NETWORK=testnet chaintope/bitcore

Tag summary

Content type

Image

Digest

Size

392.8 MB

Last updated

over 8 years ago

docker pull chaintope/bitcore