how to setup intensity through bat?
SRBMiner-CN.exe --gpureorder --config Config\config-graft.txt --ccryptonighttype graft --cpool pool.graft.hashvault.pro:7777 --cwallet zzzzzzzzzz --logfile %LOGTIME% --apienable
wont load intensity from config-graft.txt
First page or readme :
Parameters:
--ccryptonighttype value (algo to use)
--cgpuid value (gpu id, comma separated values, use --listdevices to see available)
--cgpuintensity value (gpu intensity, comma separated values)
--cgputhreads value (number of gpu threads, comma separated values)
--cgpuworksize value (gpu worksize, comma separated values)
--cgpufragments value(can be 0,1,2,4,8,16,32,64,128, comma separated values)
--cgpuheavymode value (mode for heavy algos (1, 2, 3), comma separated values)
--cgputhreaddelay value (delay to maintain between same gpu threads, 1 - 1000, comma separated values)
--cgputargettemperature value (gpu temperature, comma separated values)
--cgputargetfanspeed value (gpu fan speed in RPM, comma separated values)
--cgpuofftemperature value (gpu turn off temperature, comma separated values)
--cgpuadltype value (gpu adl to use (1 or 2), comma separated values)
--cgpuoldmode value (old kernel creation mode - true or false, comma separated values)
Also first page :
V1.8.0
.
.
- No more mixing of cmd line setup and config files, now it's one or the other
That's why nothing is read from config-graft.txt
--cgpuintensity 120 wont work in bat. neiter --cgpuintensity 120,120,120,120,120,120,120,120,120 (9 vega rig)
Have made standalone txts and all work like a charm. 120int@vega64=2720h/s
it works in bat too, but you need to set cgpuid too so it knows for which gpu is which setting
https://i.ibb.co/bscxXcH/srb180.pngcpuid 0 = intel
remove word 'value' after --gpuintensity 😀
yeye i saw it after upload

just played with all possibilities. btw it ask define nuber of threads after all

and finally i start it from single bat
SRBMiner-CN.exe --gpureorder --ccryptonighttype graft --cpool pool.graft.hashvault.pro:7777 --cwallet zzzzzz --cgpuid 1,2,3,4,5,6,7,8,9 --cgpuintensity 120,120,120,120,120,120,120,120,120 --cgputhreads 2,2,2,2,2,2,2,2,2 --logfile %LOGTIME% --apienable
upd. --cgpuid 1,2,3,4,5,6,7,8,9 is wrong define. right is --cgpuid 0,1,2,3,4,5,6,7,8 even if i use internal intel graphic which appears as gpu0 in regedit&overdriventool or 1 card is not workin