From bb34e0b2c874eeb76fa6a49ca5c69ab4eaf6c9e1 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Fri, 21 Dec 2018 04:28:51 +0100 Subject: [PATCH] version 0.98 = 1.0 RC1 --- README.md | 8 ++++++-- build.sdcard/raspbianStretchDesktop.sh | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5dd9243..be7e4cd 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. -`Latest Version with lnd 0.5 and bitcoin 0.17.0 & litecoin 0.16.3.` +`Version 0.98 (1.0 RC1) with lnd 0.5.1 and bitcoin 0.17.0.1 & litecoin 0.16.3.` ![RaspiBlitz](pictures/raspiblitz.jpg) @@ -68,7 +68,11 @@ If you are at an event, ask for a ready-2-go set or if you have your own hardwar You got all the hardware of the shopping list above and you have no further assistance. Then you need to prepare your SD-Card yourself .. this scenario is still experimental, feedback needed and can take some time. 1. Download SD-Card image: -https://wiki.fulmo.org/downloads/raspiblitz-2018-10-20.img.gz (or [build your own](#build-the-sd-card-image)) +https://wiki.fulmo.org/downloads/raspiblitz-0.98-2018-12-20.img.gz + +SHA-256: 746ee516d37d1a2e25a65eff87c7907597ac2a386ed2c1580e8b993fc33819cc + +or [build your own SD card image](#build-the-sd-card-image) 2. Write the SD-Card image to your SD Card - if you need details, see here: https://www.raspberrypi.org/documentation/installation/installing-images/README.md diff --git a/build.sdcard/raspbianStretchDesktop.sh b/build.sdcard/raspbianStretchDesktop.sh index a192a5e..349a562 100644 --- a/build.sdcard/raspbianStretchDesktop.sh +++ b/build.sdcard/raspbianStretchDesktop.sh @@ -480,7 +480,7 @@ echo "*** Installing dirmngr ***" sudo apt install dirmngr echo "" echo "*** Fetching GPG key ***" -sudo gpg --keyserver keys.gnupg.net --recv A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 +sudo gpg --keyserver keys.gnupg.net --recv 886DDD89 sudo gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add - echo "!!!!!! Please check if the above really worked!"