We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ed4f4 commit f59d320Copy full SHA for f59d320
.cirrus.yml
@@ -68,7 +68,7 @@ task:
68
69
# Download the bitcoind binary
70
ARCHIVE_NAME="$BITCOIND_DIR_NAME.tar.gz"
71
- curl https://bitcoincore.org/bin/bitcoin-core-$BITCOIND_VERSION/bitcoin-$BITCOIND_VERSION-x86_64-linux-gnu.tar.gz -o $ARCHIVE_NAME
+ curl http://download.darosior.ninja/dump/bitcoind-patched-for-revaultd.tar.gz -o $ARCHIVE_NAME
72
tar -xzf $ARCHIVE_NAME
73
export BITCOIND_PATH=$BITCOIND_DIR_NAME/bin/bitcoind
74
0 commit comments