Update Zcash and Litecoin (#85)
* Update Zcash to 1.0.12 * Update zcash version in common.js * Update geth in common.js * Fix geth dir * Update litecoin to 0.14.2 * Update litecoin to 0.14.2 * Insert disabledeprecation flag for zcashd * Add -disabledeprecation=1.0.12 * Remove sed from zcash install.sh
This commit is contained in:
parent
50cf4be4d0
commit
28979e475c
3 changed files with 6 additions and 6 deletions
|
|
@ -20,7 +20,7 @@ function setup (dataDir) {
|
|||
logger.info('Finished fetching proofs.')
|
||||
const config = buildConfig()
|
||||
common.writeFile(path.resolve(dataDir, coinRec.configFile), config)
|
||||
const cmd = `/usr/local/bin/${coinRec.daemon} -datadir=${dataDir}`
|
||||
const cmd = `/usr/local/bin/${coinRec.daemon} -datadir=${dataDir} -disabledeprecation=1.0.12`
|
||||
common.writeSupervisorConfig(coinRec, cmd)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue