Chore: merge v7.4.10 (#455)
* chore: update ZEC, LTC, BTC, ETH, use BCHN * chore: update zcashd * chore: v7.4.10 Co-authored-by: naconner <7396812+naconner@users.noreply.github.com> Co-authored-by: Neal <neal@lamassu.is>
This commit is contained in:
parent
37500c3f9b
commit
8616b5ad5f
1 changed files with 10 additions and 10 deletions
|
|
@ -21,28 +21,28 @@ module.exports = {
|
|||
|
||||
const BINARIES = {
|
||||
BTC: {
|
||||
url: 'https://bitcoincore.org/bin/bitcoin-core-0.19.1/bitcoin-0.19.1-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'bitcoin-0.19.1/bin'
|
||||
url: 'https://bitcoincore.org/bin/bitcoin-core-0.20.1/bitcoin-0.20.1-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'bitcoin-0.20.1/bin'
|
||||
},
|
||||
ETH: {
|
||||
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'
|
||||
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.9.19-3e064192.tar.gz',
|
||||
dir: 'geth-linux-amd64-1.9.19-3e064192'
|
||||
},
|
||||
ZEC: {
|
||||
url: 'https://z.cash/downloads/zcash-2.1.2-3-linux64-debian-jessie.tar.gz',
|
||||
dir: 'zcash-2.1.2-3/bin'
|
||||
url: 'https://download.z.cash/downloads/zcash-4.0.0-linux64-debian-stretch.tar.gz',
|
||||
dir: 'zcash-4.0.0/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',
|
||||
dir: 'dashcore-0.15.0/bin'
|
||||
},
|
||||
LTC: {
|
||||
url: 'https://download.litecoin.org/litecoin-0.17.1/linux/litecoin-0.17.1-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'litecoin-0.17.1/bin'
|
||||
url: 'https://download.litecoin.org/litecoin-0.18.1/linux/litecoin-0.18.1-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'litecoin-0.18.1/bin'
|
||||
},
|
||||
BCH: {
|
||||
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',
|
||||
url: 'https://github.com/bitcoin-cash-node/bitcoin-cash-node/releases/download/v22.0.0/bitcoin-cash-node-22.0.0-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'bitcoin-cash-node-22.0.0/bin',
|
||||
files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue