You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 KiB

[ Hardware ] -- [ Setup ] -- [ Documentation ] -- [ Education ] -- [ Development ]


RaspiBlitz

Fastest and cheapest way to get your own Lightning Node running - on a RaspberryPi with a nice LCD.

RaspiBlitz

This tutorial is based on the RaspiBolt project - you can find in detail here: https://github.com/Stadicus/guides/blob/master/raspibolt The RaspiBlitz serves as a shortcut through this setup process with some changes and an additional LCD display so that you can quickly experiment with a Lightning node and start working on your LApps on a hacking event (or at home). This shortcut is fine for testnet usage and maybe trying some small things on mainnet. But if you choose to go full reckless afterwards … please consider taking the time and work thru the original RaspiBolt project. Don’t trust us, verify.

Table of Contents

  • [ Hardware ] Shopping Lists and Putting all together
  • [ Setup ] Init and Setup your RaspiBlitz Lightning Node
  • [ Documentation ] Features and Usecases
  • [ Education ] Tutorials with the RaspiBlitz to learn about Lightning
  • [ Development ] Lets work together on the RaspiBlitz

Hardware Needed (Amazon Shopping List)

The RaspiBlitz software is build and tested for the following Hardware set that you can buy cheap on Amazon.de:

Total Price: 127,31 EUR (thats under 150 USD)

Amazon shopping lists for different countries: [ USA ] [ UK ] [ FR ]

You can even pay your RaspiBlitz Amazon Shopping with Bitcoin & Lightning thru Bitrefill.

Optional Hardware

Some optional goodies to consider to add to your shopping list for your RaspiBlitz (Amazon DE/US):

If you organizing an educational event where you want to support people learning on and with multiple RaspiBlitz, here is a package list of useful hardware to have at that event: [ Event Package List ]

Prepare your Hardware

There are two ways to start:

Scenario 1: “At a Hackathon/Event”

If you are at an event, ask for a ready-2-go set or if you have your own hardware ask for assistance to prepare your SD-Card and HDD. Then you are all set and and you can proceed with "Setup your RaspiBlitz".

Scenario 2 “Start at Home”

You got all the hardware of the shopping list above and you have no further assistance. Then you need to prepare your SD-Card yourself .. this scenario is still experimental, feedback needed and can take some time.

  1. Download SD-Card image: http://wiki.fulmo.org/downloads/raspiblitz-2018-08-02.img.gz

  2. Write the SD-Card image to your SD Card - if you need details, see here: https://www.raspberrypi.org/documentation/installation/installing-images/README.md

Boot your RaspiBlitz

Connect all hardware like on photo and boot it up by connecting the power.

HardwareSetup

When everything boots up correctly, you should see the local IP address of your RaspiBlitz on the LCD panel.

LCD0

So open up a terminal and connect thru SSH with the command displayed by the RaspiBlitz:

ssh admin@[YOURIP] → use password: raspiblitz

Now follow the dialoge in your terminal. This can take some time (prepare some coffee) - but in the end you should have a running Lightning node on your RaspberryPi that you can start to learn and hack on.

Documentation

Setup Process

The goal is, that all information needed is provided from the interaction with the RaspiBlitz itself during the setup. Documentation in this chapter is for background, comments for educators and help in special edge cases.

Init

Automatically after login per SSH as admin to the RaspiBlitz, the user can choose if the RaspiBlitz should combine Bitcoin or Litecoin with Lightning:

SSH0

Setting Up the Raspi is the only option at this point, so we go with OK.

Background: This menu is displayed by the script 00mainMenu.sh and started automatically on every login of the admin user by admins .bashrc. If you want to get to the normal terminal prompt after login, just use CTRL-c. If you press OK in the dialog the script 10setupBlitz.sh gets started

First thing to setup is giving your RaspiBlitz an name:

SSH2

This name is given to the RaspiBlitz as hostname in the local network and later on also for the alias of the lightning node.

Background: This and the following setup dialogues are part of the script 20initDialog.sh. The idea is to request much as needed setup information from the user at the start in this dialogs, so after that the setup can just run without many breaks.

Then the user gets requested to write down 4 passwords:

SSH1

Background: The password A,B,C & D idea is directly based in the RaspiBolt Guide Preperations

Then the user is asked to enter the Password A:

SSH3a

On the next SSH login to the RaspiBlitz as admin, this new password has to be used. Its also set for the user existing user: root, bitcoin & pi. But only admin can be used to login per SSH.

Background: The bitcoin and lightning processes will run in the background (as daemon) and use the separate user “bitcoin” for security reasons. This user does not have admin rights and cannot change the system configuration.

Then the user is asked to enter the Password B:

SSH3b

Background: The other passwords C & D get entered by the lightning wallet setup. This can just happen later ... so they will not get requested at this point.

After this the setup process needs some time and the user will see a lot of console outputs:

SSH4

Background: After the user interaction the following scripts are started to automatically setup the RaspiBlitz:

  • 30initHDD.sh - it checks if the HDD needs to be formatted with Ext4
  • 40addHDD.sh - adds the HDD for permanent mounting on /mnt/hdd
  • 10setupBlitz.sh - now takes care that the HDD contains the blockchain

The following screen is just shown, if the HDD was not prepared with a copy of the Bitcoin blockchain (as part of a ready-2-go set). The following options are offered to get a copy:

SSH5

The option "SYNC" should just be use as a fallback. So normally you have the following two options:

Download the Blockchain

This is the recommended way for users that are making the setup at home without any further assistance but can take quite some time. You can choose to download over TORRENT or FTP-DOWNLOAD. Choose the FTP is the torrent if not working for you. To stop torrent and choose another option use CTRL+z and then start './10setupBlitz.sh' from terminal.

Copy the Blockchain

To copy the blockchain from another HDD can be faster - if available. If you choose this option the, the console requests you to connect the second HDD and will autmatically detect it:

SSH6b

You can simply use the HDD of another RaspiBlitz or you prepare a HDD yourself by:

  • format second HDD with exFAT (availbale on Windows and Mac)
  • copy an indexed Blockchain into the root folder "bitcoin"
  • when youre HDD is ready the content of your folder bitcoin should look like this:

BitcoinFolderData

To connect the 2nd HDD to the RaspiBlitz, the use of a Y cable to provide extra power is recommended (see optional shopping list). Because the RaspiBlitz cannot run 2 HDDs without extra power. For extra power you can use a battery pack, like in this picture:

ExtraPower

*Background: If the blockchain was already on the HDD or was acquired successfully, the script 60finsihHDD.sh will be called. It will further prepare the HDD and start the bitcoin service.

Lightning

Before the lighting service can be started the Bitcoin service needs to make sure that the blockchain is up to date. The downloaded blockchain data could be several weeks old - this could take some minutes. Then the Lightning Service gets started and a wallet can be created:

SSH7

The creation of the Lightning Bitcoin Wallet gets done with the command: lncli create the RaspiBlitz is calling in the background.

SSH8

After the wallet was created the Lightning service needs to scan the Blockchain ... this can take some time. If needed the user can close the SSH session with the RaspiBlitz during that time (progress is displayed on the LCD as status). On SSH back in just continue with the setup process.

SSH9

Background: Blockchain synup, LND wallet creation and LND scanning is all done within the script 70initLND.sh

Now the setup process is almost done and the RaspiBlitz needs a reboot:

SSH9b

After reboot the RaspiBlitz is showing that the Wallet needs to be unlocked on the LCD and its ready to SSH back in:

SSH9c

Background: The LND wallet needs to get unlocked on every new start of the RaspiBlitz. The status information loop on the LCD is done by the script '00infoBlitz.sh'

After SSH back in as admin the main menu shows the unlock option:

SSH9d

Once the wallet is unlocked the setup is finally over and the main menu shows the option and features of the RaspiBlitz:

SSH9e

Background: The script 00mainMenu.sh is now the place to offer further features und extend the possibilities of the RaspiBlitz. Feel free to come up with ideas. Check out the developer section at the end of this page.

Features

But you manually extened your RaspiBlitz with features listed in the RaspiBlot Guide: https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_60_bonus.md

Already integrated features of the RaspiBlitz are/willbe listed as part of the main menu after connecting per ssh with the admin user.

Background: The script 91addBonus.sh is the place to put your setup of features you want to add to RaspiBlitz. Its run at the end of the automated setup process before final reboot. To make the feature executable for the user, add a new option to the 00mainMenu.sh

Status Infoscreen

feat-info

Detailed Balances and Channel Info

bonus-lnbalance bonus-lnchannels

Educational Tutorials

Once the Setup Process is done, the learning and building should begin ... more detailed educational content should be added in this section in the future.

A good way to start for now is to get some Testnet coins, connect to other peers and make your first transactions. You find tutorials for this at the original RaspiBolt guide: https://github.com/Stadicus/guides/blob/master/raspibolt/raspibolt_40_lnd.md#get-some-testnet-bitcoin

Further Development of RaspiBlitz

The RaspiBlitz was developed on the basis of the RaspiBolt Guide to run LND on a RaspberryPi: https://github.com/Stadicus/guides/blob/master/raspibolt - the idea was to prepare as much as possible and have it on a SD-card ready to startup quickly. The configuration should be automated by scripts combined with some very basic user interaction thru the terminal for adminstration. The LCD should provide basic information, so that the health and state of the RaspiBlitz could be monitored with ease. The LCD has also basic touch support and could be used for direct and fast daily interactions.

The goal of the RaspiBlitz is to provide a out-of-the-box hardware lightning node to learn the basics of being part of the decentralized network and to quickly start building your own applications based on lightning (LApps) - at home or at educational/hacking events. With the well known GPIO-Pins of the RaspberryPi, low-cost entry point and its rich hardware extension ecosystem it seems like the perfect device to foster the communities creativity. Lets keep crypto weird.

Everybody is welcome to join, improve and extend the RaspiBlitz - its a work in progress. Check the issues if you wanna help out or add new ideas. You find the scripts used for RaspiBlitz interactions on the device at /home/admin or in this git repo in the subfolder home.admin. More to come.

Join me on twitter @rootzoll, visit us at a #lightninghackday in Berlin or drop by the Bitcoin Assembly at the #35C3.

IRC channel on Freenode irc://irc.freenode.net/raspiblitz