mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-12 19:20:48 +02:00
Update Zeus LND connection info (#4755)
* update Zeus instructions * save also for android
This commit is contained in:
parent
d61d1b90fb
commit
1951083564
@ -172,36 +172,14 @@ Please go to MAINMENU > SYSTEM > LNDCONF and set accept-keysend=1 first.
|
|||||||
exit 0;
|
exit 0;
|
||||||
;;
|
;;
|
||||||
ZEUS_IOS)
|
ZEUS_IOS)
|
||||||
appstoreLink="https://apps.apple.com/us/app/zeus-ln/id1456038895"
|
whiptail --title "Install Zeus on your Android Phone" \
|
||||||
sudo /home/admin/config.scripts/blitz.display.sh image /home/admin/raspiblitz/pictures/app_zeus.png
|
--msgbox "Open the Android Play Store on your mobile phone.\n\nSearch for --> 'Zeus Wallet' by Atlas 21 Inc.\n\nWhen the app is installed and started --> OK" 11 65
|
||||||
whiptail --title "Install Zeus on your iOS device" \
|
|
||||||
--yes-button "Continue" \
|
|
||||||
--no-button "Link as QRcode" \
|
|
||||||
--yesno "Open the Apple App Store on your mobile phone.\n\nSearch for --> 'zeus ln'\n\nCheck that logo is like on LCD and author is: Zeus LN LLC\nWhen the app is installed and started --> Continue." 12 65
|
|
||||||
if [ $? -eq 1 ]; then
|
|
||||||
sudo /home/admin/config.scripts/blitz.display.sh qr ${appstoreLink}
|
|
||||||
/home/admin/config.scripts/blitz.display.sh qr-console ${appstoreLink}
|
|
||||||
fi
|
|
||||||
sudo /home/admin/config.scripts/blitz.display.sh hide
|
|
||||||
/home/admin/config.scripts/bonus.lndconnect.sh zeus-ios tor
|
/home/admin/config.scripts/bonus.lndconnect.sh zeus-ios tor
|
||||||
exit 0;
|
exit 0;
|
||||||
;;
|
;;
|
||||||
ZEUS_ANDROID)
|
ZEUS_ANDROID)
|
||||||
appstoreLink="https://play.google.com/store/apps/details?id=app.zeusln.zeus"
|
|
||||||
sudo /home/admin/config.scripts/blitz.display.sh image /home/admin/raspiblitz/pictures/app_zeus.png
|
|
||||||
whiptail --title "Install Zeus on your Android Phone" \
|
whiptail --title "Install Zeus on your Android Phone" \
|
||||||
--yes-button "Continue" \
|
--msgbox "Open the Android Play Store on your mobile phone.\n\nSearch for --> 'Zeus Wallet' by Atlas 21 Inc.\n\nWhen the app is installed and started --> OK" 11 65
|
||||||
--no-button "StoreLink" \
|
|
||||||
--yesno "Open the Android Play Store on your mobile phone.\n\nSearch for --> 'zeus ln'\n\nCheck that logo is like on LCD and author is: Evan Kaloudis\nWhen app is installed and started --> Continue." 12 65
|
|
||||||
if [ $? -eq 1 ]; then
|
|
||||||
sudo /home/admin/config.scripts/blitz.display.sh qr ${appstoreLink}
|
|
||||||
whiptail --title " App Store Link " --msgbox "\
|
|
||||||
To install app open the following link:\n
|
|
||||||
${appstoreLink}\n
|
|
||||||
Or scan the qr code on the LCD with your mobile phone.
|
|
||||||
" 11 70
|
|
||||||
fi
|
|
||||||
sudo /home/admin/config.scripts/blitz.display.sh hide
|
|
||||||
/home/admin/config.scripts/bonus.lndconnect.sh zeus-android tor
|
/home/admin/config.scripts/bonus.lndconnect.sh zeus-android tor
|
||||||
exit 0;
|
exit 0;
|
||||||
;;
|
;;
|
||||||
|
@ -98,7 +98,7 @@ elif [ "${targetWallet}" = "zeus-ios" ]; then
|
|||||||
usingIP2TOR="LND-REST-API"
|
usingIP2TOR="LND-REST-API"
|
||||||
forceTOR=1
|
forceTOR=1
|
||||||
host=$(sudo cat /mnt/hdd/tor/lndrest8080/hostname)
|
host=$(sudo cat /mnt/hdd/tor/lndrest8080/hostname)
|
||||||
connectInfo="- start the Zeus Wallet --> Scan Node Config\n- scan the QR code \n- save Node Config"
|
connectInfo="- Start the Zeus Wallet --> Advanced Setup\n- Connect a Node --> Use Scan Icon (upper right corner) \n- Scan QR Code from LCD -> Save Node Config"
|
||||||
|
|
||||||
elif [ "${targetWallet}" = "zeus-android" ]; then
|
elif [ "${targetWallet}" = "zeus-android" ]; then
|
||||||
|
|
||||||
@ -106,7 +106,7 @@ elif [ "${targetWallet}" = "zeus-android" ]; then
|
|||||||
usingIP2TOR="LND-REST-API"
|
usingIP2TOR="LND-REST-API"
|
||||||
forceTOR=1
|
forceTOR=1
|
||||||
host=$(sudo cat /mnt/hdd/tor/lndrest8080/hostname)
|
host=$(sudo cat /mnt/hdd/tor/lndrest8080/hostname)
|
||||||
connectInfo="- start the Zeus Wallet --> Scan Node Config\n- scan the QR code \n- save Node Config"
|
connectInfo="- Start the Zeus Wallet --> Advanced Setup\n- Connect a Node --> Use Scan Icon (upper right corner) \n- Scan QR Code from LCD -> Save Node Config"
|
||||||
|
|
||||||
elif [ "${targetWallet}" = "sendmany-android" ]; then
|
elif [ "${targetWallet}" = "sendmany-android" ]; then
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user