Skip to content

Commit 9c30b31

Browse files
committed
ci: use bitcoind version 28.0
1 parent fabb007 commit 9c30b31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.cirrus.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ task:
9696
export IS_NOT_BITCOIND_24=0
9797
else
9898
# Download the bitcoind binary
99-
curl -O https://bitcoincore.org/bin/bitcoin-core-26.0/bitcoin-26.0-x86_64-linux-gnu.tar.gz
100-
echo "23e5ab226d9e01ffaadef5ffabe8868d0db23db952b90b0593652993680bb8ab bitcoin-26.0-x86_64-linux-gnu.tar.gz" | sha256sum -c
101-
tar -xzf bitcoin-26.0-x86_64-linux-gnu.tar.gz
102-
export BITCOIND_PATH=bitcoin-26.0/bin/bitcoind
99+
curl -O https://bitcoincore.org/bin/bitcoin-core-28.0/bitcoin-28.0-x86_64-linux-gnu.tar.gz
100+
echo "7fe294b02b25b51acb8e8e0a0eb5af6bbafa7cd0c5b0e5fcbb61263104a82fbc bitcoin-28.0-x86_64-linux-gnu.tar.gz" | sha256sum -c
101+
tar -xzf bitcoin-28.0-x86_64-linux-gnu.tar.gz
102+
export BITCOIND_PATH=bitcoin-28.0/bin/bitcoind
103103
fi
104104
105105
if [ "$BITCOIN_BACKEND_TYPE" = "electrs" ]; then

0 commit comments

Comments
 (0)