Update BTC, BCH, ETH, DASH
This commit is contained in:
parent
1d02521334
commit
6b26e65d28
1 changed files with 7 additions and 7 deletions
|
|
@ -21,19 +21,19 @@ module.exports = {
|
|||
|
||||
const BINARIES = {
|
||||
BTC: {
|
||||
url: 'https://bitcoin.org/bin/bitcoin-core-0.18.1/bitcoin-0.18.1-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'bitcoin-0.18.1/bin'
|
||||
url: 'https://bitcoin.org/bin/bitcoin-core-0.19.0.1/bitcoin-0.19.0.1-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'bitcoin-0.19.0.1/bin'
|
||||
},
|
||||
ETH: {
|
||||
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.9.7-a718daa6.tar.gz',
|
||||
dir: 'geth-linux-amd64-1.9.7-a718daa6'
|
||||
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.9.9-01744997.tar.gz',
|
||||
dir: 'geth-linux-amd64-1.9.9-01744997'
|
||||
},
|
||||
ZEC: {
|
||||
url: 'https://z.cash/downloads/zcash-2.1.0-1-linux64-debian-jessie.tar.gz',
|
||||
dir: 'zcash-2.1.0-1/bin'
|
||||
},
|
||||
DASH: {
|
||||
url: 'https://github.com/dashpay/dash/releases/download/v0.14.0.3/dashcore-0.14.0.3-x86_64-linux-gnu.tar.gz',
|
||||
url: 'https://github.com/dashpay/dash/releases/download/v0.14.0.5/dashcore-0.14.0.5-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'dashcore-0.14.0/bin'
|
||||
},
|
||||
LTC: {
|
||||
|
|
@ -41,8 +41,8 @@ const BINARIES = {
|
|||
dir: 'litecoin-0.17.1/bin'
|
||||
},
|
||||
BCH: {
|
||||
url: 'https://download.bitcoinabc.org/0.20.5/linux/bitcoin-abc-0.20.5-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'bitcoin-abc-0.20.5/bin',
|
||||
url: 'https://download.bitcoinabc.org/0.20.9/linux/bitcoin-abc-0.20.9-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'bitcoin-abc-0.20.9/bin',
|
||||
files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue