Hi guys, i wanna ser the temperature limit and idk how set commands, i wanna set each gpu individual , when one gpu up 65 this power off and not all rig and set temperature start for inicial again
“platform”: 1
“devices”: “0 --temperature-limit 44 --temperature-start 42”
“devices”: “1 --temperature-limit 52 --temperature-start 48”
I dont know if it is correct
Sry for my inglish is very sux
Edit your current Flight Sheet and click “Setup Miner Config” and add them under Extra config arguments.
I was add all arguments but not work, maybe it formule stay incorrect
You will need to take a look at the NBMiner wiki to see how to format should go.
“temperature-limit”: “44,52”
“temperature-start”: “42,48”
I believe that is the correct format.
-d, --devices Specify GPU list to use. Format: “-d 0,1,2,3” to use first 4 GPU.
–temperature-limit, --tl Set temperature limit of GPU, if exceeds, stop GPU.
–temperature-start, --ts Set cool-down temperature target if GPU is stopped by temperature-limit
, default to - 5.
Only it but don’t have nothing example
The format on HiveOS is slightly different. Each command must be like this:
“command”: “option”
For example if you have devices 1, 2, 3 and you only want to use 2, and 3 with the miner:
“devices”: “2,3”
I posted the format for the temps above…
Thx men only answer more , why u put 2 number un each commands
That is how you put values for more than 1 card.
“temperature-limit”: “44,52”
GPU0 would be 44 for the limit
GPU1 would be 52 for the limit
This is the correct format (Assuming there is 5 GPUs):
“temperature-limit”: “60,60,60,60,60”
“temperature-start”: “40,40,40,40,40”
When you enter them, just retype the quotation marks.
Chonyyr
January 19, 2022, 11:49pm
9
Okok Nice , i go implement and later comment
Chonyyr
January 20, 2022, 12:06am
10
I put
“platform”: 1
“devices”: “0,1”
“Temperature-limit”: “45,50”
But never start to mining
Because you are missing quotation marks around the 1 for platform.
The format has to be 100% correct otherwise the miner will throw errors.
If you only have 2 GPUs there is no need to use the devices command.
"platform": "1"
"devices": "0,1"
"temperature-limit": "44,52"
"temperature-start": "42,48"
Chonyyr
January 20, 2022, 1:59am
12
Nop bro , not work , nota start to mining
“platform”: “1”
“devices”: “0,1”
“temperature-limit”: “50,52”
“temperature-start”: “40,42”