-
Notifications
You must be signed in to change notification settings - Fork 204
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
seedrecovery.py running with a 3090 warning error #466
Comments
Yea these warnings are normal with the latest drivers, everything still works normally though. What kind of recovery you doing? Does enabling --no-dupchecks fix it? (You are probably just running out of memory) |
Yes dupchecks enabled, when i have that error the process ends. And i lose all the job done :C Always around the 1-2 hour of work, stops with that issue. I'm recovering 3 words from a 12 word seed phrase. Now in another server:
I'm not sure if the gpu are working allright, due to without "--enable-opencl" i'm running 48 kP/s.
But with opencl enabled and 6 x 3090, with thread limit at 10, it works at 100-120 kP/s, lookint at the resources used of the gpus, any gpu is working at all. |
So why are you using tokenlists and GPU if just recovering three missing words? If you know the position of the words it's a straightforward recovery that will be done in a day or less on that cpu? |
Yes i know the exact position of the three unknow words. I use tokenlist like this:
How i can set the exact position with straightforward recovery? Also you know why the gpus are not working properly as the example from above? Thank you! |
That isn't how you should be doing this, but this isn't a support channel, so you can ask about that part in the YouTube comments section. Python 3.6 also isn't supported, so try with a newer version and see if the issue persists. |
Duplicate of #467 |
I have this error, when i have been working for some minutes.
Any idea someone? Also what it means "warning generated"? Where i can see the warning.
Thank's!
1 x NVIDIA RTX 3090 24GB
1 x i3-10100 CPU @ 3.60GHz
8GB RAM DDR4
The text was updated successfully, but these errors were encountered: