You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BitcoinDecrypt.sh
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,9 @@ ORIGMD5=$(md5 wallet.dat)
59
59
60
60
echo"md5 sum of original backup wallet.dat: "$BACKUPMD5
61
61
echo"md5 sum of the decrypted wallet.dat: "$ORIGMD5
62
-
63
-
echo-e "\nSuccess!"
64
-
echo-e "Your decrypted wallet.dat was saved to: "
65
-
echo-e ""$OUTDIR
66
-
echo-e "\nIMPORTANT: Make sure that Bitcoin or bitcoind is not running while operating with wallet and backup your current wallet.dat before you replace it with decrypted one!"
67
-
echo -e "\n"
62
+
echo
63
+
echo"Success!"
64
+
echo"Your decrypted wallet.dat was saved to: "
65
+
echo""$OUTDIR
66
+
echo"IMPORTANT: Make sure that Bitcoin or bitcoind is not running while operating with wallet and backup your current wallet.dat before you replace it with decrypted one!"
0 commit comments