chore: update zec, bch, eth nodes
This commit is contained in:
parent
a402d4244b
commit
d53b8460bd
1 changed files with 6 additions and 6 deletions
|
|
@ -25,12 +25,12 @@ const BINARIES = {
|
||||||
dir: 'bitcoin-0.20.1/bin'
|
dir: 'bitcoin-0.20.1/bin'
|
||||||
},
|
},
|
||||||
ETH: {
|
ETH: {
|
||||||
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.9.25-e7872729.tar.gz',
|
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.2-97d11b01.tar.gz',
|
||||||
dir: 'geth-linux-amd64-1.9.25-e7872729'
|
dir: 'geth-linux-amd64-1.10.2-97d11b01'
|
||||||
},
|
},
|
||||||
ZEC: {
|
ZEC: {
|
||||||
url: 'https://z.cash/downloads/zcash-4.3.0-linux64-debian-stretch.tar.gz',
|
url: 'https://z.cash/downloads/zcash-4.4.0-linux64-debian-stretch.tar.gz',
|
||||||
dir: 'zcash-4.3.0/bin'
|
dir: 'zcash-4.4.0/bin'
|
||||||
},
|
},
|
||||||
DASH: {
|
DASH: {
|
||||||
url: 'https://github.com/dashpay/dash/releases/download/v0.16.1.1/dashcore-0.16.1.1-x86_64-linux-gnu.tar.gz',
|
url: 'https://github.com/dashpay/dash/releases/download/v0.16.1.1/dashcore-0.16.1.1-x86_64-linux-gnu.tar.gz',
|
||||||
|
|
@ -41,8 +41,8 @@ const BINARIES = {
|
||||||
dir: 'litecoin-0.18.1/bin'
|
dir: 'litecoin-0.18.1/bin'
|
||||||
},
|
},
|
||||||
BCH: {
|
BCH: {
|
||||||
url: 'https://github.com/bitcoin-cash-node/bitcoin-cash-node/releases/download/v22.2.0/bitcoin-cash-node-22.2.0-x86_64-linux-gnu.tar.gz',
|
url: 'https://github.com/bitcoin-cash-node/bitcoin-cash-node/releases/download/v23.0.0/bitcoin-cash-node-23.0.0-x86_64-linux-gnu.tar.gz',
|
||||||
dir: 'bitcoin-cash-node-22.2.0/bin',
|
dir: 'bitcoin-cash-node-23.0.0/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