From ac0e9c2c3f58b1e631688d0565f5d64c52e2892f Mon Sep 17 00:00:00 2001 From: Neal Conner Date: Mon, 23 Apr 2018 17:08:09 -0400 Subject: [PATCH 1/2] Update geth to 1.8.6 --- lib/blockchain/common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/blockchain/common.js b/lib/blockchain/common.js index 05b2bc3ef1..911cf92910 100644 --- a/lib/blockchain/common.js +++ b/lib/blockchain/common.js @@ -25,8 +25,8 @@ const BINARIES = { dir: 'bitcoin-0.16.0/bin' }, ETH: { - url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.3-329ac18e.tar.gz', - dir: 'geth-linux-amd64-1.8.3-329ac18e' + url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.6-12683fec.tar.gz', + dir: 'geth-linux-amd64-1.8.6-12683fec' }, ZEC: { url: 'https://z.cash/downloads/zcash-1.1.0-linux64.tar.gz', From 7b336bc9d723486423bf7d4bb75c5e4ab4b3f6cc Mon Sep 17 00:00:00 2001 From: Neal Conner Date: Sat, 28 Apr 2018 01:23:10 +0100 Subject: [PATCH 2/2] Update geth & Bitcoin ABC --- lib/blockchain/common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/blockchain/common.js b/lib/blockchain/common.js index 911cf92910..8c4a45cf4e 100644 --- a/lib/blockchain/common.js +++ b/lib/blockchain/common.js @@ -41,8 +41,8 @@ const BINARIES = { dir: 'litecoin-0.15.1/bin' }, BCH: { - url: 'https://download.bitcoinabc.org/0.17.0/linux/bitcoin-abc-0.17.0-x86_64-linux-gnu.tar.gz', - dir: 'bitcoin-abc-0.17.0/bin', + url: 'https://download.bitcoinabc.org/0.17.1/linux/bitcoin-abc-0.17.1-x86_64-linux-gnu.tar.gz', + dir: 'bitcoin-abc-0.17.1/bin', files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']] } }