Sign inSign up

patterns/btcd

By patterns

Updated almost 9 years ago

Golang Bitcoin full node, btcd

Image
0

1.1K

patterns/btcd repository overview

docker-btcd

This is a Docker image for the Golang Bitcoin full node, btcd. Docker lets us run it without installing Go tools. Docker also allows execution on Linux/Win/MacOS

Quickstart

  1. Install Docker
  2. Git clone the src Dockerfile
  3. From the cloned directory, build and run
$ docker build -t btcd .
$ docker run -it --rm btcd

BTC Wallet

  1. Modify the sample.conf configuration files
  2. Run Docker Compose
$ docker-compose up

Credits

btcd and btcwallet are by The btcsuite developers (LICENSE)

Tag summary

Content type

Image

Digest

Size

31 MB

Last updated

almost 9 years ago

docker pull patterns/btcd