This repo is just a temporary solution for btcd issue#1833
last manual updated at 2023-08-04
Container locates in https://github.com/C0MM4ND/container-btcd/pkgs/container/container-btcd
Please refer https://github.com/btcsuite/btcd/blob/master/docs/using_docker.md, replacing all btcsuite/btcd:latest
to ghcr.io/c0mm4nd/container-btcd:dev
e.g.
docker run ghcr.io/c0mm4nd/container-btcd:dev
version: "3"
services:
btcd:
container_name: btcd
hostname: btcd
image: ghcr.io/c0mm4nd/container-btcd:dev
restart: unless-stopped
volumes:
- /mnt/hdd14t:/root/.btcd
ports:
- 8333:8333