docker-bitcoind icon indicating copy to clipboard operation
docker-bitcoind copied to clipboard

A configurable docker image for bitcoind

Results 2 docker-bitcoind issues
Sort by recently updated
recently updated
newest added

0.20.1 ``` docker run --name bitcoind -d --restart=always --env 'BTC_RPCUSER=____' --env 'BTC_RPCPASSWORD=____' --env 'BTC_TXINDEX=1' --volume /home/bitcoin:/bitcoin/data --log-opt max- size=1m --log-opt max-file=5 -p 8332:8332 --publish 8333:8333 jamesob/bitcoind ```

Assuming that https://hub.docker.com/r/jamesob/bitcoind corresponds to this repo, the page could backlink to the source on GitHub?