magilogo

CPU miner - m-minerd control on CPU efficiency

We introduce a CPU miner (m-minerd) with the capability of adjusting CPU efficiency, targeting at improved response to MAGI's PoW operation. In the generic PoW, mining with reduced CPU efficiency leads to reduced rewards since the other miners always pursue higher hashrates.

In MAGI's PoW implementation, pursuing high hashrate is recommended only at some occasions (passive mining phase), and will be greatly frustrated once the total network hashrate is over the limit (agressive mining phase). At the time when network hashrate reaches a limit, reduced hashrate will actually benefit to save energy cost since the excess hashrate is not adding up to obtain rewards.

Basic command to run m-minerd:

minerd -o stratum+tcp://pool_url:pool_port -u pool_user.worker -p password -t thread_numbers -e cpu_efficiency

where the option "-e cpu_efficiency" is to set how much CPU usage is utilized; cpu_efficiency has to be between 1 - 100.


Example:

Notice the variation of CPU temperature with the value of -e flag.

-e 75:
-e 50:
-e 25:
-e 1:


Download:

source code, command-line binaries: m-minerd and GUI binaries: m-cpuminer-qt


CPU efficiency adjusted using external programs:

Miners by Spexx and NeedIfFindIt.