Skip to content

Commit

Permalink
updated the docker compose to the working version of btc image for st…
Browse files Browse the repository at this point in the history
…arting from snapshot
  • Loading branch information
gzukel committed Feb 9, 2024
1 parent 96128fc commit fc19891
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions contrib/local-mainnet/bitcoind/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@ version: '3'

services:
bitcoin:
image: zetachain/bitcoin:29-mainnet
image: zetachain/bitcoin:35-mainnet
platform: linux/amd64
environment:
- bitcoin_username=test
- bitcoin_password=test
- NETWORK_HEIGHT_URL=https://blockstream.info/api/blocks/tip/height
- WALLET_NAME=tssMainnet
- WALLET_ADDRESS=bc1qm24wp577nk8aacckv8np465z3dvmu7ry45el6y
- SNAPSHOT_URL=https://storage.googleapis.com/archive-rpc-snapshots-zetachain-dev/bitcoin.tar
- SNAPSHOT_URL=https://storage.googleapis.com/bitcoin-rpc-snapshots-prod/bitcoin.tar
- SNAPSHOT_RESTORE=true
- CLEAN_SNAPSHOT=true
- DOWNLOAD_SNAPSHOT=true
volumes:
- bitcoin_data:/root/.bitcoin/
- bitcoin_data:/root/
ports:
- 8332:8332

Expand Down

0 comments on commit fc19891

Please sign in to comment.