Bump Bitcoin Core to 0.19.1 (#241)

This commit is contained in:
Mitchell Cash 2020-03-10 00:02:11 +00:00 committed by GitHub
parent 0963616e88
commit 4fe68e4da8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ https://mynodebtc.com/order_now
## Features
Each myNode device comes with a number of wonderful features:
- Bitcoin Node (Bitcoin Core v0.19.0.1)
- Bitcoin Node (Bitcoin Core v0.19.1)
- Lightning Node (LND v0.9.0-beta)
- Electrum Server (Electrum Rust Server aka Electrs 0.7.0)
- BTCPay Server (v1.0.3.153)

View File

@ -91,7 +91,7 @@ usermod -aG docker root
# Upgrade BTC
echo "Upgrading BTC..."
BTC_VERSION="0.19.0.1"
BTC_VERSION="0.19.1"
ARCH="UNKNOWN"
if [ $IS_RASPI = 1 ]; then
ARCH="arm-linux-gnueabihf"

View File

@ -202,7 +202,7 @@ rm -rf /etc/update-motd.d/*
# Install Bitcoin
BTC_VERSION="0.19.0.1"
BTC_VERSION="0.19.1"
ARCH="UNKNOWN"
if [ $IS_RASPI = 1 ]; then
ARCH="arm-linux-gnueabihf"