diff --git a/FAQ.md b/FAQ.md index 4c6cba9ce..af94cec13 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,5 +1,12 @@ # FAQ - Frequently Asked Questions +## Whats new in Version 1.5 of RaspiBlitz? + +Beside many small improvements and changes, these are most important changes: + +- Update: LND version 0.9.2-beta +- Update: bitcoin-core version 19.1-beta + ## Whats new in Version 1.4 of RaspiBlitz? Beside many small improvements and changes, these are most important changes: diff --git a/README.md b/README.md index a53c2137c..e75d7e354 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ *Build your own Lightning Node on a RaspberryPi with a nice Display.* -`Version 1.4 with lnd 0.9.0-beta and bitcoin 0.19.0.1 or litecoin 0.17.1.` +`Version 1.5 with lnd 0.9.2-beta and bitcoin 0.19.1 or litecoin 0.17.1.` ![RaspiBlitz](pictures/raspiblitz.jpg) @@ -130,13 +130,13 @@ Add the display on top with the pins like in picture below. PlugIn the network c Your SD-card needs to contain the RaspiBlitz software. You can take the long road by [building the SD-card image yourself](#build-the-sd-card-image) or use the already prepared SD-Card image: -**Download SD-Card image - Version 1.4:** +**Download SD-Card image - Version 1.5:** -Browser: [https://raspiblitz.com/raspiblitz-v1.4-2020-02-20.img.gz](https://raspiblitz.com/raspiblitz-v1.4-2020-02-20.img.gz) +Browser: TODO -Torrent: https://github.com/rootzoll/raspiblitz/raw/v1.4/home.admin/assets/raspiblitz-v1.4-2020-02-20.img.gz.torrent +Torrent: TODO -SHA-256: 55b1989a45e99ecc56b74febddfa98f52271799105cc80900b09cc67e73df078 or [SIGNATURE](https://raspiblitz.com/raspiblitz-v1.4-2020-02-20.img.gz.sig) +SHA-256: TODO or [SIGNATURE](TODO) **Write the SD-Card image to your SD Card** diff --git a/build_sdcard.sh b/build_sdcard.sh index da6c956de..105f9aad7 100644 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -1,16 +1,16 @@ #!/bin/bash ######################################################################### # Build your SD card image based on: -# Raspbian Buster Desktop (2019-09-26) +# Raspbian Buster Desktop (2020-02-13) # https://www.raspberrypi.org/downloads/raspbian/ -# SHA256: 2c4067d59acf891b7aa1683cb1918da78d76d2552c02749148d175fa7f766842 +# SHA256: a82ed4139dfad31c3167e60e943bcbe28c404d1858f4713efe5530c08a419f50 ########################################################################## # setup fresh SD card with image above - login per SSH and run this script: ########################################################################## echo "" echo "*****************************************" -echo "* RASPIBLITZ SD CARD IMAGE SETUP v1.4 *" +echo "* RASPIBLITZ SD CARD IMAGE SETUP v1.5 *" echo "*****************************************" echo "" diff --git a/home.admin/_version.info b/home.admin/_version.info index ee06c795f..fd67e8df9 100644 --- a/home.admin/_version.info +++ b/home.admin/_version.info @@ -1,2 +1,2 @@ # RaspiBlitz Version - always [main].[sub] -codeVersion="1.4" \ No newline at end of file +codeVersion="1.5" \ No newline at end of file