mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 02:09:15 +01:00
#3584 use scp for windows blockchain upload
This commit is contained in:
parent
f1d3b48db6
commit
72b0a21e35
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user