From d2a06305b024c06def31faa7954291447ba5174f Mon Sep 17 00:00:00 2001 From: openoms Date: Fri, 5 Feb 2021 11:29:01 +0000 Subject: [PATCH] zeus: generate QRcode on windows --- Zeus_to_RaspiBlitz_through_Tor.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Zeus_to_RaspiBlitz_through_Tor.md b/Zeus_to_RaspiBlitz_through_Tor.md index f065988..a4f6f1c 100644 --- a/Zeus_to_RaspiBlitz_through_Tor.md +++ b/Zeus_to_RaspiBlitz_through_Tor.md @@ -30,6 +30,14 @@ After the dependencies have been installed with the script above a QRcode with a $ lndconnect --host=$(sudo cat /mnt/hdd/tor/lndrest8080/hostname) --port=8080 ``` +If the QRcode does not fit the terminal generate a the lndconnect string by adding the `-j` option: +```bash +$ lndconnect --host=$(sudo cat /mnt/hdd/tor/lndrest8080/hostname) --port=8080 -j +``` +use a local QRcode generator to display the image (never paste the string into a website). +A list of open-source QRcode generators for Windows: +https://listoffreeware.com/open-source-qr-code-generator-software-windows/ + --- ## Deprecated manual instructions: