Update ETH, ZEC, LTC wallet versions (#106)
* Update ETH, ZEC, LTC * Update -disabledeprecation
This commit is contained in:
parent
edd54c16f5
commit
dfd8400da9
2 changed files with 7 additions and 7 deletions
|
|
@ -25,20 +25,20 @@ const BINARIES = {
|
||||||
dir: 'bitcoin-0.16.0/bin'
|
dir: 'bitcoin-0.16.0/bin'
|
||||||
},
|
},
|
||||||
ETH: {
|
ETH: {
|
||||||
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.1-1e67410e.tar.gz',
|
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.2-b8b9f7f4.tar.gz',
|
||||||
dir: 'geth-linux-amd64-1.8.1-1e67410e'
|
dir: 'geth-linux-amd64-1.8.2-b8b9f7f4'
|
||||||
},
|
},
|
||||||
ZEC: {
|
ZEC: {
|
||||||
url: 'https://z.cash/downloads/zcash-1.0.14-linux64.tar.gz',
|
url: 'https://z.cash/downloads/zcash-1.0.15-linux64.tar.gz',
|
||||||
dir: 'zcash-1.0.14/bin'
|
dir: 'zcash-1.0.15/bin'
|
||||||
},
|
},
|
||||||
DASH: {
|
DASH: {
|
||||||
url: 'https://github.com/dashpay/dash/releases/download/v0.12.2.3/dashcore-0.12.2.3-linux64.tar.gz',
|
url: 'https://github.com/dashpay/dash/releases/download/v0.12.2.3/dashcore-0.12.2.3-linux64.tar.gz',
|
||||||
dir: 'dashcore-0.12.2/bin'
|
dir: 'dashcore-0.12.2/bin'
|
||||||
},
|
},
|
||||||
LTC: {
|
LTC: {
|
||||||
url: 'https://download.litecoin.org/litecoin-0.14.2/linux/litecoin-0.14.2-x86_64-linux-gnu.tar.gz',
|
url: 'https://download.litecoin.org/litecoin-0.15.1/linux/litecoin-0.15.1-x86_64-linux-gnu.tar.gz',
|
||||||
dir: 'litecoin-0.14.2/bin'
|
dir: 'litecoin-0.15.1/bin'
|
||||||
},
|
},
|
||||||
BCH: {
|
BCH: {
|
||||||
url: 'https://download.bitcoinabc.org/0.16.2/linux/bitcoin-abc-0.16.2-x86_64-linux-gnu.tar.gz',
|
url: 'https://download.bitcoinabc.org/0.16.2/linux/bitcoin-abc-0.16.2-x86_64-linux-gnu.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.14`
|
const cmd = `/usr/local/bin/${coinRec.daemon} -datadir=${dataDir} -disabledeprecation=1.0.15`
|
||||||
common.writeSupervisorConfig(coinRec, cmd)
|
common.writeSupervisorConfig(coinRec, cmd)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue