From 84c72c4dbd8d8e03419d82d28cb1b68f6f4fe6aa Mon Sep 17 00:00:00 2001 From: rootzoll Date: Thu, 14 Feb 2019 16:59:14 +0100 Subject: [PATCH] added info --- home.admin/50copyHDD.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home.admin/50copyHDD.sh b/home.admin/50copyHDD.sh index 51b0579f1..eb126c99c 100755 --- a/home.admin/50copyHDD.sh +++ b/home.admin/50copyHDD.sh @@ -42,8 +42,9 @@ echo "Make sure the bitcoin client on that computer is stopped." echo "" echo "COPY, PASTE & EXECUTE the following command on the blockchain source computer:" echo "sudo scp -r ./chainstate ./indexes ./testnet3 ./blocks bitcoin@${localip}:/home/bitcoin/.bitcoin" -echo "" -echo "This command will ask for your SSH PASSWORD A from this RaspiBlitz." +echo "" +echo "This command may ask you first about the admin password of the other computer (because sudo)." +echo "Then it will ask for your SSH PASSWORD A from this RaspiBlitz." echo "It can take multiple hours until transfer is complete - be patient." echo "************************************************************************************" echo "PRESS ENTER if transfers is done OR if you want to choose another another option."