mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 13:20:56 +02:00
#1007 added link to issue list
This commit is contained in:
parent
9aecd7ab68
commit
702831324a
114
FAQ.md
114
FAQ.md
@ -25,6 +25,8 @@ Beside many small improvements and changes, these are most important changes:
|
||||
- New: Recovery Sheet (PDF)
|
||||
- Experimental: BTRFS [details](https://de.wikipedia.org/wiki/Btrfs)
|
||||
|
||||
For full details see issue list of [Release 1.4 Milestone](https://github.com/rootzoll/raspiblitz/milestone/7?closed=1).
|
||||
|
||||
## Whats new in Version 1.3 of RaspiBlitz?
|
||||
|
||||
Version 1.3 is using the new Raspbian Buster that is ready to use with the RaspberryPi 4 (also still works with RaspberryPi 3).
|
||||
@ -50,62 +52,6 @@ Version 1.3 is using the new Raspbian Buster that is ready to use with the Raspb
|
||||
|
||||
For full details see issue list of [Release 1.3 Milestone](https://github.com/rootzoll/raspiblitz/milestone/6?closed=1).
|
||||
|
||||
## How to update my RaspiBlitz from v1.3?
|
||||
|
||||
The update should be quite simple - you don't need to close any channels:
|
||||
|
||||
- Best is to get a second 16GB or 32GB sd card - but you can also reuse your old one
|
||||
- In SSH main menu of you RaspiBlitz choose `UPDATE` & follow the dialogs until shutdown
|
||||
- Download the new RaspiBlitz image file from the [GitHub README](https://github.com/rootzoll/raspiblitz/blob/master/README.md#installing-the-software)
|
||||
- Write the new image to the (new) sd card with a tool like [balena etcher](https://www.balena.io/etcher/)
|
||||
- RaspiBlitz with new sd card image - it now goes through a recover/update phase - this may take some time.
|
||||
- Once that's done, login once per SSH and use the password raspiblitz and set a new password A (can be your old one or a new one).
|
||||
|
||||
After the final reboot your RaspiBlitz should be ready running the new RaspiBlitz version.
|
||||
|
||||
## How to update my RaspiBlitz from v1.0 or v1.1?
|
||||
|
||||
For update you DON'T NEED to close any channels, remove funding or download the blockchain again.
|
||||
|
||||
Here is a YouTube video tutorial on how to update: https://www.youtube.com/watch?v=Xvn0WQfHUdI
|
||||
|
||||
Simply [Download the new RaspiBlitz SD card image](https://github.com/rootzoll/raspiblitz#installing-the-software) to your laptop and have an sd card writer ready. Then login into your RaspiBlitz with SSH and:
|
||||
|
||||
- main menu > OFF
|
||||
- remove power
|
||||
- remove SD card
|
||||
|
||||
Write the new image it to your SD card .. yes you simply overwrite the old one, it's OK, all your personal data is on the HDD. If you want to be extra safe you can make a image backup of your old sd card first - but that is optional. If you made manual changes to your RaspiBlitz with scripts on the sd card you might wanna check on this FAQ question first: [Why do I need to re-burn my SD card for an update?](FAQ.md#why-do-i-need-to-re-burn-my-sd-card-for-an-update).
|
||||
|
||||
- insert new sd card image
|
||||
- power on the RaspiBlitz again
|
||||
|
||||
You should see that it switched into recover/backup mode. It's now provisioning the fresh OS on the sd card your old settings and data. This process can take some while especially if you had RTL Web UI activated. Follow the instructions on the display ... if it takes longer then an hour .. [get support](https://github.com/rootzoll/raspiblitz#support).
|
||||
|
||||
When update/recover process is ready you will see a `FINAL RECOVER LOGIN NEEDED` message on the display. Login per SSH by using the password `raspiblitz` and set your Password A again. It can be the same as the old one, but maybe use the occasion to make password change for security reasons. If you had auto-unlock activated you might also be asked to enter your old Password C again. Then it wil make a final reboot.
|
||||
|
||||
After your RaspiBlitz is done with catching up the latest blockchain data you should see your status screen displaying your funds and channels. Your backup is complete.
|
||||
|
||||
## How to verify the sd card image after download?
|
||||
|
||||
You can do a quick check if the sha256 hash of the file you downloaded is the same as the sha256 hash mentioned below the download link or use the torrent download which will also check the file for checksum after download. But this does not prove to you that the sd card image was actually build by the lead developer of the RaspiBlitz project.
|
||||
|
||||
To verify that the download was actually signed by [rootzoll](https://keybase.io/rootzoll) you need to use GPG and import the following public key:
|
||||
|
||||
```
|
||||
curl https://keybase.io/rootzoll/pgp_keys.asc | gpg --import
|
||||
```
|
||||
|
||||
After this download the "signature file" for the sd card image. It's the same download link as for the image file - just added a `.sig` at the end. You should also find the download link for the signature file always in the README right below the image download link following the `SIGNATURE` link.
|
||||
|
||||
If you know have all the three elements needed - the imported public key, the image signature and the image file itself - you can verify the download with:
|
||||
|
||||
```
|
||||
gpg --verify [SIGNATURE-FILE] [IMAGE-FILE]
|
||||
```
|
||||
|
||||
As a result you should see a "correct signature" message with a main fingerprint the same as you can find on the [keybase.io/rootzoll](https://keybase.io/rootzoll) that is ending on `1C73 060C 7C17 6461`. If that fingerprint is correct, the sd card image you downloaded is a original release RaspiBlitz.
|
||||
|
||||
## Whats new in Version 1.2 of RaspiBlitz?
|
||||
|
||||
Version 1.2 packs some more fixes and enhancements to make the RaspiBlitz more stable, protect HDD data better and support you better in case of data corruption of the blockchain data.
|
||||
@ -154,7 +100,61 @@ Version 1.1 packs some first fixes and enhancements to make the RaspiBlitz more
|
||||
|
||||
For full details see issue list of [Release 1.1 Milestone](https://github.com/rootzoll/raspiblitz/milestone/3?closed=1).
|
||||
|
||||
Instructions on how to update see FAQ info below.
|
||||
## How to update my RaspiBlitz (since 1.2)?
|
||||
|
||||
The update should be quite simple - you don't need to close any channels:
|
||||
|
||||
- Best is to get a second 16GB or 32GB sd card - but you can also reuse your old one
|
||||
- In SSH main menu of you RaspiBlitz choose `UPDATE` & follow the dialogs until shutdown
|
||||
- Download the new RaspiBlitz image file from the [GitHub README](https://github.com/rootzoll/raspiblitz/blob/master/README.md#installing-the-software)
|
||||
- Write the new image to the (new) sd card with a tool like [balena etcher](https://www.balena.io/etcher/)
|
||||
- RaspiBlitz with new sd card image - it now goes through a recover/update phase - this may take some time.
|
||||
- Once that's done, login once per SSH and use the password raspiblitz and set a new password A (can be your old one or a new one).
|
||||
|
||||
After the final reboot your RaspiBlitz should be ready running the new RaspiBlitz version.
|
||||
|
||||
## How to update my RaspiBlitz from older versions like v1.0 or v1.1?
|
||||
|
||||
For update you DON'T NEED to close any channels, remove funding or download the blockchain again.
|
||||
|
||||
Here is a YouTube video tutorial on how to update: https://www.youtube.com/watch?v=Xvn0WQfHUdI
|
||||
|
||||
Simply [Download the new RaspiBlitz SD card image](https://github.com/rootzoll/raspiblitz#installing-the-software) to your laptop and have an sd card writer ready. Then login into your RaspiBlitz with SSH and:
|
||||
|
||||
- main menu > OFF
|
||||
- remove power
|
||||
- remove SD card
|
||||
|
||||
Write the new image it to your SD card .. yes you simply overwrite the old one, it's OK, all your personal data is on the HDD. If you want to be extra safe you can make a image backup of your old sd card first - but that is optional. If you made manual changes to your RaspiBlitz with scripts on the sd card you might wanna check on this FAQ question first: [Why do I need to re-burn my SD card for an update?](FAQ.md#why-do-i-need-to-re-burn-my-sd-card-for-an-update).
|
||||
|
||||
- insert new sd card image
|
||||
- power on the RaspiBlitz again
|
||||
|
||||
You should see that it switched into recover/backup mode. It's now provisioning the fresh OS on the sd card your old settings and data. This process can take some while especially if you had RTL Web UI activated. Follow the instructions on the display ... if it takes longer then an hour .. [get support](https://github.com/rootzoll/raspiblitz#support).
|
||||
|
||||
When update/recover process is ready you will see a `FINAL RECOVER LOGIN NEEDED` message on the display. Login per SSH by using the password `raspiblitz` and set your Password A again. It can be the same as the old one, but maybe use the occasion to make password change for security reasons. If you had auto-unlock activated you might also be asked to enter your old Password C again. Then it wil make a final reboot.
|
||||
|
||||
After your RaspiBlitz is done with catching up the latest blockchain data you should see your status screen displaying your funds and channels. Your backup is complete.
|
||||
|
||||
## How to verify the sd card image after download?
|
||||
|
||||
You can do a quick check if the sha256 hash of the file you downloaded is the same as the sha256 hash mentioned below the download link or use the torrent download which will also check the file for checksum after download. But this does not prove to you that the sd card image was actually build by the lead developer of the RaspiBlitz project.
|
||||
|
||||
To verify that the download was actually signed by [rootzoll](https://keybase.io/rootzoll) you need to use GPG and import the following public key:
|
||||
|
||||
```
|
||||
curl https://keybase.io/rootzoll/pgp_keys.asc | gpg --import
|
||||
```
|
||||
|
||||
After this download the "signature file" for the sd card image. It's the same download link as for the image file - just added a `.sig` at the end. You should also find the download link for the signature file always in the README right below the image download link following the `SIGNATURE` link.
|
||||
|
||||
If you know have all the three elements needed - the imported public key, the image signature and the image file itself - you can verify the download with:
|
||||
|
||||
```
|
||||
gpg --verify [SIGNATURE-FILE] [IMAGE-FILE]
|
||||
```
|
||||
|
||||
As a result you should see a "correct signature" message with a main fingerprint the same as you can find on the [keybase.io/rootzoll](https://keybase.io/rootzoll) that is ending on `1C73 060C 7C17 6461`. If that fingerprint is correct, the sd card image you downloaded is a original release RaspiBlitz.
|
||||
|
||||
## Can I still get version 1.2 of RaspiBlitz?
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user