Update ETH and BTC versions (#134)
This commit is contained in:
parent
f4301328c4
commit
2265885356
1 changed files with 4 additions and 4 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue