-
Notifications
You must be signed in to change notification settings - Fork 86
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
No Shares when Mining Kawpow, CUDA #129
Comments
at this time xmrig is a cpu optimized open source miner - there are issues with using gpus on xmrig - most people use something like gminer for NVIDIA or teamredminer. you're invited to discover the community discord server in the future for more expedited service! apologize for the delay! we can close this ticket! |
I gave up on the Kawpow "support" in xmrig a while ago and use meta-miner along with T-Rex and that combo works good. Besides that T-Rex has a memtweak ( |
I do find it interesting that (allegedly) the upstream xmrig still works. There isn't really much difference in the kawpow parts of the miner. I had assumed upstream was just as broken, this may help find whatever is wrong in this fork. Suspect it is around here, I never really understood what these mods are even for... investigating |
Definitely the logic whatever it was supposed to do is broken because every algo would be "not KawPow OR not GhostRider" that should at a minimum be AND like the original code earlier in the file. I have removed all MO-mods to this file and am testing if it still works for all algos. |
Describe the bug
The
-mo
fork of xmrig can't mine with algo Kawpow.It just runs ~15MH/s and NO SHARE for 20 min, diff is reduced to 76443K.
I mean, my GPU actually runs heavily. Network is normal. Fans are functioning. But diff is becoming lower and lower.
There's no share, not rejected, just no share.
To Reproduce
run
xmrig-mo -a kawpow ...
see belowExpected behavior
As original edition, mining kawpow-based crypto normally
Required data
This is the
-mo
edition below, original edition isXMRig/6.21.2
withxmrig-mo-cuda-6.21.1-mo1
nvidia-open 550.78
&CUDA 12.4
Additional Log
Here's part of original edition log:
The text was updated successfully, but these errors were encountered: