07-12-2023, 05:57 PM
(07-12-2023, 05:46 PM)Malatesta Wrote: Thanks, yes, that's what the hash for the presale wallet looks like. The other hash I mentioned was just for testing hashcat with an MD5-hash. Strange, though, that md5sum gave another hash than the homepage I visited.
your command for generating the md5 hash is wrong, you hashed it with linebrake
WRONG
echo test | md5sum -> d8e8fca2dc0f896fd7cb4cb0031ba249
RIGHT
echo -n test | md5sum -> 098f6bcd4621d373cade4e832627b4f6