diff --git a/README.md b/README.md index 0f8e4ea5a..343f10cd7 100644 --- a/README.md +++ b/README.md @@ -174,14 +174,16 @@ To connect the 2nd HDD to the RaspiBlitz, the use of a Y cable to provide extra 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: -INSERT PHOTO HERE +![SSH7](pictures/ssh7-lndinit.png) The creation of the Lightning Bitcoin Wallet gets done with the command: `lncli create` the RaspiBlitz is calling in the background. -INSERT PHOTO HERE +![SSH8](pictures/ssh8-wallet.png) 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](pictures/ssh9-lndscan.png) + *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: diff --git a/pictures/ssh7-lndinit.png b/pictures/ssh7-lndinit.png new file mode 100644 index 000000000..4c1e428ee Binary files /dev/null and b/pictures/ssh7-lndinit.png differ diff --git a/pictures/ssh8-wallet.png b/pictures/ssh8-wallet.png new file mode 100644 index 000000000..1c06e2067 Binary files /dev/null and b/pictures/ssh8-wallet.png differ diff --git a/pictures/ssh9-lndscan.png b/pictures/ssh9-lndscan.png new file mode 100644 index 000000000..4234d7161 Binary files /dev/null and b/pictures/ssh9-lndscan.png differ