prepare version 1.5 fields

This commit is contained in:
rootzoll 2020-03-18 12:26:55 -07:00
parent 1248036521
commit caca99af22
4 changed files with 16 additions and 9 deletions

7
FAQ.md
View file

@ -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:

View file

@ -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**

View file

@ -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 ""

View file

@ -1,2 +1,2 @@
# RaspiBlitz Version - always [main].[sub]
codeVersion="1.4"
codeVersion="1.5"