From f01f0433b299faf2d6303f02d334403d6ce946d7 Mon Sep 17 00:00:00 2001 From: Patrick Pachur Date: Thu, 7 Feb 2019 11:24:16 +0100 Subject: [PATCH 1/4] update to lnd v0.5.2-beta --- build.sdcard/raspbianStretchDesktop.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sdcard/raspbianStretchDesktop.sh b/build.sdcard/raspbianStretchDesktop.sh index ca8aca750..c5c7d8eca 100644 --- a/build.sdcard/raspbianStretchDesktop.sh +++ b/build.sdcard/raspbianStretchDesktop.sh @@ -296,8 +296,8 @@ echo "" echo "*** LND ***" ## based on https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_40_lnd.md#lightning-lnd -lndVersion="0.5.1-beta" -lndSHA256="c8be77708fe95d5076fa6988229100598c14ae6c54e92a56d5f09f3e17732244" +lndVersion="0.5.2-beta" +lndSHA256="09d12d4e3de3a5e9e4e171236ae0116ca92d0eae91eebbd606cda1abc6d442b1" olaoluwaPGP="BD599672C804AF2770869A048B80CD2BB8BD8132" # get LND resources From 409d6b82ad55ac53575c2c75141e9361aed99328 Mon Sep 17 00:00:00 2001 From: Patrick Pachur Date: Thu, 7 Feb 2019 11:25:50 +0100 Subject: [PATCH 2/4] also update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5129b15e4..d179fc87f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # RaspiBlitz Fastest and cheapest way to get your own Lightning Node running - on a RaspberryPi with a nice LCD. -`Version 0.98 (1.0 RC1) with lnd 0.5.1 and bitcoin 0.17.0.1 & litecoin 0.16.3.` +`Version 0.98 (1.0 RC1) with lnd 0.5.2 and bitcoin 0.17.0.1 & litecoin 0.16.3.` ![RaspiBlitz](pictures/raspiblitz.jpg) From 9ffa3569083ccbf75bbc6b01d51dc0b3e5fd3a28 Mon Sep 17 00:00:00 2001 From: Xavier Fiechter <31884704+xavierfiechter@users.noreply.github.com> Date: Sat, 9 Feb 2019 00:03:15 +0100 Subject: [PATCH 3/4] Added TOR related info about changing IPv4 address Reference: https://bitcoin.stackexchange.com/questions/84353/are-tor-onion-addresses-ip-address-independent --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5129b15e4..1d9ad4991 100644 --- a/README.md +++ b/README.md @@ -253,6 +253,8 @@ Already integrated features of the RaspiBlitz are/will be listed as part of the You can use the Switch to TOR option from the main menu to make the node reachable thru TOR. This way you can get thru a NAT without needed to open/forward ports on your router. Bitcoin and LND will have a seperate onion-address displayed on LCD and the Status Info Screen option in menu. +By using a TOR address it's possible to move the node to a different IPv4 address and keep the existing (=preciously open and funded) channels functional. + ![tor1](pictures/tor1.png) The TOR integration is experimental and at the moment there is no way to switch off TOR again. From 83f6970595a6d672bc3491216240ebb37c97370a Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Mon, 11 Feb 2019 18:08:42 +0100 Subject: [PATCH 4/4] simple back to oneshot --- home.admin/assets/background.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/assets/background.service b/home.admin/assets/background.service index a34ab1555..424182e3b 100644 --- a/home.admin/assets/background.service +++ b/home.admin/assets/background.service @@ -12,7 +12,7 @@ After=bootstrap.service [Service] User=root Group=root -Type=simple +Type=oneshot ExecStart=/home/admin/_background.sh KillMode=process Restart=always @@ -21,4 +21,4 @@ RestartSec=10 StandardOutput=journal [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=multi-user.target