move lnd.updates to lightning-node-management repo

This commit is contained in:
openoms
2019-08-05 07:11:35 +01:00
parent 19dfaf7d29
commit 42fd328700
2 changed files with 3 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ More here:
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: LND updates](lnd.updates/README.md)
* #### [RaspiBlitz: 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.
* #### [RaspiBlitz: Connect the Zap Desktop Lightning wallet](ZAPtoRaspiBolt/README.md)

View File

@@ -1,5 +1,7 @@
## Automated LND update scripts for the RaspiBlitz and compatible systems
Moved to the repo: [https://github.com/openoms/lightning-node-management](https://github.com/openoms/lightning-node-management/blob/master/lnd.updates/README.md)
#### [Build LND from source](lnd.from.source.sh)
* Download and run this script on the RaspiBlitz:
`$ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.updates/lnd.from.source.sh && sudo bash lnd.from.source.sh`