mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-19 10:28:58 +01:00
#3584 use scp for windows blockchain upload
This commit is contained in:
@@ -141,7 +141,7 @@ if [ "$1" = "target" ]; then
|
|||||||
echo "Make sure that the Bitcoin Core Wallet is not running in the background anymore."
|
echo "Make sure that the Bitcoin Core Wallet is not running in the background anymore."
|
||||||
echo ""
|
echo ""
|
||||||
echo "COPY, PASTE & EXECUTE the following command on your Windows computer terminal:"
|
echo "COPY, PASTE & EXECUTE the following command on your Windows computer terminal:"
|
||||||
echo "sftp -r ./chainstate ./blocks bitcoin@${internet_localip}:/mnt/hdd/bitcoin"
|
echo "scp -r ./chainstate ./blocks bitcoin@${internet_localip}:/mnt/hdd/bitcoin"
|
||||||
echo ""
|
echo ""
|
||||||
echo "If asked for a password use PASSWORD A (or 'raspiblitz')."
|
echo "If asked for a password use PASSWORD A (or 'raspiblitz')."
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user