From 0fe322a076ba3b707c1044856d6693c612bc6e59 Mon Sep 17 00:00:00 2001 From: Neal Date: Thu, 5 Nov 2020 19:28:41 -0500 Subject: [PATCH] chore: update wallet nodes --- lib/blockchain/common.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/blockchain/common.js b/lib/blockchain/common.js index e2e98b8b..2ae62bc7 100644 --- a/lib/blockchain/common.js +++ b/lib/blockchain/common.js @@ -25,24 +25,24 @@ const BINARIES = { dir: 'bitcoin-0.20.1/bin' }, ETH: { - url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.9.19-3e064192.tar.gz', - dir: 'geth-linux-amd64-1.9.19-3e064192' + url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.9.23-8c2f2715.tar.gz', + dir: 'geth-linux-amd64-1.9.23-8c2f2715' }, ZEC: { - url: 'https://download.z.cash/downloads/zcash-4.0.0-linux64-debian-stretch.tar.gz', - dir: 'zcash-4.0.0/bin' + url: 'https://download.z.cash/downloads/zcash-4.1.0-linux64-debian-stretch.tar.gz', + dir: 'zcash-4.1.0/bin' }, DASH: { - url: 'https://github.com/dashpay/dash/releases/download/v0.15.0.0/dashcore-0.15.0.0-x86_64-linux-gnu.tar.gz', - dir: 'dashcore-0.15.0/bin' + url: 'https://github.com/dashpay/dash/releases/download/v0.16.0.1/dashcore-0.16.0.1-x86_64-linux-gnu.tar.gz', + dir: 'dashcore-0.16.0/bin' }, LTC: { url: 'https://download.litecoin.org/litecoin-0.18.1/linux/litecoin-0.18.1-x86_64-linux-gnu.tar.gz', dir: 'litecoin-0.18.1/bin' }, BCH: { - url: 'https://github.com/bitcoin-cash-node/bitcoin-cash-node/releases/download/v22.0.0/bitcoin-cash-node-22.0.0-x86_64-linux-gnu.tar.gz', - dir: 'bitcoin-cash-node-22.0.0/bin', + url: 'https://github.com/bitcoin-cash-node/bitcoin-cash-node/releases/download/v22.1.0/bitcoin-cash-node-22.1.0-x86_64-linux-gnu.tar.gz', + dir: 'bitcoin-cash-node-22.1.0/bin', files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']] } }