-
Notifications
You must be signed in to change notification settings - Fork 28
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
CUDA failed at autolykos.cu: 304 #53
Comments
I get same error as poster this one as well. Mining to own node 4.0.41 or woolypooly, built ergostratumproxy from source, run from ./auto.out with nvidiatoolkit 11.6.2 driver 511.09 wsl2 ubuntu or debian |
Using any NVIDIA driver that is part of a 5XX release branch (such as any drivers released after and including 510.39.01 for Linux or 511.23 for Windows) will cause the miner to crash with cudaErrorIllegalAddress (700) at the prehash stage. Downgrading to an older driver such as 470.141.03 has been a stop-gap solution to getting the miner running again without this patch. The issue is coming from this line: https://github.com/mhssamadani/Autolykos2_NV_Miner/blob/4de5cea0952a86d5d287d9788146e0840cb9b61d/secp256k1/src/prehash.cu#L251 Simply signaling to the compiler to disable unrolling for this one loop seems to be enough to make the driver happy with no measurable performance difference as far as I have measured. Fixes mhssamadani#51 mhssamadani#53
Can't start miner
RTX3080 + 2070S
Driver 516.94
The text was updated successfully, but these errors were encountered: