Update ZEC, BCH, ETH node versions

This commit is contained in:
Neal Conner 2018-12-09 14:00:35 -05:00 committed by Josh Harvey
parent d253c4fa00
commit 16a4239b86

View file

@ -25,12 +25,12 @@ const BINARIES = {
dir: 'bitcoin-0.16.3/bin' dir: 'bitcoin-0.16.3/bin'
}, },
ETH: { ETH: {
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.15-89451f7c.tar.gz', url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.19-dae82f09.tar.gz',
dir: 'geth-linux-amd64-1.8.15-89451f7c' dir: 'geth-linux-amd64-1.8.19-dae82f09'
}, },
ZEC: { ZEC: {
url: 'https://z.cash/downloads/zcash-2.0.0-linux64.tar.gz', url: 'https://z.cash/downloads/zcash-2.0.2-linux64.tar.gz',
dir: 'zcash-2.0.0/bin' dir: 'zcash-2.0.2/bin'
}, },
DASH: { DASH: {
url: 'https://github.com/dashpay/dash/releases/download/v0.12.3.3/dashcore-0.12.3.3-x86_64-linux-gnu.tar.gz', url: 'https://github.com/dashpay/dash/releases/download/v0.12.3.3/dashcore-0.12.3.3-x86_64-linux-gnu.tar.gz',
@ -41,8 +41,8 @@ const BINARIES = {
dir: 'litecoin-0.16.3/bin' dir: 'litecoin-0.16.3/bin'
}, },
BCH: { BCH: {
url: 'https://download.bitcoinabc.org/0.18.2/linux/bitcoin-abc-0.18.2-x86_64-linux-gnu.tar.gz', url: 'https://download.bitcoinabc.org/0.18.5/linux/bitcoin-abc-0.18.5-x86_64-linux-gnu.tar.gz',
dir: 'bitcoin-abc-0.18.2/bin', dir: 'bitcoin-abc-0.18.5/bin',
files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']] files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']]
} }
} }