Closed bane77111 closed 1 year ago
Try:
https://github.com/Qalander/KeyHunt-Cuda/blob/main/addresses_to_hash160.py
But this gives you .bin file i dont think it will work
RMD160 hashes are 20 bytes, in hex this is 40 hexadecimal characters.
You are sending :2 to the file but this also include the checksum bytes.
You need to skipt also the last 4 bytes or 8 hexadecimal characters.
So i try to use rmd160 mode and using this script to covert addresses to .rmd :
But i get an error: There is no valid data in the file/rmd file
Is there any other way/script to covert addresses to rmd160?
Thanks in advance!