Coding-Enthusiast / FinderOuter

Easy to use bitcoin recovery tool to fix damaged private key, mini-private key, address, BIP38 encrypted key, mnemonic (seed phrase), BIP-32 derivation path, Armory backups, recover passwords and more
MIT License
283 stars 108 forks source link

Uncompressed private keys #27

Closed maureis closed 3 years ago

maureis commented 3 years ago

I have uncompressed private key (for BCH) with one missing character at unknown position, when will be possible to try recover such key?

Coding-Enthusiast commented 3 years ago

As far as I know BCH guys didn't change WIF encoding so you could use the same Missing Base58 option here. Just enter the 50 characters from your key starting with 5 there and click find.
The feature to recover WIF with 1 missing char at unknown position is added in 305a5358fc2acc6ee4197759b234111c79519e5b
Closing as duplicate #1