Update node versions

This commit is contained in:
Neal Conner 2019-07-25 12:27:46 -04:00 committed by Josh Harvey
parent 9ca3e88495
commit 2004067755

View file

@ -25,15 +25,15 @@ 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.27-4bcc0a37.tar.gz', url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.9.1-b7b2f60f.tar.gz',
dir: 'geth-linux-amd64-1.8.27-4bcc0a37' dir: 'geth-linux-amd64-1.9.1-b7b2f60f'
}, },
ZEC: { ZEC: {
url: 'https://z.cash/downloads/zcash-2.0.5-2-linux64.tar.gz', url: 'https://z.cash/downloads/zcash-2.0.6-linux64.tar.gz',
dir: 'zcash-2.0.5-2/bin' dir: 'zcash-2.0.6/bin'
}, },
DASH: { DASH: {
url: 'https://github.com/dashpay/dash/releases/download/v0.14.0.1/dashcore-0.14.0.1-x86_64-linux-gnu.tar.gz', url: 'https://github.com/dashpay/dash/releases/download/v0.14.0.2/dashcore-0.14.0.2-x86_64-linux-gnu.tar',
dir: 'dashcore-0.14.0/bin' dir: 'dashcore-0.14.0/bin'
}, },
LTC: { LTC: {
@ -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.19.7/linux/bitcoin-abc-0.19.7-x86_64-linux-gnu.tar.gz', url: 'https://download.bitcoinabc.org/0.19.10/linux/bitcoin-abc-0.19.10-x86_64-linux-gnu.tar.gz',
dir: 'bitcoin-abc-0.19.7/bin', dir: 'bitcoin-abc-0.19.10/bin',
files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']] files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']]
} }
} }