Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.8.0 - native algo switching
by
doktor83
on 07/03/2019, 19:22:22 UTC
how to setup intensity through bat?
Code:
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 :

Code:
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

cpuid 0 = intel

remove word 'value' after --gpuintensity 😀