One of the funniest threads I have seen in a long time. For those not familiar with how Bitcoin works:
There are slightly less than 2
256 possible private keys.
Each of these private keys maps to a public key.
Each public key maps to one Bitcoin address but since there are only 2
160 possible Bitcoin addresses that means that, on average, every Bitcoin address maps to 2
96 public keys.
i have a method from which you can create all the keys in the world but still you need to cheack every key and hardly 1 % of addys are used so its a hard way to get lucky if you doing that alone
Way less than 1% of the 2
160 Bitcoin addresses are in use
or will ever be used. Way less.
I also have a method for generating all possible private keys:
for (BigInteger i = 1; i < MAX_PRIV_KEY, i++)
Sorry for making that public, that will reduce the value of your method quite a bit.