as all your intensities are same, drop the duplicateid stuff from cmd and put 2 threads in config. Algo switching doesnt like cmd parameters, i will try to fix that
I removed --enableduplicateguid from config but miner still close.
here's the crashlog
[2018-08-16 21:39:25] Miner version: 1.6.6
[2018-08-16 21:39:25] Windows version: 10.0 build 17134
[2018-08-16 21:39:25] Video driver version: 24.20.11021.1000
only 3 lines now
here's the 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 --sendallstales --config config-normalv7.txt --pools pools-algos.txt --logfile crashlog.txt --usealgoswitching
pause
i remove duplicate line from the config too
{
"cryptonight_type" : "normalv7",
"intensity" : 0,
"double_threads" : true,
"min_rig_speed" : 7500,
"min_rig_speed_duration" : 60,
"gpu_conf" :
[
{ "id" : 0, "intensity" : 112, "worksize" : 16, "threads" : 2},
{ "id" : 1, "intensity" : 77, "worksize" : 16, "threads" : 2},
{ "id" : 2, "intensity" : 112, "worksize" : 16, "threads" : 2},
{ "id" : 3, "intensity" : 112, "worksize" : 16, "threads" : 2},
]
/* THERE ARE A LOT OF OPTIONS/PARAMETERS YOU CAN USE HERE */
/* YOU CAN FIND THEM IN THE README FILE */
}
If I remove the --usealgoswitching it will run