Update node wallet versions (#91)
* Update zcashd, geth, bitcoin-abc, dashd This version of Bitcoin ABC includes CashAddr support (default) * Update Zcash disable deprecation
This commit is contained in:
parent
4facfea18c
commit
3cb5ddb24d
2 changed files with 8 additions and 8 deletions
|
|
@ -25,15 +25,15 @@ const BINARIES = {
|
||||||
dir: 'bitcoin-0.15.1/bin'
|
dir: 'bitcoin-0.15.1/bin'
|
||||||
},
|
},
|
||||||
ETH: {
|
ETH: {
|
||||||
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.7.2-1db4ecdc.tar.gz',
|
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.7.3-4bb3c89d.tar.gz',
|
||||||
dir: 'geth-linux-amd64-1.7.2-1db4ecdc'
|
dir: 'geth-linux-amd64-1.7.3-4bb3c89d'
|
||||||
},
|
},
|
||||||
ZEC: {
|
ZEC: {
|
||||||
url: 'https://z.cash/downloads/zcash-1.0.13-linux64.tar.gz',
|
url: 'https://z.cash/downloads/zcash-1.0.14-linux64.tar.gz',
|
||||||
dir: 'zcash-1.0.13/bin'
|
dir: 'zcash-1.0.14/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.3/dashcore-0.12.2.3-linux64.tar.gz',
|
||||||
dir: 'dashcore-0.12.2/bin'
|
dir: 'dashcore-0.12.2/bin'
|
||||||
},
|
},
|
||||||
LTC: {
|
LTC: {
|
||||||
|
|
@ -41,8 +41,8 @@ const BINARIES = {
|
||||||
dir: 'litecoin-0.14.2/bin'
|
dir: 'litecoin-0.14.2/bin'
|
||||||
},
|
},
|
||||||
BCH: {
|
BCH: {
|
||||||
url: 'https://download.bitcoinabc.org/0.16.1/linux/bitcoin-abc-0.16.1-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',
|
||||||
dir: 'bitcoin-abc-0.16.1/bin',
|
dir: 'bitcoin-abc-0.16.2/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.13`
|
const cmd = `/usr/local/bin/${coinRec.daemon} -datadir=${dataDir} -disabledeprecation=1.0.14`
|
||||||
common.writeSupervisorConfig(coinRec, cmd)
|
common.writeSupervisorConfig(coinRec, cmd)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue