From 0fb4d975dd216d0aaef303f9550a2202ebd7d2a2 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Tue, 18 Jun 2019 20:24:33 +0200 Subject: [PATCH] note tor slow sync --- home.admin/20setupDialog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/20setupDialog.sh b/home.admin/20setupDialog.sh index 36be06a4d..ad7176eb1 100755 --- a/home.admin/20setupDialog.sh +++ b/home.admin/20setupDialog.sh @@ -72,7 +72,7 @@ dialog --backtitle "RaspiBlitz" --msgbox "OK - RPC password changed \n\nNow star whiptail --title ' Privacy Level - How do you want to run your node? ' --yes-button='Public IP' --no-button='TOR NETWORK' --yesno " Running your node with your Public IP is the default but might reveal your personal identity and location.\n -You can better protect your privacy with running your node as a Hidden Service within the TOR network, but that makes it harder to connect with other non-TOR nodes and remote mobile apps. +You can better protect your privacy with running your node as a Hidden Service within the TOR network, but that makes syncing slower, makes it harder to connect with other non-TOR nodes and remote mobile apps. " 14 75 if [ $? -eq 1 ]; then echo "runBehindTor=on" >> /home/admin/raspiblitz.info