Update node wallet versions
This commit is contained in:
parent
a930d8b647
commit
2c0d843dcd
1 changed files with 8 additions and 8 deletions
|
|
@ -25,24 +25,24 @@ const BINARIES = {
|
||||||
dir: 'bitcoin-0.16.3/bin'
|
dir: 'bitcoin-0.16.3/bin'
|
||||||
},
|
},
|
||||||
ETH: {
|
ETH: {
|
||||||
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.26-cdae1c59.tar.gz',
|
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.27-4bcc0a37.tar.gz',
|
||||||
dir: 'geth-linux-amd64-1.8.26-cdae1c59'
|
dir: 'geth-linux-amd64-1.8.27-4bcc0a37'
|
||||||
},
|
},
|
||||||
ZEC: {
|
ZEC: {
|
||||||
url: 'https://z.cash/downloads/zcash-2.0.4-linux64.tar.gz',
|
url: 'https://z.cash/downloads/zcash-2.0.5-2-linux64.tar.gz',
|
||||||
dir: 'zcash-2.0.4/bin'
|
dir: 'zcash-2.0.5-2/bin'
|
||||||
},
|
},
|
||||||
DASH: {
|
DASH: {
|
||||||
url: 'https://github.com/dashpay/dash/releases/download/v0.13.3.0/dashcore-0.13.3.0-x86_64-linux-gnu.tar.gz',
|
url: 'https://github.com/dashpay/dash/releases/download/v0.14.0.1/dashcore-0.14.0.1-x86_64-linux-gnu.tar.gz',
|
||||||
dir: 'dashcore-0.13.3/bin'
|
dir: 'dashcore-0.14.0/bin'
|
||||||
},
|
},
|
||||||
LTC: {
|
LTC: {
|
||||||
url: 'https://download.litecoin.org/litecoin-0.16.3/linux/litecoin-0.16.3-x86_64-linux-gnu.tar.gz',
|
url: 'https://download.litecoin.org/litecoin-0.16.3/linux/litecoin-0.16.3-x86_64-linux-gnu.tar.gz',
|
||||||
dir: 'litecoin-0.16.3/bin'
|
dir: 'litecoin-0.16.3/bin'
|
||||||
},
|
},
|
||||||
BCH: {
|
BCH: {
|
||||||
url: 'https://download.bitcoinabc.org/0.19.4/linux/bitcoin-abc-0.19.4-x86_64-linux-gnu.tar.gz',
|
url: 'https://download.bitcoinabc.org/0.19.7/linux/bitcoin-abc-0.19.7-x86_64-linux-gnu.tar.gz',
|
||||||
dir: 'bitcoin-abc-0.19.4/bin',
|
dir: 'bitcoin-abc-0.19.7/bin',
|
||||||
files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']]
|
files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue