-
Notifications
You must be signed in to change notification settings - Fork 481
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
Progress bar for initial load #18
Comments
It's is related to old version, I have used -k 400 with old version. |
@dem10 The actual version use less RAM, so you can use a bigger K value. @bballer4life In my test with https://albertobsd.dev/uploads/1616428067_bd1fc052-9441-4cbb-9bd1-d2e393489e18.jpg I can use ncurses to show % without add more lines, but this will increase the dependecies and complexity of the current code. best regards! |
But wait a momment, stop it, It will take some day or two in complete you are precalcualting the bP values not reading from a file if you want to read if from a file (Having those values in a file is good if you plan to stop the process and start it again frecuently). Once you calculate it for one time, you only need to read the values from a file. To create the file use bPfile liek
The numeber depent of k value: look:
[+] precalculating 6710886400 bP points the you need to run the file creation like:
and the load the file in keyhunt with |
Solved in 37920b0 |
Hello @albertobsd, thank you for your software. It would be nice to see progress bar for initial load. Right now, I'm using k*bsgb mode with -k 1600, and it's running for an hour without starting or showing errors. My free system memory is equal to 6% all this time. I'm thinking, it's doing something in pre-allocated memory. But still it's only my predictions. The last thing displayed is: [+] precalculating 67... bP points
The text was updated successfully, but these errors were encountered: