From a99b8d0ca72f24a50eb7bc8352d7bfdf31622169 Mon Sep 17 00:00:00 2001 From: Neal Date: Thu, 14 Oct 2021 12:30:35 -0400 Subject: [PATCH 1/2] fix: update zcashd, prior hosted binary removed --- 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 1a1764ac..56cdefd3 100644 --- a/lib/blockchain/common.js +++ b/lib/blockchain/common.js @@ -29,8 +29,8 @@ const BINARIES = { dir: 'geth-linux-amd64-1.10.9-eae3b194' }, ZEC: { - url: 'https://z.cash/downloads/zcash-4.5.1-linux64-debian-stretch.tar.gz', - dir: 'zcash-4.5.1/bin' + url: 'https://z.cash/downloads/zcash-4.5.1-1-linux64-debian-stretch.tar.gz', + dir: 'zcash-4.5.1-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', From 80510187a1a0f0f789d136123d10fa0a925fd89b Mon Sep 17 00:00:00 2001 From: Neal Date: Fri, 29 Oct 2021 16:30:26 -0400 Subject: [PATCH 2/2] chore: use geth v1.10.11 --- 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 56cdefd3..10bb9178 100644 --- a/lib/blockchain/common.js +++ b/lib/blockchain/common.js @@ -25,8 +25,8 @@ const BINARIES = { dir: 'bitcoin-0.20.1/bin' }, ETH: { - url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.9-eae3b194.tar.gz', - dir: 'geth-linux-amd64-1.10.9-eae3b194' + url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.11-7231b3ef.tar.gz', + dir: 'geth-linux-amd64-1.10.11-7231b3ef' }, ZEC: { url: 'https://z.cash/downloads/zcash-4.5.1-1-linux64-debian-stretch.tar.gz',