Update ZEC & BCH for hardforks, ETH release (#110)
* Update BCH for hardfork, ETH release * Update ZEC for Overwinter hardfork * disabledeprecation for 1.1.0
This commit is contained in:
parent
d4ee8bdb8a
commit
553290c5bd
2 changed files with 7 additions and 7 deletions
|
|
@ -25,12 +25,12 @@ 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.2-b8b9f7f4.tar.gz',
|
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.3-329ac18e.tar.gz',
|
||||||
dir: 'geth-linux-amd64-1.8.2-b8b9f7f4'
|
dir: 'geth-linux-amd64-1.8.3-329ac18e'
|
||||||
},
|
},
|
||||||
ZEC: {
|
ZEC: {
|
||||||
url: 'https://z.cash/downloads/zcash-1.0.15-linux64.tar.gz',
|
url: 'https://z.cash/downloads/zcash-1.1.0-linux64.tar.gz',
|
||||||
dir: 'zcash-1.0.15/bin'
|
dir: 'zcash-1.1.0/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',
|
||||||
|
|
@ -41,8 +41,8 @@ const BINARIES = {
|
||||||
dir: 'litecoin-0.15.1/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.17.0/linux/bitcoin-abc-0.17.0-x86_64-linux-gnu.tar.gz',
|
||||||
dir: 'bitcoin-abc-0.16.2/bin',
|
dir: 'bitcoin-abc-0.17.0/bin',
|
||||||
files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']]
|
files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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.15`
|
const cmd = `/usr/local/bin/${coinRec.daemon} -datadir=${dataDir} -disabledeprecation=1.1.0`
|
||||||
common.writeSupervisorConfig(coinRec, cmd)
|
common.writeSupervisorConfig(coinRec, cmd)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue