Raspiblitz v1.3 RC2
Pre-releaseCompatible with the Raspberry Pi 4 and 3
Download the SDcard image from: https://mega.nz/#F!AMc3RABR!EisZPKYKGywVh8OO3VVmZw
Check the integrity with:
sha256sum raspiblitz-v1.3RC2-2019-08-05.img.gz
The result must be:
e2aa397a42ff86c13b6a1282c5ec4d92abf93274fbcb82ed16016a071de47dfb raspiblitz-v1.3RC2-2019-08-05.img.gz
Burn with Etcher.
Log in with:
ssh admin@RAPIBLITZ_IP
password: raspiblitz
Based on the Rasbian Buster with Desktop
https://downloads.raspberrypi.org/raspbian_latest
Bitcoin Core: 0.18.0
LND: 0.7.1
Built with:
wget https://raw.githubusercontent.com/openoms/raspiblitz/1.3RC2/build_sdcard.sh && sudo bash build_sdcard.sh 1.3RC2 openoms
To build from the most up to date v1.3 branch of rootzoll, use:
wget https://raw.githubusercontent.com/rootzoll/raspiblitz/v1.3/build_sdcard.sh && sudo bash build_sdcard.sh v1.3 rootzoll
SDcard build log: https://gist.github.com/openoms/0d186e22fd4d3e22cfff34f26e1e7fae
Known issues:
- RTL does not work out of the box (manual install should be possible): https://github.com/ShahanaFarooqui/RTL/issues/173
- Tor was not working on the previous 1.3 RC1 release: raspiblitz#592
- RTL hangs on RPI idle: raspiblitz#700
- Problems with initial setup on 1.3 rc1: raspiblitz#704
Clues to build a release yourself:
How can I checkout a new branch from the RaspiBlitz repo to my forked repo?
What is the process of creating a new sd card image release?