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
|
|
@ -34,8 +34,8 @@ const BINARIES = {
|
|||
dir: 'dashcore-0.12.1/bin'
|
||||
},
|
||||
LTC: {
|
||||
url: 'https://download.litecoin.org/litecoin-0.13.2/linux/litecoin-0.13.2-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'litecoin-0.13.2/bin'
|
||||
url: 'https://download.litecoin.org/litecoin-0.14.2/linux/litecoin-0.14.2-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'litecoin-0.14.2/bin'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue