Skip to content

Releases: raspibolt/raspibolt

RaspiBolt v3

07 Dec 18:53
76e633a
Compare
Choose a tag to compare

Major update of the whole RaspiBolt guide! 🚀

The guide is now available at https://raspibolt.org/

Core guide structure

The "core" guide is defined as a basic set of guides on how to set up the Raspberry Pi and install a core set of Bitcoin and Lightning tools. It is structured as follows:

  • Intro: what is the project and why should you care?
  • Backstory: original motivation
  • Raspberry Pi: set up the system
  • Bitcoin: run Bitcoin Core, Electrum server, and a blockchain explorer
  • Lightning: run LND including web-based node management

The Bonus Section is still being updated to the new setup.

Main changes of the RaspiBolt version 3

Raspberry Pi

  • Raspberry Pi OS Lite 64-bit
  • Only standard Debian commands are used for wider compatibility
  • RaspiOS is flashed directly to an external drive, no need for a microSD card (this lowers setup complexity tremendously)
  • Individual service users for all applications
  • Data directory at /data/, by default on the same drive, but anything can be mounted
  • NGINX using dedicated reverse proxy include files for all of the exposed ports (Electrum, web apps)
  • Tor is installed from Debian repositories
  • SSH over Tor

Bitcoin

  • Bitcoin Core
    • Usage of rpcauth.py to create hashed RPC credentials, enabling cookie authentication
    • runs without wallet (prerequisite for group-based access to cookie, set via sysparms)
  • Electrs
    • updated to v0.9.2
    • compilation uses Rust repository installation
    • Elects PGP git tag verification
  • BTC RPC Explorer

Lightning

  • LND
    • updated to v0.14.0
    • automated password unlock via password file (todo: offer more secure options)
  • Ride The Lightning

Other changes

  • new dark-mode with raspberry pink glowing 80's color theme
  • added OpenGraph tags for social media previews
  • renamed files to a more atomic naming scheme

RaspiBolt v2.1

26 Mar 20:57
dec615a
Compare
Choose a tag to compare

This release adds:

  • BTC RPC Explorer: sovereign block explorer
  • link to JoinMarket guide
  • txindex=1 by default to enable additional applications
  • LND update
  • update instructions for Electrs
  • many minor fixes and improvements

A big thanks to all contributors!
@53645714n, @dalamanster, @diegogurpegui, @gcomte, @interrupt00, @kristapsk, @RiccardoMasutti

RaspiBolt v2 for Raspberry Pi 4

28 Feb 08:54
Compare
Choose a tag to compare

Second version of the RaspiBolt guide

  • validates the chain direclty on device
  • is Tor only
  • adds full Electrum server (Electrs) to use with hardware wallets

Stable original guide for Raspberry Pi 3 and newer

13 Dec 09:26
Compare
Choose a tag to compare

Thundroid [deprecated]

16 Dec 08:52
Compare
Choose a tag to compare

This guide is written for the Odroid HC1/2 platform, originially published in Odroid Magazine.
https://magazine.odroid.com/article/thundroid-perfect-bitcoin-lightning-node

It is no longer maintained and out of date.