chore: update wallet nodes
This commit is contained in:
parent
24827d8d0b
commit
2667501e77
1 changed files with 6 additions and 6 deletions
|
|
@ -29,12 +29,12 @@ const BINARIES = {
|
||||||
dir: 'bitcoin-23.0/bin'
|
dir: 'bitcoin-23.0/bin'
|
||||||
},
|
},
|
||||||
ETH: {
|
ETH: {
|
||||||
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.25-69568c55.tar.gz',
|
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.26-e5eb32ac.tar.gz',
|
||||||
dir: 'geth-linux-amd64-1.10.25-69568c55'
|
dir: 'geth-linux-amd64-1.10.26-e5eb32ac'
|
||||||
},
|
},
|
||||||
ZEC: {
|
ZEC: {
|
||||||
url: 'https://z.cash/downloads/zcash-5.3.0-linux64-debian-bullseye.tar.gz',
|
url: 'https://z.cash/downloads/zcash-5.3.2-linux64-debian-bullseye.tar.gz',
|
||||||
dir: 'zcash-5.3.0/bin'
|
dir: 'zcash-5.3.2/bin'
|
||||||
},
|
},
|
||||||
DASH: {
|
DASH: {
|
||||||
url: 'https://github.com/dashpay/dash/releases/download/v18.1.0/dashcore-18.1.0-x86_64-linux-gnu.tar.gz',
|
url: 'https://github.com/dashpay/dash/releases/download/v18.1.0/dashcore-18.1.0-x86_64-linux-gnu.tar.gz',
|
||||||
|
|
@ -47,8 +47,8 @@ const BINARIES = {
|
||||||
dir: 'litecoin-0.21.2.1/bin'
|
dir: 'litecoin-0.21.2.1/bin'
|
||||||
},
|
},
|
||||||
BCH: {
|
BCH: {
|
||||||
url: 'https://github.com/bitcoin-cash-node/bitcoin-cash-node/releases/download/v24.1.0/bitcoin-cash-node-24.1.0-x86_64-linux-gnu.tar.gz',
|
url: 'https://github.com/bitcoin-cash-node/bitcoin-cash-node/releases/download/v26.0.0/bitcoin-cash-node-26.0.0-x86_64-linux-gnu.tar.gz',
|
||||||
dir: 'bitcoin-cash-node-24.1.0/bin',
|
dir: 'bitcoin-cash-node-26.0.0/bin',
|
||||||
files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']]
|
files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']]
|
||||||
},
|
},
|
||||||
XMR: {
|
XMR: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue