Update bitcoind & litecoind
This commit is contained in:
parent
e795537f2b
commit
bb9adafeec
1 changed files with 4 additions and 4 deletions
|
|
@ -21,8 +21,8 @@ module.exports = {
|
|||
|
||||
const BINARIES = {
|
||||
BTC: {
|
||||
url: 'https://bitcoin.org/bin/bitcoin-core-0.16.3/bitcoin-0.16.3-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'bitcoin-0.16.3/bin'
|
||||
url: 'https://bitcoin.org/bin/bitcoin-core-0.18.0/bitcoin-0.18.0-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'bitcoin-0.18.0/bin'
|
||||
},
|
||||
ETH: {
|
||||
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.9.1-b7b2f60f.tar.gz',
|
||||
|
|
@ -37,8 +37,8 @@ const BINARIES = {
|
|||
dir: 'dashcore-0.14.0/bin'
|
||||
},
|
||||
LTC: {
|
||||
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'
|
||||
url: 'https://download.litecoin.org/litecoin-0.17.1/linux/litecoin-0.17.1-x86_64-linux-gnu.tar.gz',
|
||||
dir: 'litecoin-0.17.1/bin'
|
||||
},
|
||||
BCH: {
|
||||
url: 'https://download.bitcoinabc.org/0.19.10/linux/bitcoin-abc-0.19.10-x86_64-linux-gnu.tar.gz',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue