chore: upgrade geth, downgrade bitcoind

This commit is contained in:
naconner 2021-08-04 06:47:56 -04:00 committed by Josh Harvey
parent 87adf7578b
commit 39b10d60fd

View file

@ -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',