From c67942c3e738eaa53526320f1e64a43c00c4300b Mon Sep 17 00:00:00 2001 From: Neal Conner Date: Mon, 26 Aug 2019 12:04:53 -0400 Subject: [PATCH] Update zcashd & dashd --- lib/blockchain/common.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/blockchain/common.js b/lib/blockchain/common.js index a662a08d..0a58fb4d 100644 --- a/lib/blockchain/common.js +++ b/lib/blockchain/common.js @@ -29,11 +29,11 @@ const BINARIES = { dir: 'geth-linux-amd64-1.9.1-b7b2f60f' }, ZEC: { - url: 'https://z.cash/downloads/zcash-2.0.6-linux64.tar.gz', - dir: 'zcash-2.0.6/bin' + url: 'https://z.cash/downloads/zcash-2.0.7-linux64-debian-jessie.tar.gz', + dir: 'zcash-2.0.7/bin' }, DASH: { - url: 'https://github.com/dashpay/dash/releases/download/v0.14.0.2/dashcore-0.14.0.2-x86_64-linux-gnu.tar', + url: 'https://github.com/dashpay/dash/releases/download/v0.14.0.3/dashcore-0.14.0.3-x86_64-linux-gnu.tar.gz', dir: 'dashcore-0.14.0/bin' }, LTC: {