chore: update zec, xmr, eth versions
This commit is contained in:
parent
5ff676553e
commit
258d727b1a
1 changed files with 6 additions and 6 deletions
|
|
@ -29,12 +29,12 @@ const BINARIES = {
|
||||||
dir: 'bitcoin-22.0/bin'
|
dir: 'bitcoin-22.0/bin'
|
||||||
},
|
},
|
||||||
ETH: {
|
ETH: {
|
||||||
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.13-7a0c19f8.tar.gz',
|
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.14-11a3a350.tar.gz',
|
||||||
dir: 'geth-linux-amd64-1.10.13-7a0c19f8'
|
dir: 'geth-linux-amd64-1.10.14-11a3a350'
|
||||||
},
|
},
|
||||||
ZEC: {
|
ZEC: {
|
||||||
url: 'https://z.cash/downloads/zcash-4.5.1-1-linux64-debian-stretch.tar.gz',
|
url: 'https://z.cash/downloads/zcash-4.6.0-linux64-debian-stretch.tar.gz',
|
||||||
dir: 'zcash-4.5.1-1/bin'
|
dir: 'zcash-4.6.0/bin'
|
||||||
},
|
},
|
||||||
DASH: {
|
DASH: {
|
||||||
url: 'https://github.com/dashpay/dash/releases/download/v0.17.0.3/dashcore-0.17.0.3-x86_64-linux-gnu.tar.gz',
|
url: 'https://github.com/dashpay/dash/releases/download/v0.17.0.3/dashcore-0.17.0.3-x86_64-linux-gnu.tar.gz',
|
||||||
|
|
@ -50,8 +50,8 @@ const BINARIES = {
|
||||||
files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']]
|
files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']]
|
||||||
},
|
},
|
||||||
XMR: {
|
XMR: {
|
||||||
url: 'https://downloads.getmonero.org/cli/monero-linux-x64-v0.17.2.0.tar.bz2',
|
url: 'https://downloads.getmonero.org/cli/monero-linux-x64-v0.17.3.0.tar.bz2',
|
||||||
dir: 'monero-x86_64-linux-gnu-v0.17.2.0',
|
dir: 'monero-x86_64-linux-gnu-v0.17.3.0',
|
||||||
files: [['monerod', 'monerod'], ['monero-wallet-rpc', 'monero-wallet-rpc']]
|
files: [['monerod', 'monerod'], ['monero-wallet-rpc', 'monero-wallet-rpc']]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue