From the first page :
V1.4.8- Added support for new ArtoCash algo
- Added fast pool switching when pressing P
- Added target_temperature setting to gpu_conf too, if this option is used on top of config (value is > 0), gpu_conf setting is IGNORED- Added target_fan_speed setting to gpu_conf, atm must set it in RPM, not in percent, sorry Smiley
- Minor bug fixes
[/quote]
here is sample config from 1.4.9 that comes with miner:
{
/* Type can be : normal, normalv7, lite, litev7, heavy, ipbc, artocash */
"cryptonight_type" : "normalv7",
/* Intensity 0-> auto intensity, or value from 1-300 */
"intensity" : 0,
/* To use 2 threads per card set double_threads to true */
"double_threads" : false,
/* Uncomment this if you want to set GPU target temperature */
/*"target_temperature" : 0,*/
/* Uncomment this if you want to set system shutdown temperature */
/*"shutdown_temperature" : 90,*/
/* Uncomment this if you don't want to use the built in watchdog, but you want a script to run on GPU fail */
/* If you use the reboot-windows.bat it will restart your computer if a GPU fail occurs */
/*"reboot_script" : "reboot-windows.bat",*/
/* Advanced settings for each GPU manually */
/* Put in devices that you want to use, if you for ex. don't want to use gpu 2, just don't insert it,like in this example */
/* Id starts from 0 , not from 1 !! */
/* To get a list of available devices with their id's, use --listdevices parameter */
/* This is just an example, edit it and remove comment lines !! */
/*"gpu_conf" :
[
{ "id" : 0, "intensity" : 80, "worksize" : 8, "threads" : 1},
{ "id" : 1, "intensity" : 40, "worksize" : 8, "threads" : 2},
{ "id" : 3, "intensity" : 30, "worksize" : 8, "threads" : 2},
{ "id" : 4, "intensity" : 90, "worksize" : 8, "threads" : 1}
]*/
}
Well
So... as it lacks example in config... let me assume:
target_fan_speed in RPM should be only added to gpu_config section only, per card basis?
target_temperature should work in general section by design?
here is config I tried today w 1.4.9, win10ltsb, 18.3.4 drivers:
{
"cryptonight_type" : "normalv7",
"log_file" : "log.log",
"intensity" : 23,
"double_threads" : true,
"target_temperature" : 55,
"shutdown_temperature" : 90,
}
and here are the temps without adldisable and with fan control from third party util set to 75% of RPM
[2018-04-30 09:05:02] GPU0: 466.0 H/S [T: 59c, RPM: 2782, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 09:05:02] GPU1: 456.0 H/S [T: 60c, RPM: 2854, CC: 1150 MHz, MC: 1800 MHz]
[2018-04-30 09:05:02] GPU2: 499.0 H/S [T: 56c, RPM: 2974, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 09:05:02] GPU3: 497.0 H/S [T: 59c, RPM: 3041, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 09:05:02] GPU4: 499.0 H/S [T: 57c, RPM: 2988, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 09:05:02] GPU5: 466.0 H/S [T: 61c, RPM: 3038, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 09:05:02] GPU6: 499.0 H/S [T: 63c, RPM: 3036, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 09:05:02] GPU7: 499.0 H/S [T: 62c, RPM: 2904, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 09:05:02] GPU8: 499.0 H/S [T: 57c, RPM: 3044, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 09:05:02] GPU9: 499.0 H/S [T: 57c, RPM: 2937, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 09:05:02] GPU10: 460.0 H/S [T: 54c, RPM: 2798, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 09:05:02] GPU11: 492.0 H/S [T: 60c, RPM: 2998, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 09:05:02] Total: 5831.0 H/S
it`s just after couple minutes - and it will go higher...
so does target_temperature do anything? (in general section)
what card of this Rig?
12* rx 550 on baffin chip.