Sign inSign up

commerceblock/bitcoin

By commerceblock

Updated about 6 years ago

Bitcoin core dockerized

Image
0

6.7K

commerceblock/bitcoin repository overview

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

Tag summary

Content type

Image

Digest

Size

66.8 MB

Last updated

about 6 years ago

docker pull commerceblock/bitcoin:0.20.1