with empty config.txt (only {}) SRBMiner-CN.exe --ccryptonighttype normalv7 --cgpuid 0 --cgpuintensity 120 --cgputhreads 2 --cpool xmr-eu1.nanopool.org:14444 --cwallet xxxxxxxxxxxxxx
=
invalid config file. Missing Value is "cryptonighttype"
after putting the cryptotype in the config -> missing Value is "Intensity"
config.txt
{
}
start.bat
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
@echo off
cd %~dp0
cls
SRBMiner-CN.exe --gpureorder --logfile log.txt --sendallstales --ccryptonighttype normalv7 --cgpuid 0,1,2,3,4 --cgpuintensity 55,55,55,58,55 --cgputhreads 2,2,2,2,2 --cpool xmr-eu1.nanopool.org:14444 --cwallet xxxxxxx
Works. Just tried it.