Skip to content
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

high CPU usage while solo mining #121

Open
jolan opened this issue Sep 30, 2016 · 2 comments
Open

high CPU usage while solo mining #121

jolan opened this issue Sep 30, 2016 · 2 comments

Comments

@jolan
Copy link

jolan commented Sep 30, 2016

pool/stratum mining CPU usage is steady at ~1-2% for both CUDA and OpenCL.

However, CPU usage while solo mining on testnet is:

~8% for OpenCL
~45% for CUDA

For OpenCL, I think this is in part due to how it works. It returns any diff 1 shares and then the difficulty is checked on the CPU. With lots of false positives per second, this is kind of to be expected.

Not sure about CUDA since I'm not very familiar with that yet.

Need to see if mainnet reveals similar results.

@jolan
Copy link
Author

jolan commented Sep 30, 2016

Same CPU usage on mainnet as well.

@DeadManWalkingTO
Copy link

In some cases (unfortunately many), the processors in Windows 10 show 100% usage.
From what I understand the problem grows according to the number of GPUs.
Windows 10 overloads processors that have few flames when GPUs are more than the threads.

I found some tweaks for windows 10 and achieve more than 50% less CPU usage.

New CPU Usage: 45%

Windows10MiningTweaksDmW

Just let me know about your results.

Have a nice mining!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants