I don't mean to be rude. It's not me, but you who aren't listening. I don't need somebody's money. I'm trying to recover my funds. Even though everybody tells me that it's not possible. I've read about folks from LBC or BLC or whatever it is...has nothing to do with me or my goals. I would be gratefull to anybody who has something to say about a working script, besides the prognosis with possibilities rates.
In the past, i've helped people brute-forcing private keys and seeds when they forgot 1 word or 1 character from their key/seed using a python script... This actually IS possible, and that might be the thing those guys on LBC or BLC were talking about?
IIRC, i got a speed of around ~1000 keys/second.
There are 2^160 possible addresses, that's 1.46e
+48 keys... So, in order to scan the complete keyspace, you'll need about 1.46e
+45 seconds...
You'll have a 50% successrate in 7.3e
+44 seconds... That's about 23171956451847141650870193314249000000 years...
Now, this is using one of my python scripts...
https://en.bitcoin.it/wiki/Vanitygen says that if you run oclvanitygen on an optimzed system, you can generate up to 64 Mk/sec = 64.000.000 keys/second.
2^160/(64.000.000*3600*24*365*2) = 362.061.819.560.111.588.294.846.770.535.130 years to have a 50% chance of finding the private key whose hash of the public key is equal to the addres whose key you lost...
But, since bitcoin is about freedom, you can always use vanitygen (as said before)
./vanitygen -o found.txt 1Myfulladdresshere
Offcourese, during your lifetime you'll have a 0.000000000000000000000000000001% chance of finding a match.
If you're going to burn your power anyways, you might aswell buy an ASIC, unless you lost an address that had several 1000's of BTC you'll probably make a lot more by mining than by brute forcing... (btw, i'm not saying that you HAVE to mine... If you don't have basic knowledge, luck AND a good power rate, you'll lose money while mining, but still the odds are really big that you'll have less net loss than when you try to brute force your pk)