Bendr0id / xmrigCC

RandomX, CryptoNight, Argon2 and GhostRider CPU/GPU miner with Command&Control (CC) Server and Monitoring
GNU General Public License v3.0
312 stars 108 forks source link

Miner CPU intensity #327

Closed username1565 closed 3 years ago

username1565 commented 3 years ago

Hello. Can you add argument --intensity, or "intensity":value in JSON-config, to set intensity of mining on each core, and decrease this intensity, using trottling, or some delay? Because limitation of number of the CPU-threads, decreasing usage of CPU-cores, but loading on this corea is 100%, and temperatures is maximum, on each loaded CPU-core. Not good... What if need to load 8 cores up to 25%, and no more?

Thanks.

Bendr0id commented 3 years ago

I started working on this, found a way which at least could work for linux+windows. Not sure about macOS yet.

Bendr0id commented 3 years ago

ready for testing on dev-branch

Bendr0id commented 3 years ago

merged