ci: use bitcoind version 28.1
This commit is contained in:
parent
7ad3e3f0d6
commit
c17e945fd4
@ -57,10 +57,10 @@ task:
|
||||
export IS_NOT_BITCOIND_24=0
|
||||
else
|
||||
# Download the bitcoind binary
|
||||
curl -O https://bitcoincore.org/bin/bitcoin-core-26.0/bitcoin-26.0-x86_64-linux-gnu.tar.gz
|
||||
echo "23e5ab226d9e01ffaadef5ffabe8868d0db23db952b90b0593652993680bb8ab bitcoin-26.0-x86_64-linux-gnu.tar.gz" | sha256sum -c
|
||||
tar -xzf bitcoin-26.0-x86_64-linux-gnu.tar.gz
|
||||
export BITCOIND_PATH=bitcoin-26.0/bin/bitcoind
|
||||
curl -O https://bitcoincore.org/bin/bitcoin-core-28.1/bitcoin-28.1-x86_64-linux-gnu.tar.gz
|
||||
echo "07f77afd326639145b9ba9562912b2ad2ccec47b8a305bd075b4f4cb127b7ed7 bitcoin-28.1-x86_64-linux-gnu.tar.gz" | sha256sum -c
|
||||
tar -xzf bitcoin-28.1-x86_64-linux-gnu.tar.gz
|
||||
export BITCOIND_PATH=bitcoin-28.1/bin/bitcoind
|
||||
fi
|
||||
|
||||
if [ "$BITCOIN_BACKEND_TYPE" = "electrs" ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user