-
Notifications
You must be signed in to change notification settings - Fork 97
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
Does kawpowminer perform CPU mining when built to do so? #120
Comments
Oh! Wait! I didn't wait enough hours. Now, hours later, I see:
So, it looks like it does eventually submit. If someone can confirm I would appreciate that, but I suspect the above answers my question. |
(I guess I should still ask to clarify or correct the output of |
Did you got any trouble with the GPU? Because I got a AMD-card and OpenCL isnt detected from kawpow as well as the card itself. |
I didn't have any trouble with GPU @geohot19, but I am using Nvidia CPUs with libcuda, so a different animal. |
If you're using AMD on linux make sure to correctly install opencl and ROCm. you can just install a package come with driver+opencl+rocm from AMD. |
I have built the current sources of kawpowminer for GPU on one system, and it's working as expected. On another identical system, I built it without GPU support and with CPU support. I am running it there, and it reports 110-NN Kh, but never has anything accepted. I let it run for many hours, and I don't expect much, but I expect some.
I notice that when I run with
--help
, it shows:--cpu Development ONLY ! (NO MINING)
Does that mean that while I can compile in CPU support, it doesn't actually submit any work? If so, is there a way to make it submit work when running in CPU mining mode?
The text was updated successfully, but these errors were encountered: