Skip to content

Commit

Permalink
fix: update bitcoin core
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed Jan 16, 2024
1 parent 4b7ea50 commit e6330cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.e2e
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ EOF
FROM debian:bookworm-backports

COPY --from=builder /stacks/target/release/stacks-node /usr/local/bin/
COPY --from=ruimarinho/bitcoin-core:0.21.1 /opt/bitcoin-*/bin /usr/local/bin
COPY --from=dobtc/bitcoin:25.1 /opt/bitcoin-*/bin /usr/local/bin

ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y curl gettext-base jq
Expand Down Expand Up @@ -145,7 +145,7 @@ RUN <<EOF
bitcoind &
BTCD_PID=$!
bitcoin-cli -rpcwait getmininginfo
bitcoin-cli createwallet ""
bitcoin-cli -named createwallet wallet_name="" descriptors=false
bitcoin-cli importprivkey $BTC_ADDR_WIF "" false
bitcoin-cli generatetoaddress 101 $BTC_ADDR

Expand Down

0 comments on commit e6330cf

Please sign in to comment.