diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..e4ecc8708 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +home.admin/.DS_Store diff --git a/README.md b/README.md index 343f10cd7..d5aaa1ca4 100644 --- a/README.md +++ b/README.md @@ -188,21 +188,21 @@ After the wallet was created the Lightning service needs to scan the Blockchain Now the setup process is almost done and the RaspiBlitz needs a reboot: -INSERT PHOTO HERE +![SSH9b](pictures/ssh9b-reboot.png) After reboot the RaspiBlitz is showing that the Wallet needs to be unlocked on the LCD and its ready to SSH back in: -INSERT PHOTO HERE +![SSH9c](pictures/ssh9c-unlock.png) *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: -INSERT PHOTO HERE +![SSH9d](pictures/ssh9d-unlock.png) Once the wallet is unlocked the setup is finally over and the main menu shows the option and features of the RaspiBlitz: -INSERT PHOTO HERE +![SSH9e](pictures/ssh9e-mainmenu.png) *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.* @@ -214,7 +214,7 @@ Already integrated features of the RaspiBlitz are/willbe listed as part of the m #### Status Infoscreen -INSERT PHOTO HERE +![feat-info](pictures/feature-info.png) ## Educatiuonal Tutorials diff --git a/pictures/feature-info.png b/pictures/feature-info.png new file mode 100644 index 000000000..5b259b1df Binary files /dev/null and b/pictures/feature-info.png differ diff --git a/pictures/ssh9b-reboot.png b/pictures/ssh9b-reboot.png new file mode 100644 index 000000000..570871409 Binary files /dev/null and b/pictures/ssh9b-reboot.png differ diff --git a/pictures/ssh9c-unlock.png b/pictures/ssh9c-unlock.png new file mode 100644 index 000000000..1d5f968ca Binary files /dev/null and b/pictures/ssh9c-unlock.png differ diff --git a/pictures/ssh9d-unlock.png b/pictures/ssh9d-unlock.png new file mode 100644 index 000000000..6f889a81a Binary files /dev/null and b/pictures/ssh9d-unlock.png differ diff --git a/pictures/ssh9e-mainmenu.png b/pictures/ssh9e-mainmenu.png new file mode 100644 index 000000000..36bb7d353 Binary files /dev/null and b/pictures/ssh9e-mainmenu.png differ