I dont think you can reduce power cost without it costing equal hashrate loss. You can reduce the cores you mine on though, which would reduce power. But of course reduces your hashrate, I have a 6-core amd, and I mine on 3 of the cores, to me its a nice medium for heat in my rig. Since my cpu fan is right below one of my 3070’s. Mining on all 6 cores while doesnt affect my cpu much, does increase the temp of my one 3070 by as much as 5 degrees and that causes the fans to stay on none stop, even when the other cards are at 50c-55c.
Below is my CPU config override box for the hiveos config of xmrstak-randomx. And looking at it, it does have a low power mode, but I have never noticed or tried it. If you try it out post the setup and result, Im curious as well.
If you want to modify it remember to always count by 2’s, so 0,2,4,6,8,10…etc OR 1,3,5,7,9,11…etc. Because each core has 2 basically “logical” cores. Which is just a fancy way for you computer to do multiple things faster if they are simple tasks. But doesnt help with mining, and can actually hurt overal performance.
“cpu_threads_conf” :
[
{ “low_power_mode” : false, “no_prefetch” : true, “asm” : “auto”, “affine_to_cpu” : 4},
{ “low_power_mode” : false, “no_prefetch” : true, “asm” : “auto”, “affine_to_cpu” : 6},
{ “low_power_mode” : false, “no_prefetch” : true, “asm” : “auto”, “affine_to_cpu” : 8},
],