chore: update zcash download url

This commit is contained in:
Sérgio Salgado 2022-04-17 23:34:12 +01:00
parent 60d7f3d8de
commit ffdab69ce0
2 changed files with 3 additions and 3 deletions

View file

@ -30,10 +30,9 @@ const BINARIES = {
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.17-25c9b49f.tar.gz', url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.17-25c9b49f.tar.gz',
dir: 'geth-linux-amd64-1.10.17-25c9b49f' dir: 'geth-linux-amd64-1.10.17-25c9b49f'
}, },
// TODO: update ZEC URL for new 4.7.0 version once the tarball is available
ZEC: { ZEC: {
url: 'https://z.cash/downloads/zcash-4.6.0-2-linux64-debian-bullseye.tar.gz', url: 'https://download.z.cash/downloads//zcash-4.7.0-linux64-debian-bullseye.tar.gz',
dir: 'zcash-4.6.0-2/bin' dir: 'zcash-4.7.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',

View file

@ -50,5 +50,6 @@ rpcuser=lamassuserver
rpcpassword=${common.randomPass()} rpcpassword=${common.randomPass()}
dbcache=500 dbcache=500
keypool=10000 keypool=10000
walletrequirebackup=false
` `
} }