Mizogg / BITCOIN-WIF-Recovery

Find the Missong parts of a Wallet Import format(WIF) for Bitcoin
GNU General Public License v3.0
19 stars 14 forks source link

compressed for the 1st version? #3

Closed dvvvsh closed 2 years ago

dvvvsh commented 2 years ago

I have 13 misusing characters split in two, despite the version 2 allowing compressed private keys its only if your missing 1 part. So in attempting to use the first one it doesn't cover compressed. what's up with that?

Mizogg commented 2 years ago

Hi Dvvsh,

I have a new version please try. This will need you to edit the python file with the known characters.

On Mon, Mar 14, 2022 at 4:55 AM dvvvsh @.***> wrote:

I have 13 misusing characters split in two, despite the version 2 allowing compressed private keys its only if your missing 1 part. So in attempting to use the first one it doesn't cover compressed. what's up with that?

— Reply to this email directly, view it on GitHub https://github.com/Mizogg/BITCOIN-WIF-Recovery/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVEGGKECEVAD2CSL5R4RIL3U73IF5ANCNFSM5QUNNFJQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

dvvvsh commented 2 years ago

also, thank you! your stuff has been critical and crucial in me learning python, so I'm very appreciative and thankful for all of your scripts because I wouldn't know how to do anything if it weren't for everything you do.