try tor without tlscert

This commit is contained in:
rootzoll 2020-04-05 10:33:17 +02:00
parent 256c27cd2c
commit 3706646145
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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" \