update Zcash
This commit is contained in:
parent
da8c0065ab
commit
ed298283c7
2 changed files with 3 additions and 3 deletions
|
|
@ -29,8 +29,8 @@ const BINARIES = {
|
||||||
dir: 'geth-linux-amd64-1.7.2-1db4ecdc'
|
dir: 'geth-linux-amd64-1.7.2-1db4ecdc'
|
||||||
},
|
},
|
||||||
ZEC: {
|
ZEC: {
|
||||||
url: 'https://z.cash/downloads/zcash-1.0.12-linux64.tar.gz',
|
url: 'https://z.cash/downloads/zcash-1.0.13-linux64.tar.gz',
|
||||||
dir: 'zcash-1.0.12/bin'
|
dir: 'zcash-1.0.13/bin'
|
||||||
},
|
},
|
||||||
DASH: {
|
DASH: {
|
||||||
url: 'https://github.com/dashpay/dash/releases/download/v0.12.2.1/dashcore-0.12.2.1-linux64.tar.gz',
|
url: 'https://github.com/dashpay/dash/releases/download/v0.12.2.1/dashcore-0.12.2.1-linux64.tar.gz',
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ function setup (dataDir) {
|
||||||
logger.info('Finished fetching proofs.')
|
logger.info('Finished fetching proofs.')
|
||||||
const config = buildConfig()
|
const config = buildConfig()
|
||||||
common.writeFile(path.resolve(dataDir, coinRec.configFile), config)
|
common.writeFile(path.resolve(dataDir, coinRec.configFile), config)
|
||||||
const cmd = `/usr/local/bin/${coinRec.daemon} -datadir=${dataDir} -disabledeprecation=1.0.12`
|
const cmd = `/usr/local/bin/${coinRec.daemon} -datadir=${dataDir} -disabledeprecation=1.0.13`
|
||||||
common.writeSupervisorConfig(coinRec, cmd)
|
common.writeSupervisorConfig(coinRec, cmd)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue