Releases: openoms/raspiblitz
DroidBlitz v1.3
The image is for:
- Odroid HC1 / HC2
- Odroid XU4 / XU4Q
Download from:
- Keybase: https://keybase.pub/oms/raspiblitz_v1.3_odroid_xu4_hc1_armbian_2019_09_07/
- Mega.nz: https://mega.nz/#F!4FkSAQzb!xSKWw9UI9J2qKUqBxpPjwA (works natively in Chrome)
Verify authencity:
-
Verify that the downloaded file is intact:
$ shasum -a 256 *.img.gz
bbb82064db4fe526b0eae13ade3a106a4c6e7327e7cdca0441ec65d6b9d5cad8 raspiblitz_v1.3_odroid_xu4_hc1_armbian_2019_09_07.img.gz
-
Verify the PGP signature:
- download the .sig file from next to the image.
- Import my key:
$ curl https://keybase.io/oms/pgp_keys.asc | gpg --import
- Verify the image signature:
$ gpg --verify *.sig
- Look for:
gpg: Signature made Sat 07 Sep 2019 20:06:06 BST gpg: using RSA key 773E54244BCB4CEF373C1A9EA8133C3CF50B44E3 gpg: Good signature from "openoms <[email protected]>" [unknown]
Burn to a min 8 GB SDcard with Etcher
Based on:
- Armbian_5.95_Odroidxu4_Debian_buster_default_4.14.141_minimal
- RaspiBlitz v1.3 https://github.com/rootzoll/raspiblitz/tree/eb923e04e3ed054f5bb6e9617725d37f58f61d40
- LND v0.7.1-beta
- Bitcoin Core v0.18.1
Install the Electrum Server in Rust with this automated guide:
https://github.com/openoms/bitcoin-tutorials/blob/master/electrs/README.md
More info on the custom builds:
https://github.com/openoms/raspiblitz/tree/master/alternative.platforms
and
https://github.com/openoms/raspiblitz/issues
Raspiblitz v1.3 RC2
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:
- 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?
DroidBlitz v1.2
The image attached is to be used with:
- Odroid HC1 / HC2
- Odroid XU4 / XU4Q
Download from below or https://mega.nz/#F!4VVGRYZT!QlNxm2nXoI0GZRmedW2McA
To verify that the downloaded file is intact:
$ shasum -a 256 raspiblitz_v1.2_odroid_xu4_hc1_armbian_2019_06_12.img.gz
33c81af209f9196f2f69cb4017befeaf3f3772d158f468aea5b03eeafb956d45
Burn to a min 8 GB SDcard with Etcher
Based on the Armbian image: Armbian_5.83_Odroidxu4_Debian_stretch_next_4.14.111
LND version 0.6.1-beta
Bitcoin Core 0.17.1
The branch was tested and working on:
- Raspberry Pi
- Odroid HC1 / HC2
- Odroid XU4 / XU4Q
- Nvidia Jetson Nano
- Atomic Pi
- VirtualBox 6.0
Details on the custom builds:
https://github.com/rootzoll/raspiblitz/blob/master/alternative.platforms/README.md
and
https://github.com/openoms/droidblitz/issues