diff --git a/lib/blockchain/common.js b/lib/blockchain/common.js index 273515e2..ab9c9382 100644 --- a/lib/blockchain/common.js +++ b/lib/blockchain/common.js @@ -29,12 +29,12 @@ const BINARIES = { dir: 'bitcoin-22.0/bin' }, ETH: { - url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.13-7a0c19f8.tar.gz', - dir: 'geth-linux-amd64-1.10.13-7a0c19f8' + 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' }, ZEC: { - url: 'https://z.cash/downloads/zcash-4.5.1-1-linux64-debian-stretch.tar.gz', - dir: 'zcash-4.5.1-1/bin' + url: 'https://z.cash/downloads/zcash-4.6.0-linux64-debian-stretch.tar.gz', + dir: 'zcash-4.6.0/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', @@ -50,8 +50,8 @@ const BINARIES = { files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']] }, XMR: { - url: 'https://downloads.getmonero.org/cli/monero-linux-x64-v0.17.2.0.tar.bz2', - dir: 'monero-x86_64-linux-gnu-v0.17.2.0', + url: 'https://downloads.getmonero.org/cli/monero-linux-x64-v0.17.3.0.tar.bz2', + dir: 'monero-x86_64-linux-gnu-v0.17.3.0', files: [['monerod', 'monerod'], ['monero-wallet-rpc', 'monero-wallet-rpc']] } }