-
Notifications
You must be signed in to change notification settings - Fork 99
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
oclvanitygen freezing after approx 5 - 10 mins. #46
Comments
+1 confirm this issue too. |
This restarts the tool every 7 minutes. I chose a counter because I'm not sure if the previous results would get overwritten otherwise. Might not be needed. |
Unfortunately this doesn't seem to be a viable workaround, and I suspect it may be the very process of finding and recording a match which is failing and causing the freezes. I have tried both the above script in Powershell and an adapted version for Git bash, both of which do not generate any results file, even when running for periods of time that probably should have found many matches. Running oclvanitygen directly without the file output flag, the program either eventually freezes or eventually passes 100% match probability without delivering any result (from that point the probability calculation disappears from the console output while the number of keys tried continues increasing). I have tried logging both output and errors to text files and no keys are returned, neither is any error information. |
I just came back to check on this issue and found a nice workaround. Tested, and it works! Additionally, you don't need to use the counter since the result will be appended to the existing file. |
While trying to generate an ETH contract address it seems like the application is freezing after about 5 - 10 mins
I've tested the latest build, compiled with no errors, as well as the windows version (from the guy who ported it to vs19)
The text was updated successfully, but these errors were encountered: