82 sats \ 3 replies \ @sahil 30 Aug 2023 \ on: Need help recovering wallet from 2010 bitcoin
It looks like you have a partial private key.
If it's 80 characters, the private key is in Wallet Import Format (WIF).
You can use FinderOuter to find missing keys: https://github.com/Coding-Enthusiast/FinderOuter (Free and opensource runs locally, no need to trust anyone)
https://imgprxy.stacker.news/RpnmxDCHbBfrTPa8NbboW9KOktzxkHythOix_8neWCE/rs:fit:600:500:0/g:no/aHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL0NvZGluZy1FbnRodXNpYXN0L0ZpbmRlck91dGVyL21hc3Rlci9Eb2MvSW1hZ2VzL01haW5QcmV2aWV3LmpwZw
I didn't think it was wif format because he mentioned A-F Letters only and isn't wallet import format base58?
If its hexadecimal then standard would be 64 characters
reply
Right, but good tips
reply
Not exactly 64, no.
The key itself is 64 but there is a prepended version byte and 4 extra bytes of checksum at the end. This adds 5 x 2 = 10 hex chars. I'm not sure how you get to 80 but I'm trying to figure it out :)
reply