Skip to content

Auronmatrix/bitcoind-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitcoind Node

Run bitcoind as docker container

Getting Started

Compose

  • docker-compose build
  • docker-compose up

To run as daemon in background use docker-compose up -d

Docker run

  • docker build -t node_bitcoind .
  • docker run -p 8332:8332 -p 8333:8333 node_bitcoind <commands>

Where commands are bitcoind commands e.g. -server=1

Generate RPC username/password

  • cd rpcauth
  • `python3 rpcauth.py
  • Copy output to bitcoin.conf or add as command to docker-compose.yml

Thanks

These dockerfiles are based on the dockerfiles from https://github.com/ruimarinho/docker-bitcoin-core

About

Run bitcoind in a docker-container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published