Skip to content

Releases: openoms/raspiblitz

DroidBlitz v1.3

08 Sep 10:14
Compare
Choose a tag to compare

The image is for:

  • Odroid HC1 / HC2
  • Odroid XU4 / XU4Q

Download from:

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:


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

05 Aug 20:36
Compare
Choose a tag to compare
Raspiblitz v1.3 RC2 Pre-release
Pre-release

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?

DroidBlitz v1.2

18 Jun 14:24
Compare
Choose a tag to compare

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