mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-23 14:40:45 +01:00
Update documentation
This commit is contained in:
parent
f480ff87eb
commit
59866f95cb
2 changed files with 8 additions and 5 deletions
6
FAQ.md
6
FAQ.md
|
@ -60,9 +60,9 @@ When update/recover process is ready you will see a `FINAL RECOVER LOGIN NEEDED`
|
|||
|
||||
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 released image after download?
|
||||
## 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 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 image was actually build by the lead developer of the RaspiBlitz project.
|
||||
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:
|
||||
|
||||
|
@ -70,7 +70,7 @@ To verify that the download was actually signed by [rootzoll](https://keybase.io
|
|||
curl https://keybase.io/rootzoll/pgp_keys.asc | gpg --import
|
||||
```
|
||||
|
||||
Then download the signature file for the download. Its 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.
|
||||
After this download the "signature file" for the sd card image. Its 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:
|
||||
|
||||
|
|
|
@ -95,11 +95,14 @@ HTTP: https://raspiblitz.com/raspiblitz-v1.3RC5-2019-08-13.img.gz
|
|||
|
||||
Torrent: [TO BE RELEASED]
|
||||
|
||||
SHA-256: d62dad4c93b581153554bd02ce7566d37c0d9fd213a7865bc11deb5fe3115b13
|
||||
SHA-256: d62dad4c93b581153554bd02ce7566d37c0d9fd213a7865bc11deb5fe3115b13 or [SIGNATURE](https://raspiblitz.com/raspiblitz-v1.3RC5-2019-08-13.img.gz.sig)
|
||||
|
||||
* [How to update my RaspiBlitz?](FAQ.md#how-to-update-my-raspiblitz-from-v12)
|
||||
|
||||
**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
|
||||
You need to write the dowloaded sd card image (the img.gz-file) to your sd card - you can use the very easy tool Balena Etcher for this:
|
||||
https://www.balena.io/etcher/ .. its available for Win, Mac & Linux.
|
||||
|
||||
* [How to update my RaspiBlitz?](FAQ.md#how-to-update-my-raspiblitz-from-v12)
|
||||
* [Whats new in Version 1.3 of RaspiBlitz?](FAQ.md#whats-new-in-version-13-of-raspiblitz)
|
||||
|
|
Loading…
Add table
Reference in a new issue