-
Notifications
You must be signed in to change notification settings - Fork 262
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
Monero block height problem on 4 different GPU and on 3 Computers #260
Comments
Bug confirmed. |
It NVRTC compiler bug, only possible solution is use CUDA 10.1, I added build with this CUDA to latest release https://github.com/xmrig/xmrig-nvidia/releases/tag/v2.14.1 Test pool to check this issue: {
"url": "159.65.202.177:3333",
"user": "x+20000",
"pass": "x",
"rig-id": null,
"nicehash": false,
"keepalive": false,
"variant": -1,
"enabled": true,
"tls": false,
"tls-fingerprint": null
}, It sends fake job every 20 second (time adjustable) starting from block 1802220. |
Thank you, wouldn't be better to add it to the next sw version, e.g. 2.14.2 ? |
https://github.com/xmrig/xmrig-nvidia/releases/tag/v2.14.2 @psychocrypt xmr-stak also affected by this bug. |
thanks for the notification. I will use your testpool soon and look if i
can reproduce the bug and check if we can workaround the bug
|
fix nvrtc deadlock with `cuda version != 10.1`: xmrig/xmrig-nvidia#260
I added a workaround for this bug in xmr-stak fireice-uk/xmr-stak#2390 |
https://github.com/xmrig/xmrig-nvidia/releases/tag/v2.14.3 @psychocrypt Thank you, magic |
yes volatile avoid optimizations. Normally only r2 must be guarded with
volatile but to avoid similar problems in the future I disallow
optimizations for all four variables.
|
Thank you guys 🥇 |
Hi,
I've been mining new version on Monero /r. Today at block 1802223 xmrig-nvidia stopped hash calculation as you can see in the attachment. Strange thing is that it happens on 4 different GPUs (P1000, K2200, GTX1070 Ti and GTX1060 at the same block. These cards are running on 3 different computers and there is also running CPU xmrig without any problems.
I use nvidia-xmrig v. 2.14.0.
Please help me to solve this issue.
Thank you
The text was updated successfully, but these errors were encountered: