Update ETH and BTC versions (#134)

This commit is contained in:
Neal Conner 2018-07-04 04:17:28 -04:00 committed by Josh Harvey
parent f4301328c4
commit 2265885356

View file

@ -21,12 +21,12 @@ module.exports = {
const BINARIES = {
BTC: {
url: 'https://bitcoin.org/bin/bitcoin-core-0.16.0/bitcoin-0.16.0-x86_64-linux-gnu.tar.gz',
dir: 'bitcoin-0.16.0/bin'
url: 'https://bitcoin.org/bin/bitcoin-core-0.16.1/bitcoin-0.16.1-x86_64-linux-gnu.tar.gz',
dir: 'bitcoin-0.16.1/bin'
},
ETH: {
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.10-eae63c51.tar.gz',
dir: 'geth-linux-amd64-1.8.10-eae63c51'
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.11-dea1ce05.tar.gz',
dir: 'geth-linux-amd64-1.8.11-dea1ce05'
},
ZEC: {
url: 'https://z.cash/downloads/zcash-1.1.1-linux64.tar.gz',