Skip to content

Commit

Permalink
chore: upgrade geth, downgrade bitcoind
Browse files Browse the repository at this point in the history
  • Loading branch information
CrypticaScriptura authored and joshmh committed Aug 4, 2021
1 parent 304396d commit 7a5845d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/blockchain/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ module.exports = {

const BINARIES = {
BTC: {
url: 'https://bitcoincore.org/bin/bitcoin-core-0.21.1/bitcoin-0.21.1-x86_64-linux-gnu.tar.gz',
dir: 'bitcoin-0.21.1/bin'
url: 'https://bitcoincore.org/bin/bitcoin-core-0.20.1/bitcoin-0.20.1-x86_64-linux-gnu.tar.gz',
dir: 'bitcoin-0.20.1/bin'
},
ETH: {
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.4-aa637fd3.tar.gz',
dir: 'geth-linux-amd64-1.10.4-aa637fd3'
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.6-576681f2.tar.gz',
dir: 'geth-linux-amd64-1.10.6-576681f2'
},
ZEC: {
url: 'https://z.cash/downloads/zcash-4.4.1-linux64-debian-stretch.tar.gz',
Expand Down

0 comments on commit 7a5845d

Please sign in to comment.