From f02e34ca9ce28ca8ad0526f1f42ee83b44ba8532 Mon Sep 17 00:00:00 2001 From: Neal Conner Date: Fri, 15 Feb 2019 14:18:33 -0500 Subject: [PATCH] Update ZEC, BCH, ETH node versions --- lib/blockchain/common.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/blockchain/common.js b/lib/blockchain/common.js index fce05ef7..24bf8035 100644 --- a/lib/blockchain/common.js +++ b/lib/blockchain/common.js @@ -25,12 +25,12 @@ const BINARIES = { dir: 'bitcoin-0.16.3/bin' }, ETH: { - url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.19-dae82f09.tar.gz', - dir: 'geth-linux-amd64-1.8.19-dae82f09' + url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.22-7fa3509e.tar.gz', + dir: 'geth-linux-amd64-1.8.22-7fa3509e' }, ZEC: { - url: 'https://z.cash/downloads/zcash-2.0.2-linux64.tar.gz', - dir: 'zcash-2.0.2/bin' + url: 'https://z.cash/downloads/zcash-2.0.3-linux64.tar.gz', + dir: 'zcash-2.0.3/bin' }, DASH: { url: 'https://github.com/dashpay/dash/releases/download/v0.12.3.3/dashcore-0.12.3.3-x86_64-linux-gnu.tar.gz', @@ -41,8 +41,8 @@ const BINARIES = { dir: 'litecoin-0.16.3/bin' }, BCH: { - url: 'https://download.bitcoinabc.org/0.18.5/linux/bitcoin-abc-0.18.5-x86_64-linux-gnu.tar.gz', - dir: 'bitcoin-abc-0.18.5/bin', + url: 'https://download.bitcoinabc.org/0.18.8/linux/bitcoin-abc-0.18.8-x86_64-linux-gnu.tar.gz', + dir: 'bitcoin-abc-0.18.8/bin', files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']] } }