chore: update BCH, ZEC, ETH
This commit is contained in:
parent
4425ccce58
commit
278c977763
1 changed files with 6 additions and 6 deletions
|
|
@ -25,12 +25,12 @@ const BINARIES = {
|
|||
dir: 'bitcoin-0.19.1/bin'
|
||||
},
|
||||
ETH: {
|
||||
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.9.12-b6f1c8dc.tar.gz',
|
||||
dir: 'geth-linux-amd64-1.9.12-b6f1c8dc'
|
||||
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.9.14-6d74d1e5.tar.gz',
|
||||
dir: 'geth-linux-amd64-1.9.14-6d74d1e5'
|
||||
},
|
||||
ZEC: {
|
||||
url: 'https://z.cash/downloads/zcash-2.1.1-1-linux64-debian-jessie.tar.gz',
|
||||
dir: 'zcash-2.1.1-1/bin'
|
||||
url: 'https://z.cash/downloads/zcash-2.1.2-3-linux64-debian-jessie.tar.gz',
|
||||
dir: 'zcash-2.1.2-3/bin'
|
||||
},
|
||||
DASH: {
|
||||
url: 'https://github.com/dashpay/dash/releases/download/v0.15.0.0/dashcore-0.15.0.0-x86_64-linux-gnu.tar.gz',
|
||||
|
|
@ -41,8 +41,8 @@ const BINARIES = {
|
|||
dir: 'litecoin-0.17.1/bin'
|
||||
},
|
||||
BCH: {
|
||||
url: 'https://download.bitcoinabc.org/0.21.2/linux/bitcoin-abc-0.21.2-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'bitcoin-abc-0.21.2/bin',
|
||||
url: 'https://download.bitcoinabc.org/0.21.7/linux/bitcoin-abc-0.21.7-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'bitcoin-abc-0.21.7/bin',
|
||||
files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue