Update node versions
This commit is contained in:
parent
9ca3e88495
commit
2004067755
1 changed files with 7 additions and 7 deletions
|
|
@ -25,15 +25,15 @@ const BINARIES = {
|
|||
dir: 'bitcoin-0.16.3/bin'
|
||||
},
|
||||
ETH: {
|
||||
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.27-4bcc0a37.tar.gz',
|
||||
dir: 'geth-linux-amd64-1.8.27-4bcc0a37'
|
||||
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.9.1-b7b2f60f.tar.gz',
|
||||
dir: 'geth-linux-amd64-1.9.1-b7b2f60f'
|
||||
},
|
||||
ZEC: {
|
||||
url: 'https://z.cash/downloads/zcash-2.0.5-2-linux64.tar.gz',
|
||||
dir: 'zcash-2.0.5-2/bin'
|
||||
url: 'https://z.cash/downloads/zcash-2.0.6-linux64.tar.gz',
|
||||
dir: 'zcash-2.0.6/bin'
|
||||
},
|
||||
DASH: {
|
||||
url: 'https://github.com/dashpay/dash/releases/download/v0.14.0.1/dashcore-0.14.0.1-x86_64-linux-gnu.tar.gz',
|
||||
url: 'https://github.com/dashpay/dash/releases/download/v0.14.0.2/dashcore-0.14.0.2-x86_64-linux-gnu.tar',
|
||||
dir: 'dashcore-0.14.0/bin'
|
||||
},
|
||||
LTC: {
|
||||
|
|
@ -41,8 +41,8 @@ const BINARIES = {
|
|||
dir: 'litecoin-0.16.3/bin'
|
||||
},
|
||||
BCH: {
|
||||
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.7/bin',
|
||||
url: 'https://download.bitcoinabc.org/0.19.10/linux/bitcoin-abc-0.19.10-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'bitcoin-abc-0.19.10/bin',
|
||||
files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue