Skip to content

codeadjust/bitcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Dockeriezed Bitcoin-core (bitcoind)

Quick example:

docker run --name bitcoind -d codeadjust/bitcoin

Additional flags can be passed to bitcoind:

docker run --name bitcoind -d -p 8332:8332 codeadjust/bitcoin \
    -server \
    -rpcport=8332 \
    -rpcuser=user \
    -rpcpassword=pass