From 1803319cbaaa1560e319fbc522f8d674a58bddda Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 4 Oct 2021 09:56:16 +0200 Subject: [PATCH] #2588 updated time estimate for COPY --- home.admin/setup.scripts/controlFinalDialog.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/setup.scripts/controlFinalDialog.sh b/home.admin/setup.scripts/controlFinalDialog.sh index 9be6640e9..30cea3b53 100755 --- a/home.admin/setup.scripts/controlFinalDialog.sh +++ b/home.admin/setup.scripts/controlFinalDialog.sh @@ -40,8 +40,8 @@ if [ "${syncProgressFull}" != "" ] && [ "${network}" == "bitcoin" ] && [ ${syncP # offer choice to copy blockchain over LAN OPTIONS=() OPTIONS+=(SELFSYNC "Run full self sync/validation (takes long)") - OPTIONS+=(COPY "Copy from Computer/RaspiBlitz over LAN (±6h)") - CHOICESUB=$(dialog --backtitle "RaspiBlitz" --clear --title " Blockchain Sync/Validation " --menu "\nYour Blockchain sync is just at ${syncProgress}%\nThe full validation might take multiple days to finish.\n\nHow do you want to proceed:" 13 63 7 "${OPTIONS[@]}" 2>&1 >/dev/tty) + OPTIONS+=(COPY "Copy from Computer/RaspiBlitz over LAN (3-10h)") + CHOICESUB=$(dialog --backtitle "RaspiBlitz" --clear --title " Blockchain Sync/Validation " --menu "\nYour Blockchain sync is just at ${syncProgress}%\nThe full validation might take multiple days to finish.\n\nHow do you want to proceed:" 13 66 7 "${OPTIONS[@]}" 2>&1 >/dev/tty) if [ "${CHOICESUB}" == "COPY" ]; then /home/admin/config.scripts/blitz.copychain.sh target