Pages:
Author

Topic: Guess keys per second etc, vb6 bitcoin guesser - page 2. (Read 240 times)

full member
Activity: 868
Merit: 150
★Bitvest.io★ Play Plinko or Invest!

Am i right, thats 50 billion in 4 seconds, so thats approx 12 billion or so in 1 sec?Huh

Seems like you have implemented a very efficient bubble sort in your app. If your app can compare 10,000 private keys to 5 million address keys in just 4 seconds, then it can perform probably 12 billion comparison per second, as you calculated.


If thats correct, i wonder what the figure in comparisons is in 24 hrs?? Its too big to calculate?

Assuming your app runs continuously for 24 hrs, it can perform probably 1.04 trillion comparison ithink ( idk if my calculation is correct ) its like 12 billion comparison x 86,400 seconds in 24 hours.


Also am i right in saying this number 9500000000000 is almost a trillion?

I think you are correct that 9,500,000,000,000 is almost a trillion. and it is actually 9.5 trillion.
newbie
Activity: 28
Merit: 3
Just so u know, its purely a bit of fun for a lazy afternoon, and a coding experiment. Why do you always think of the worst.
legendary
Activity: 3472
Merit: 10611
Doesn't matter!
You are wasting electricity and computing power on a crime that is never going to succeed either (that crime being finding someone else's money and stealing it). If you dedicate that time and effort to mining bitcoin with ASIC or an altcoin with your system, you'd make more money which is also not a crime.
newbie
Activity: 28
Merit: 3
I wrote on this subject before in another post, but thought i would come back to this as i have an afternoon free and update the app.

I just need to verify my figures here so could someone else comment on this.

So the app has been updated and its now guessing keys much quicker and i will explain why.

The app generates a private key, and associated public key, wif key and the address key. The address key is the key which is then compared to the file which contains address keys and balances.

So here's the update, with a new bubblesort routine installed, and now with 5 million balance adddresses loaded in, the app can guess and compare approx 12 Billion comparisons a second.

It achieves this by generating 1 private address and comparing against the 5 million addresses each time, so therefore, 10000 private addresses compared against 5 million addresses = 50 billion comparisons, it does this in just over 4000 ms, thats 4 seconds.

Am i right, thats 50 billion in 4 seconds, so thats approx 12 billion or so in 1 sec?Huh

If thats correct, i wonder what the figure in comparisons is in 24 hrs?? Its too big to calculate?

Also am i right in saying this number 9500000000000 is almost a trillion?

Comments please?
Pages:
Jump to: