Example of stack.yml:
bitcoin:
image: commerceblock/bitcoin:INSERT_TAG
volumes:
- /path/to/data/bitcoin:/home/bitcoin/.bitcoin
command: >
bitcoind
-printtoconsole
-rpcuser=${BITCOIN_RPC_USER:INSERT_USERNAME}
-rpcpassword=${BITCOIN_RPC_PASSWORD:INSERT_PASSWORD}
-rpcallowip=0.0.0.0/0
-blocksonly=1
-keypool=0
-deprecatedrpc=signrawtransaction
-server=1
-testnet=1
-txindex=1
Content type
Image
Digest
Size
66.8 MB
Last updated
about 6 years ago
docker pull commerceblock/bitcoin:0.20.1