Skip to content

Raspiblitz v1.3 RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@openoms openoms released this 05 Aug 20:36

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

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?