Merge pull request #1426 from CrypticaScriptura/nodes-zec-dash
chore: update zcashd, dashd
This commit is contained in:
commit
f1c1ddac5d
1 changed files with 4 additions and 4 deletions
|
|
@ -33,12 +33,12 @@ const BINARIES = {
|
|||
dir: 'geth-linux-amd64-1.10.25-69568c55'
|
||||
},
|
||||
ZEC: {
|
||||
url: 'https://z.cash/downloads/zcash-5.2.0-linux64-debian-bullseye.tar.gz',
|
||||
dir: 'zcash-5.2.0/bin'
|
||||
url: 'https://z.cash/downloads/zcash-5.3.0-linux64-debian-bullseye.tar.gz',
|
||||
dir: 'zcash-5.3.0/bin'
|
||||
},
|
||||
DASH: {
|
||||
url: 'https://github.com/dashpay/dash/releases/download/v18.0.1/dashcore-18.0.1-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'dashcore-18.0.1/bin'
|
||||
url: 'https://github.com/dashpay/dash/releases/download/v18.1.0/dashcore-18.1.0-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'dashcore-18.1.0/bin'
|
||||
},
|
||||
LTC: {
|
||||
defaultUrl: 'https://download.litecoin.org/litecoin-0.18.1/linux/litecoin-0.18.1-x86_64-linux-gnu.tar.gz',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue