mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-25 22:18:07 +00:00
Bump Bitcoin Core to 0.19.1 (#241)
This commit is contained in:
parent
0963616e88
commit
4fe68e4da8
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user