From e3e39651608c9121037c83256f875995e512e958 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Thu, 4 Apr 2019 04:34:27 +0100 Subject: [PATCH] hints on how to connect --- home.admin/97addMobileWalletLNDconnect.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/home.admin/97addMobileWalletLNDconnect.sh b/home.admin/97addMobileWalletLNDconnect.sh index 5acff1e..129f1a9 100755 --- a/home.admin/97addMobileWalletLNDconnect.sh +++ b/home.admin/97addMobileWalletLNDconnect.sh @@ -98,19 +98,18 @@ if [ ${#sshtunnel} -gt 0 ]; then fi fi -# write qr code data to text file -#echo -e "${host}:${port},\n$(xxd -p -c2000 ./.lnd/data/chain/${network}/${chain}net/admin.macaroon)," > qr.txt +# write qr code data to an image lndconnect --host=${host} --port=${port} --image -# display qr code on LCD +# display qr code image on LCD ./XXdisplayLCD.sh lndconnect-qr.png -# show pairing info +# show pairing info dialog msg="" if [ ${local} -eq 1 ]; then msg="Make sure you are on the same local network.\n(WLAN same as LAN - use WIFI not cell network on phone).\n\n" fi -msg="${msg}When you start the App choose to connect to your own node.\n\nClick on the 'Scan QR' button. Scan the QR on the LCD and or to see it in this window." +msg="${msg}When you start the App choose to connect to your own node.\n(DIY / Remote-Node / lndconnect)\n\nClick on the 'Scan QR' button. Scan the QR on the LCD and or to see it in this window." whiptail --backtitle "Connecting Mobile Wallet" \ --title "Pairing by QR code" \ --yes-button "continue" \