mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
try tor without tlscert
This commit is contained in:
parent
256c27cd2c
commit
3706646145
@ -61,7 +61,7 @@ echo "generating QR code ... please wait"
|
||||
whiptail --backtitle "Fund your on chain wallet" \
|
||||
--title "Send ${coininfo}" \
|
||||
--yes-button "DONE" \
|
||||
--no-button "Show QR Code" \
|
||||
--no-button "Console QRcode" \
|
||||
--yesno "${msg}" 0 0
|
||||
|
||||
# display QR code
|
||||
|
@ -94,8 +94,7 @@ elif [ "${targetWallet}" = "sendmany-android" ]; then
|
||||
|
||||
connector="lndconnect"
|
||||
if [ ${forceTOR} -eq 1 ]; then
|
||||
port="8080"
|
||||
#extraparamter="--nocert"
|
||||
extraparamter="--nocert"
|
||||
fi
|
||||
port="8080"
|
||||
|
||||
@ -206,7 +205,7 @@ msg=""
|
||||
if [ $(echo "${host}" | grep -c '192.168') -gt 0 ]; 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="You should now see the pairing QR code on the RaspiBlitz LCD.\n\n${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 <continue> or <show QR code> to see it in this window."
|
||||
msg="You should now see the pairing QR code on the RaspiBlitz LCD.\n\n${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 <continue> or <console QRcode> to see it in this window."
|
||||
whiptail --backtitle "Connecting Mobile Wallet" \
|
||||
--title "Pairing by QR code" \
|
||||
--yes-button "continue" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user