-
Notifications
You must be signed in to change notification settings - Fork 32
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
thread 'main' panicked at 'called Result::unwrap()
on an Err
value
#40
Comments
I have the exact same problem. My GPU is RTX 3080 Ti |
openwall/john#4667 (comment) details the issue. Here's a copy of |
No longer have my Nvidia GPU or I would try the above solution. Would be useful to know if that helps resolves the problem for others, then I guess we could close this with that solution. |
@thooton I can confirm that it works! I'm getting ~28.000.000 hash/s with my RTX 3080 Ti GPU and Ryzen 9 5900x (I only give 4 threads of it to the script). Thank you for the fix dude :) |
Awesome, let's consider this closed with this solution. I'll try it on my next Nvidia GPU. Thanks @thooton |
Hello,
I thought I'd leave this here in case it helps narrow down the source of the issue that seems to be reference in this previous issue.
output of
nvcc -V
on Windows showing that cuda was installed.C++ was installed through visual studio community 2019.
GPU: Nvidia GeForce GTX 1650 Super
CPU: AMD Ryzen 5 3600
Some googling on the first issue brought me to this page., but I am unable to diagnose further.
Wish I could be of more help! Also wish I could make this amazing tool work for this GPU! Thanks.
The text was updated successfully, but these errors were encountered: