diff --git a/lib/blockchain/common.js b/lib/blockchain/common.js index ab9c9382..4bcd7a93 100644 --- a/lib/blockchain/common.js +++ b/lib/blockchain/common.js @@ -23,18 +23,18 @@ module.exports = { const BINARIES = { BTC: { - defaultUrl: 'https://bitcoincore.org/bin/bitcoin-core-0.20.0/bitcoin-0.20.0-x86_64-linux-gnu.tar.gz', - defaultDir: 'bitcoin-0.20.0/bin', + defaultUrl: 'https://bitcoincore.org/bin/bitcoin-core-0.20.1/bitcoin-0.20.1-x86_64-linux-gnu.tar.gz', + defaultDir: 'bitcoin-0.20.1/bin', url: 'https://bitcoincore.org/bin/bitcoin-core-22.0/bitcoin-22.0-x86_64-linux-gnu.tar.gz', dir: 'bitcoin-22.0/bin' }, ETH: { - url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.14-11a3a350.tar.gz', - dir: 'geth-linux-amd64-1.10.14-11a3a350' + url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.15-8be800ff.tar.gz', + dir: 'geth-linux-amd64-1.10.15-8be800ff' }, ZEC: { - url: 'https://z.cash/downloads/zcash-4.6.0-linux64-debian-stretch.tar.gz', - dir: 'zcash-4.6.0/bin' + url: 'https://z.cash/downloads/zcash-4.6.0-1-linux64-debian-stretch.tar.gz', + dir: 'zcash-4.6.0-1/bin' }, DASH: { url: 'https://github.com/dashpay/dash/releases/download/v0.17.0.3/dashcore-0.17.0.3-x86_64-linux-gnu.tar.gz',