|
June 24, 2023, 03:28:27 AM |
|
Look, stop mixing things, you could hash whatever you want and extract addresses from them, I even found an address with more than 70 BTC balance, it has a colliding RMD hash.
When I was working on hashes, I found so many interesting things, like hashing an address with SHA-256 and then RMD-160 to arrive at the same address again, can't recall exactly, when I have the time to go through my laptop files, I will show you so many things, like finding your desired checksum using WIFsolver tool etc.
Take this address, 12zqc8j8Btu8fvDbTTky9PXEMkd9ub5K5s Perform SHA-256 on the first 2 characters "12" and Perform RMD-160 on the hash 256 then convert to address, you will see the same address, coincidence? Definitely.
Hash 160 (sha256+rmd160) of (converted to address)
12 = 12zqc8j8Btu8fvDbTTky9PXEMkd9ub5K5s 14 = 16gbG4hC3sTsZXn47KG6uWcjN8ww6EB5Xi
Here, a magic trick! Just perform sha256 on the following address ,12noFjFNrtaCcBDMZ5ZMpJQbUPLD4MGpL6 or "12" 3 times, then use the third hash as private key to generate uncompressed address, tell me what you see? 😉 this happens when you mix base58, rmd160, sha256 and secp256k1. Totally normal, I was so excited first when I discovered all of these, now I spend my time on the real deal stuff (public keys + & - ). 🙂
|