mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-26 06:28:07 +00:00
Merge branch 'master' of github.com:mynodebtc/mynode
This commit is contained in:
commit
23ee4071e6
|
@ -29,11 +29,11 @@ https://mynodebtc.com/order_now
|
|||
## 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)
|
||||
- Electrum Server (Electrum Rust Server aka Electrs 0.8.5)
|
||||
- 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 Whirlpool (whirlpool-client-cli v0.10.5)
|
||||
- BTC RPC Explorer (v2.0.2)
|
||||
|
|
|
@ -139,7 +139,7 @@ usermod -aG docker root
|
|||
|
||||
# Upgrade BTC
|
||||
echo "Upgrading BTC..."
|
||||
BTC_VERSION="0.20.0"
|
||||
BTC_VERSION="0.20.1"
|
||||
ARCH="UNKNOWN"
|
||||
if [ $IS_RASPI = 1 ]; then
|
||||
ARCH="arm-linux-gnueabihf"
|
||||
|
|
|
@ -240,7 +240,7 @@ rm -rf /etc/update-motd.d/*
|
|||
|
||||
|
||||
# Install Bitcoin
|
||||
BTC_VERSION="0.20.0"
|
||||
BTC_VERSION="0.20.1"
|
||||
ARCH="UNKNOWN"
|
||||
if [ $IS_RASPI = 1 ]; then
|
||||
ARCH="arm-linux-gnueabihf"
|
||||
|
|
Loading…
Reference in New Issue
Block a user