i have tried BSGS and Pollard Kangaroo with no success , it takes like forever
Could you write what are positions of missing characters? At the end, at the beginning, in the middle? Is it one group or there are several groups?
If it is one group and as you seem to have public key (is it indeed correct?), it should be doable with Kangaroo in a very reasonable time.
Ok , i will give you an exact example of the positions of missing character
this is just a WIF as an example
5HpHagT65TZzG1PH3CSu63k8DbpvD8s5ip4nEB3kEsreAnchuDf
The Missing Characters ( Replaced By * ) Are as Follows :
5HpHagT65TZzG1P*********************EB3kEsreAnchuDf
I Have converted my public key to an address and the output is the Address of my wallet , ( My wallet has no outgoing Transactions ) , so i got the public key from the info of the wallet that i found earlier in the txt file .
I have some questions and i hope that you can give me a good explanation or some help if you can
- can i determine what is the range of the bitcoin address to search for it in a specific range , i know that the range could be determined in Privatekeys but i am just wondering if something like this exists .
- is there is some useful methods to try to recover my wallet instead of bitcrack ?
- if the bitcoin address contains 0.054 BTC , will it be a 54 bit 2^54 ? ( sorry if it's a dump question , but i have limited knowledge ) .
- can i split the range that i will be searching for into 2 parts , for example let's say that i will search for a specific range for 7 days , how can i split this search into 2 devices ?