Skip to content

Commit

Permalink
Update crypto node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
CrypticaScriptura authored and joshmh committed Nov 19, 2019
1 parent a8f65ca commit 88812fc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/blockchain/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ const BINARIES = {
dir: 'bitcoin-0.18.1/bin'
},
ETH: {
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.9.3-cfbb969d.tar.gz',
dir: 'geth-linux-amd64-1.9.3-cfbb969d'
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.9.7-a718daa6.tar.gz',
dir: 'geth-linux-amd64-1.9.7-a718daa6'
},
ZEC: {
url: 'https://z.cash/downloads/zcash-2.0.7-3-linux64-debian-jessie.tar.gz',
dir: 'zcash-2.0.7-3/bin'
url: 'https://z.cash/downloads/zcash-2.1.0-1-linux64-jessie.tar.gz',
dir: 'zcash-2.1.0-1/bin'
},
DASH: {
url: 'https://github.com/dashpay/dash/releases/download/v0.14.0.3/dashcore-0.14.0.3-x86_64-linux-gnu.tar.gz',
Expand All @@ -41,8 +41,8 @@ const BINARIES = {
dir: 'litecoin-0.17.1/bin'
},
BCH: {
url: 'https://download.bitcoinabc.org/0.20.2/linux/bitcoin-abc-0.20.2-x86_64-linux-gnu.tar.gz',
dir: 'bitcoin-abc-0.20.2/bin',
url: 'https://download.bitcoinabc.org/0.20.5/linux/bitcoin-abc-0.20.5-x86_64-linux-gnu.tar.gz',
dir: 'bitcoin-abc-0.20.5/bin',
files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']]
}
}
Expand Down

0 comments on commit 88812fc

Please sign in to comment.