Update geth & Bitcoin ABC (#112)
* Update geth to 1.8.6 * Update geth & Bitcoin ABC
This commit is contained in:
parent
8293f7b381
commit
a6512ceb1e
1 changed files with 4 additions and 4 deletions
|
|
@ -25,8 +25,8 @@ const BINARIES = {
|
|||
dir: 'bitcoin-0.16.0/bin'
|
||||
},
|
||||
ETH: {
|
||||
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.3-329ac18e.tar.gz',
|
||||
dir: 'geth-linux-amd64-1.8.3-329ac18e'
|
||||
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.6-12683fec.tar.gz',
|
||||
dir: 'geth-linux-amd64-1.8.6-12683fec'
|
||||
},
|
||||
ZEC: {
|
||||
url: 'https://z.cash/downloads/zcash-1.1.0-linux64.tar.gz',
|
||||
|
|
@ -41,8 +41,8 @@ const BINARIES = {
|
|||
dir: 'litecoin-0.15.1/bin'
|
||||
},
|
||||
BCH: {
|
||||
url: 'https://download.bitcoinabc.org/0.17.0/linux/bitcoin-abc-0.17.0-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'bitcoin-abc-0.17.0/bin',
|
||||
url: 'https://download.bitcoinabc.org/0.17.1/linux/bitcoin-abc-0.17.1-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'bitcoin-abc-0.17.1/bin',
|
||||
files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue