readme update

This commit is contained in:
openoms
2020-03-18 07:51:16 +00:00
parent cc8944aab9
commit 2e2c51ff80
2 changed files with 5 additions and 2 deletions

View File

@@ -46,8 +46,11 @@ Start at <https://github.com/rootzoll/raspiblitz>
ZeroTier is a VPN service which is an easy option to connect remotely when neither port forwarding nor using Tor is possible (e.g. iOS on a remote network)
The drawback is that it requires installing a trusted package which gives access to your private network.
* #### [RaspiBlitz updates](raspiblitz.updates/README.md)
Update scripts for the RaspiBlitz and compatible systems.
* #### [LND updates](https://github.com/openoms/lightning-node-management/blob/master/lnd.updates/README.md)
Automated scripts to download, verify and update LND to the latest release or build from source up to a chosen commit.
Scripts to download, verify and update LND to the latest release or build from source up to a chosen commit.
* #### [Zap Desktop Lightning wallet connection](ZAPtoRaspiBolt/README.md)
The desktop app [ZAP](https://github.com/LN-Zap/zap-desktop) is a cross platform Lightning Network wallet focused on user experience and ease of use.

View File

@@ -4,7 +4,7 @@
### [v0.19.1](/raspiblitz.updates/bitcoincore.update.v0.19.1.sh)
* Not compatible with LND under v0.8.1, use with RaspiBlitz v1.4 or update LND first.
* To download and run with a single line paste to the RaspiBlitz terminal:
`$ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/raspiblitz.updates/bitcoincore.update.v0.19.1.sh && bash bitcoincore.update.v0.19.1.sh`
`$ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/raspiblitz.updates/bitcoincore.update.v0.19.1.sh && bash bitcoincore.update.v0.19.1.sh`
## LND updates