From 42fd328700e5f43bc35fe860faf0ee9fb54621d6 Mon Sep 17 00:00:00 2001 From: openoms Date: Mon, 5 Aug 2019 07:11:35 +0100 Subject: [PATCH] move lnd.updates to lightning-node-management repo --- README.MD | 2 +- lnd.updates/README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 7a36916..a22e00a 100644 --- a/README.MD +++ b/README.MD @@ -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) diff --git a/lnd.updates/README.md b/lnd.updates/README.md index 25a3ba8..30e122c 100644 --- a/lnd.updates/README.md +++ b/lnd.updates/README.md @@ -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`