Merge branch 'master' of github.com:mynodebtc/mynode

This commit is contained in:
Taylor Helsper 2020-08-10 23:08:51 -05:00
commit 23ee4071e6
3 changed files with 4 additions and 4 deletions

View File

@ -29,11 +29,11 @@ https://mynodebtc.com/order_now
## Features ## Features
Each myNode device comes with a number of wonderful features: Each myNode device comes with a number of wonderful features:
- Bitcoin Node (Bitcoin Core v0.20.0) - Bitcoin Node (Bitcoin Core v0.20.1)
- Lightning Node (LND v0.10.3-beta) - Lightning Node (LND v0.10.3-beta)
- Electrum Server (Electrum Rust Server aka Electrs 0.8.5) - Electrum Server (Electrum Rust Server aka Electrs 0.8.5)
- BTCPay Server (v1.0.4.4) - BTCPay Server (v1.0.4.4)
- RTL (Ride the Lightning) - Lightning Wallet (v0.7.1) - RTL (Ride the Lightning) - Lightning Wallet (v0.8.3-beta)
- Samourai Dojo (v1.5.0) - Samourai Dojo (v1.5.0)
- Samourai Whirlpool (whirlpool-client-cli v0.10.5) - Samourai Whirlpool (whirlpool-client-cli v0.10.5)
- BTC RPC Explorer (v2.0.2) - BTC RPC Explorer (v2.0.2)

View File

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

View File

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