Skip to content

Commit c7c0681

Browse files
committed
use bitcoind 28.1
1 parent 4fd5ff7 commit c7c0681

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
@@ -57,10 +57,10 @@ task:
5757
export IS_NOT_BITCOIND_24=0
5858
else
5959
# Download the bitcoind binary
60-
curl -O https://bitcoincore.org/bin/bitcoin-core-28.0/bitcoin-28.0-x86_64-linux-gnu.tar.gz
61-
echo "7fe294b02b25b51acb8e8e0a0eb5af6bbafa7cd0c5b0e5fcbb61263104a82fbc bitcoin-28.0-x86_64-linux-gnu.tar.gz" | sha256sum -c
62-
tar -xzf bitcoin-28.0-x86_64-linux-gnu.tar.gz
63-
export BITCOIND_PATH=bitcoin-28.0/bin/bitcoind
60+
curl -O https://bitcoincore.org/bin/bitcoin-core-28.1/bitcoin-28.1-x86_64-linux-gnu.tar.gz
61+
echo "07f77afd326639145b9ba9562912b2ad2ccec47b8a305bd075b4f4cb127b7ed7 bitcoin-28.1-x86_64-linux-gnu.tar.gz" | sha256sum -c
62+
tar -xzf bitcoin-28.1-x86_64-linux-gnu.tar.gz
63+
export BITCOIND_PATH=bitcoin-28.1/bin/bitcoind
6464
fi
6565
6666
if [ "$BITCOIN_BACKEND_TYPE" = "electrs" ]; then

0 commit comments

Comments
 (0)