From 41e627b6f34ca5e1c17e9241a3e92bcf82eca5da Mon Sep 17 00:00:00 2001 From: rootzoll Date: Thu, 23 Aug 2018 21:19:19 +0200 Subject: [PATCH] changed default&fallback download --- home.admin/10setupBlitz.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home.admin/10setupBlitz.sh b/home.admin/10setupBlitz.sh index e0c9b44..1bc3cf7 100755 --- a/home.admin/10setupBlitz.sh +++ b/home.admin/10setupBlitz.sh @@ -65,8 +65,8 @@ if [ ${mountOK} -eq 1 ]; then echo "Bitcoin Options" menuitem=$(dialog --clear --beep --backtitle "RaspiBlitz" --title "Getting the Blockchain" \ --menu "You need a copy of the Bitcoin Blockchain - you have 3 options:" 13 75 4 \ - D "DOWNLOAD --> TESTNET + MAINNET per FTP (DEFAULT)" \ - T "TORRENT --> TESTNET + MAINNET thru Torrent (FALLBACK)" \ + T "TORRENT --> TESTNET + MAINNET thru Torrent (DEFAULT)" \ + D "DOWNLOAD --> TESTNET + MAINNET per FTP (FALLBACK)" \ C "COPY --> TESTNET + MAINNET from another HDD (TRICKY+FAST)" \ S "SYNC --> JUST TESTNET thru Bitoin Network (FALLBACK+SLOW)" 2>&1 >/dev/tty) @@ -75,8 +75,8 @@ if [ ${mountOK} -eq 1 ]; then echo "Litecoin Options" menuitem=$(dialog --clear --beep --backtitle "RaspiBlitz" --title "Getting the Blockchain" \ --menu "You need a copy of the Litecoin Blockchain - you have 3 options:" 13 75 4 \ - D "DOWNLOAD --> MAINNET per FTP (DEFAULT)" \ - T "TORRENT --> MAINNET thru Torrent (FALLBACK)" \ + T "TORRENT --> MAINNET thru Torrent (DEFAULT)" \ + D "DOWNLOAD --> MAINNET per FTP (FALLBACK)" \ C "COPY --> MAINNET from another HDD (TRICKY+FAST)" \ S "SYNC --> MAINNET thru Litecoin Network (FALLBACK+SLOW)" 2>&1 >/dev/tty)