Update common.js
This commit is contained in:
parent
8b1480589f
commit
a638524249
1 changed files with 8 additions and 8 deletions
|
|
@ -25,24 +25,24 @@ const BINARIES = {
|
|||
dir: 'bitcoin-0.16.3/bin'
|
||||
},
|
||||
ETH: {
|
||||
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.22-7fa3509e.tar.gz',
|
||||
dir: 'geth-linux-amd64-1.8.22-7fa3509e'
|
||||
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.26-cdae1c59.tar.gz',
|
||||
dir: 'geth-linux-amd64-1.8.26-cdae1c59'
|
||||
},
|
||||
ZEC: {
|
||||
url: 'https://z.cash/downloads/zcash-2.0.3-linux64.tar.gz',
|
||||
dir: 'zcash-2.0.3/bin'
|
||||
url: 'https://z.cash/downloads/zcash-2.0.4-linux64.tar.gz',
|
||||
dir: 'zcash-2.0.4/bin'
|
||||
},
|
||||
DASH: {
|
||||
url: 'https://github.com/dashpay/dash/releases/download/v0.12.3.3/dashcore-0.12.3.3-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'dashcore-0.12.3/bin'
|
||||
url: 'https://github.com/dashpay/dash/releases/download/v0.13.3.0/dashcore-0.13.3.0-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'dashcore-0.13.3/bin'
|
||||
},
|
||||
LTC: {
|
||||
url: 'https://download.litecoin.org/litecoin-0.16.3/linux/litecoin-0.16.3-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'litecoin-0.16.3/bin'
|
||||
},
|
||||
BCH: {
|
||||
url: 'https://download.bitcoinabc.org/0.19.0/linux/bitcoin-abc-0.19.0-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'bitcoin-abc-0.19.0/bin',
|
||||
url: 'https://download.bitcoinabc.org/0.19.4/linux/bitcoin-abc-0.19.4-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'bitcoin-abc-0.19.4/bin',
|
||||
files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue