From d53b8460bd2ae5266db3bb1bc1f1cc3cbeb574bc Mon Sep 17 00:00:00 2001 From: Neal Date: Fri, 16 Apr 2021 15:36:20 -0400 Subject: [PATCH] chore: update zec, bch, eth nodes --- 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 2c0bdc3c..4b92c40e 100644 --- a/lib/blockchain/common.js +++ b/lib/blockchain/common.js @@ -25,12 +25,12 @@ const BINARIES = { dir: 'bitcoin-0.20.1/bin' }, ETH: { - url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.9.25-e7872729.tar.gz', - dir: 'geth-linux-amd64-1.9.25-e7872729' + url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.2-97d11b01.tar.gz', + dir: 'geth-linux-amd64-1.10.2-97d11b01' }, ZEC: { - url: 'https://z.cash/downloads/zcash-4.3.0-linux64-debian-stretch.tar.gz', - dir: 'zcash-4.3.0/bin' + url: 'https://z.cash/downloads/zcash-4.4.0-linux64-debian-stretch.tar.gz', + dir: 'zcash-4.4.0/bin' }, DASH: { url: 'https://github.com/dashpay/dash/releases/download/v0.16.1.1/dashcore-0.16.1.1-x86_64-linux-gnu.tar.gz', @@ -41,8 +41,8 @@ const BINARIES = { dir: 'litecoin-0.18.1/bin' }, BCH: { - url: 'https://github.com/bitcoin-cash-node/bitcoin-cash-node/releases/download/v22.2.0/bitcoin-cash-node-22.2.0-x86_64-linux-gnu.tar.gz', - dir: 'bitcoin-cash-node-22.2.0/bin', + url: 'https://github.com/bitcoin-cash-node/bitcoin-cash-node/releases/download/v23.0.0/bitcoin-cash-node-23.0.0-x86_64-linux-gnu.tar.gz', + dir: 'bitcoin-cash-node-23.0.0/bin', files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']] } }