Post
Topic
Board Mining (Altcoins)
Re: Hive OS - new Linux GPU mining platform
by
HaloGenius
on 13/07/2018, 08:22:17 UTC
i would like to use this OS but is the owner ever going to make xmrig mineable config for gpu's. i dont get the point of making it only cpu when its better than xmrstak
It's very simple - disable GPU mining by
put to AMD config
"gpu_threads_conf" : [], "platform_index" : 0,

put to NVidia config
"gpu_threads_conf" : [], "platform_index" : 1,

and configure threads for CPU mining (in following example 4 threads)
"cpu_threads_conf" : [
{ "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : false },
{ "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : false },
{ "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : false },
{ "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : false },
],

Also my suggestion use for cpu mining only - XMRig