mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 04:37:19 +02:00
change text
This commit is contained in:
@@ -202,9 +202,9 @@ if [ ${isMounted} -eq 1 ]; then
|
|||||||
echo "Bitcoin-RP3 Options"
|
echo "Bitcoin-RP3 Options"
|
||||||
menuitem=$(dialog --clear --beep --backtitle "RaspiBlitz" --title " Getting the Blockchain " \
|
menuitem=$(dialog --clear --beep --backtitle "RaspiBlitz" --title " Getting the Blockchain " \
|
||||||
--menu "You need a copy of the Bitcoin Blockchain - choose method:" 13 75 5 \
|
--menu "You need a copy of the Bitcoin Blockchain - choose method:" 13 75 5 \
|
||||||
T "TORRENT --> Download thru Torrent (trusted DEFAULT ±1day)" \
|
T "TORRENT --> Download thru Torrent (TRUSTED DEFAULT ±1day)" \
|
||||||
C "COPY --> Copy from laptop/node (over LAN ±6hours)" \
|
C "COPY --> Copy from laptop/node (OVER LAN ±6hours)" \
|
||||||
N "CLONE --> Clone from 2nd HDD (extra Power needed ±6hours)"\
|
N "CLONE --> Clone from 2nd HDD (EXTRA POWER NEEDED ±6hours)"\
|
||||||
S "SYNC --> Selfvalidate all Blocks (VERY SLOW ±2month)" 2>&1 >/dev/tty)
|
S "SYNC --> Selfvalidate all Blocks (VERY SLOW ±2month)" 2>&1 >/dev/tty)
|
||||||
|
|
||||||
# Bitcoin on stronger RaspberryPi4 (new DEFAULT)
|
# Bitcoin on stronger RaspberryPi4 (new DEFAULT)
|
||||||
@@ -213,8 +213,8 @@ if [ ${isMounted} -eq 1 ]; then
|
|||||||
menuitem=$(dialog --clear --beep --backtitle "RaspiBlitz" --title " Getting the Blockchain " \
|
menuitem=$(dialog --clear --beep --backtitle "RaspiBlitz" --title " Getting the Blockchain " \
|
||||||
--menu "You need a copy of the Bitcoin Blockchain - choose method:" 13 75 5 \
|
--menu "You need a copy of the Bitcoin Blockchain - choose method:" 13 75 5 \
|
||||||
S "SYNC --> Selfvalidate all Blocks (DEFAULT ±2days)" \
|
S "SYNC --> Selfvalidate all Blocks (DEFAULT ±2days)" \
|
||||||
C "COPY --> Copy from laptop/node (over LAN ±4hours)" \
|
C "COPY --> Copy from laptop/node (OVER LAN ±4hours)" \
|
||||||
T "TORRENT --> Download thru Torrent (trusted FALLBACK ±1day)" 2>&1 >/dev/tty)
|
T "TORRENT --> Download thru Torrent (TRUSTED FALLBACK ±1day)" 2>&1 >/dev/tty)
|
||||||
|
|
||||||
# Litecoin
|
# Litecoin
|
||||||
elif [ ${network} = "litecoin" ]; then
|
elif [ ${network} = "litecoin" ]; then
|
||||||
|
Reference in New Issue
Block a user