This is my story: Several years ago I splitted my bitcoin private key to keep it safe in different places. I lost one part and think I lost my mined bitcoin forever.
Suddenly (I think you understand why) I decided to start searching for any parts and I found 3 of 6!!!!
So for now I have the start(Lets say "5Lagt") and the end("Bh3u2YHU2ntQAFTruAYGhJ1xacPJXr3l6k") so I need to find just 10 alfanumeric chars between.
I am pretty new to programming, but have some basics in Python and C from university.
I have read that the last symbols in WIF compressed private key is a checksum.
So as I understand in pseudo code I need to do following stuff
- Decode the private key to hex format (this 08+..........+checksum)
- exclude 08 and the checksum
- generate the lost part (encode or decode it somehow??)
- compare the first bytes (what bytes?) with the checksum
I partly understand it theoretically but not practically. I would love to give 10% of bitcoins on the wallet if I get it back!