-
Notifications
You must be signed in to change notification settings - Fork 526
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
Feautre: random start key #67
Comments
please |
Does it make sense to do this? If starting at a random key, the odds of finding a target address is basically 0. |
What If lookup for all addresses with balance, not only specific? |
And if you look for a random key in the specified range, indicating the lower and upper key so that the search does not go beyond these limits? |
I don't see what this gets you though. If you know the range, doesn't it make more sense to start at the beginning of the range? |
Actually, it is not. Because many other guys might have done the same and if they have faster hardware, you're doing useless work. But what they ask can be easily done with simple scripts and -s -r options, so it is probably not worth wasting time. |
I'd like to suggest a feature: option to choose a random start key. Also it would be great to have option that changes start key every N keys.
The text was updated successfully, but these errors were encountered: