From d8c79ef496ace528a4e1c1823b5c82390ed2c996 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Tue, 17 Jul 2018 21:38:47 +0200 Subject: [PATCH] dev info --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fe80d6e..4398c49 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ When everything boots up correctly, you should see the local IP address of your So open up a [terminal](https://www.youtube.com/watch?v=5XgBd6rjuDQ) and connect thru SSH: -ssh admin@[YOURIP] → use password: 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 --> see Chapter "Your First Lightning Transaction" @@ -106,7 +106,9 @@ To connect the 2nd HDD to the RaspiBlitz, the use of a Y cable to provide extra ### Features -*TODO* +#### Status Infoscreen + +INSERT PHOTO HERE ## Educatiuonal Tutorials @@ -114,8 +116,10 @@ To connect the 2nd HDD to the RaspiBlitz, the use of a Y cable to provide extra ## Further Development of RaspiBlitz -*TODO: Documentation of how to improve and extend the RaspiBlitz together"* - +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](https://www.raspberrypi.org/documentation/usage/gpio/) 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](https://twitter.com/rootzoll), visit us at a [#lightninghackday](https://twitter.com/hashtag/LightningHackday?src=hash) in Berlin or drop by the Bitcoin Assembly at the [#35C3](https://twitter.com/hashtag/35C3).