Update ZEC, BCH, ETH, LTC wallets (#119)
* Update ZEC & ETH wallet versions * Update ZEC disabledeprecation * Geth 1.8.10 * Litecoin 0.16.0 Litecoin SegWit addresses now default * Bitcoin ABC 0.17.2
This commit is contained in:
parent
a30b835786
commit
ebbeff4211
2 changed files with 9 additions and 9 deletions
|
|
@ -25,24 +25,24 @@ const BINARIES = {
|
|||
dir: 'bitcoin-0.16.0/bin'
|
||||
},
|
||||
ETH: {
|
||||
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.6-12683fec.tar.gz',
|
||||
dir: 'geth-linux-amd64-1.8.6-12683fec'
|
||||
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.10-eae63c51.tar.gz',
|
||||
dir: 'geth-linux-amd64-1.8.10-eae63c51'
|
||||
},
|
||||
ZEC: {
|
||||
url: 'https://z.cash/downloads/zcash-1.1.0-linux64.tar.gz',
|
||||
dir: 'zcash-1.1.0/bin'
|
||||
url: 'https://z.cash/downloads/zcash-1.1.1-linux64.tar.gz',
|
||||
dir: 'zcash-1.1.1/bin'
|
||||
},
|
||||
DASH: {
|
||||
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'
|
||||
},
|
||||
LTC: {
|
||||
url: 'https://download.litecoin.org/litecoin-0.15.1/linux/litecoin-0.15.1-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'litecoin-0.15.1/bin'
|
||||
url: 'https://download.litecoin.org/litecoin-0.16.0/linux/litecoin-0.16.0-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'litecoin-0.16.0/bin'
|
||||
},
|
||||
BCH: {
|
||||
url: 'https://download.bitcoinabc.org/0.17.1/linux/bitcoin-abc-0.17.1-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'bitcoin-abc-0.17.1/bin',
|
||||
url: 'https://download.bitcoinabc.org/0.17.2/linux/bitcoin-abc-0.17.2-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'bitcoin-abc-0.17.2/bin',
|
||||
files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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} -disabledeprecation=1.1.0`
|
||||
const cmd = `/usr/local/bin/${coinRec.daemon} -datadir=${dataDir} -disabledeprecation=1.1.1`
|
||||
common.writeSupervisorConfig(coinRec, cmd)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue