How can I prevent the miner compile binaries for my IGP ? I have a Ryzen 2400G which as use as main display.
With this config file:
{
"cryptonight_type" : "graft",
"intensity" : 58,
"double_threads" : true,
"shutdown_temperature" : 80,
"off_temperature" : 80
}
"gpu_conf" :
[
{ "id" : 0, "intensity" : 58, "worksize" : 8, "threads" : 2, "fragments" : 8},
{ "id" : 1, "intensity" : 58, "worksize" : 8, "threads" : 2, "fragments" : 8},
{ "id" : 2, "intensity" : 58, "worksize" : 8, "threads" : 2, "fragments" : 8},
{ "id" : 3, "intensity" : 58, "worksize" : 8, "threads" : 2, "fragments" : 8},
]
The miner won't start.
Thanks
{
"cryptonight_type" : "graft",
"intensity" : 58,
"double_threads" : true,
"shutdown_temperature" : 80,
"off_temperature" : 80,
"gpu_conf" :
[
{ "id" : 0, "intensity" : 58, "worksize" : 8, "threads" : 2, "fragments" : 8},
{ "id" : 1, "intensity" : 58, "worksize" : 8, "threads" : 2, "fragments" : 8},
{ "id" : 2, "intensity" : 58, "worksize" : 8, "threads" : 2, "fragments" : 8},
{ "id" : 3, "intensity" : 58, "worksize" : 8, "threads" : 2, "fragments" : 8},
]
}