Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time prediction #39

Closed
Espresso0org opened this issue Dec 12, 2021 · 4 comments
Closed

Time prediction #39

Espresso0org opened this issue Dec 12, 2021 · 4 comments

Comments

@Espresso0org
Copy link

How much 8 missing characters from middle gonna take to find with corei7 8700 cpu? Just a estimated time

@Coding-Enthusiast
Copy link
Owner

If you run example number 7 it will end in a couple of seconds and will give you a good estimate of the speed as keys per second. Then you can compute how much time going through 128,063,081,718,016 would take.
My guess (I don't have corei7 to test) is that it should be roughly 20 days.

Duplicate of #30

@Espresso0org
Copy link
Author

Sorry sir i made a mistake.its 7 characters not 8.my pc found 5 characters in the middle about 50min.why 7 and 8 gonna take a lot more time

@Coding-Enthusiast
Copy link
Owner

Coding-Enthusiast commented Dec 13, 2021

my pc found 5 characters in the middle about 50min.

Are you sure your CPU is corei7 8700? My corei3-6100 takes 20 seconds to find 5 missing characters from middle.

why 7 and 8 gonna take a lot more time

I used 60 million key/sec which is the slowest speed. Each missing character increases the total number of keys to check by a factor of 58.

1 missing -> 58  
2 missing -> 58 * 58 = 3,364
3 missing -> 58 * 58 * 58 = 195,112
...
5 missing ->         656,356,768
6 missing ->      38,068,692,544
7 missing ->   2,207,984,167,552
8 missing -> 128,063,081,718,016

@Espresso0org
Copy link
Author

Its 7 characters next each other.after 1 day its still 0% . My speed is 10m keys/sec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants