chore: update bitcoind, default to bech32

This commit is contained in:
Neal 2022-05-03 14:03:15 -04:00
parent e90904537d
commit f0c063520d
2 changed files with 10 additions and 3 deletions

View file

@ -23,8 +23,8 @@ module.exports = {
const BINARIES = {
BTC: {
url: 'https://bitcoincore.org/bin/bitcoin-core-22.0/bitcoin-22.0-x86_64-linux-gnu.tar.gz',
dir: 'bitcoin-22.0/bin'
url: 'https://bitcoincore.org/bin/bitcoin-core-23.0/bitcoin-23.0-x86_64-linux-gnu.tar.gz',
dir: 'bitcoin-23.0/bin'
},
ETH: {
url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.17-25c9b49f.tar.gz',