Skip to content

Commit 4c4235f

Browse files
committed
move files to lnd.updates
1 parent 9aa0384 commit 4c4235f

File tree

7 files changed

+13
-11
lines changed

7 files changed

+13
-11
lines changed

README.MD

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,8 @@ More here:
2323
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)
2424
The drawback is that it requires installing a trusted package which gives access to your private network.
2525

26-
* #### [RaspiBlitz: update LND to v0.7.0-beta-rc2](lnd.update.v0.7.0-beta-rc2.sh)
27-
Download and run the script to update:
28-
`$ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.update.v0.7.0-beta-rc2.sh && sudo bash lnd.update.v0.7.0-beta-rc2.sh`
29-
30-
* #### [RaspiBlitz: build LND from source](lnd.from.source.sh)
31-
Download and run this script on the RaspiBlitz:
32-
`$ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.from.source.sh && sudo bash lnd.from.source.sh`
33-
34-
Will ask for the commit to checkout from.
35-
Choose a commit ID from this list: https://github.com/lightningnetwork/lnd/commits/master
36-
26+
* #### [RaspiBlitz: LND updates](lnd.updates/README.md)
27+
Automated scripts to download, verify and update LND to the latest release or build from source up to a chosen commit.
3728

3829
* #### [RaspiBlitz: Connect the Zap Desktop Lightning wallet](ZAPtoRaspiBolt/README.md)
3930
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.

lnd.updates/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
* #### [RaspiBlitz: update LND to v0.7.0-beta-rc2](lnd.update.v0.7.0-beta-rc2.sh)
2+
Download and run the script to update:
3+
`$ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.update.v0.7.0-beta-rc2.sh && sudo bash lnd.update.v0.7.0-beta-rc2.sh`
4+
5+
* #### [RaspiBlitz: build LND from source](lnd.from.source.sh)
6+
Download and run this script on the RaspiBlitz:
7+
`$ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/lnd.from.source.sh && sudo bash lnd.from.source.sh`
8+
9+
Will ask for the commit to checkout from.
10+
Choose a commit ID from this list: https://github.com/lightningnetwork/lnd/commits/master
11+
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)