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 107 forks source link

AddrComp #40

Closed Espresso0org closed 2 years ago

Espresso0org commented 2 years ago

Is it helpful to enter address Comp for recovering base58 ?

Coding-Enthusiast commented 2 years ago

You should enter the address you have, if it were created using a uncompressed public key or if it is another type such as P2SH-P2WPKH then choosing compressed address is not going to work.

Espresso0org commented 2 years ago

I lost 7 characters and i know they position well.also i have my compAddress.first time i search without enter addressComp.it show me about 1000 result but no one was my private key.this time i started to search with my addressComp.Do you think its gonna help me this time?

Coding-Enthusiast commented 2 years ago

No, it won't change a thing because the keys won't be checked against the given address. I could possibly change this with a downside of slight performance hit.

Espresso0org commented 2 years ago

What about public key?its helpful?

Coding-Enthusiast commented 2 years ago

Yes, using public key would skip 2 hashes that are required to compute an address and could slightly improve speed.