Hi! First off, congrats on the work done on this miner.
I've been using cast and not happy with it and it became very unstable.
I've tried SRB using minimal config and it connected correctly. Immediately I saw better hashrate with the same configs, but it gets several jobs and sends no shares, which is really strange. So I started playing around with the settings, and now it doesn't even start

These are my files. What am I doing wrong here? Also want to put the restart script in, but haven't tried yet.
I'd really appreciate if you could help me on getting SRB cracking =)
Thanks
PS: the GPU restart seems to do it one by one, then says it restarted correctly, and shuts down after a quick message in red
start filesetx 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
cd C:\Users\vega\Desktop\SRBMiner-CN-V1-6-5
OverdriveNTool.exe -p1Vega-h4 -p2Vega-h3 -p3Vega-h1 -p4Vega-h2
timeout /t 1
cls
set EXE=SRBMiner-CN.exe
%EXE% --sendallstales --config config.txt --pools pools.txt
reboot fileshutdown.exe /r /t 10
pools file{
"pools" :
[
{"pool" : "xmr-eu1.nanopool.org:14444", "wallet" : "XXXwallet.USER/email@email.com", "password" : "x"},
]
}
config file{
"cryptonight_type" : "normalv7",
"intensity" : 0,
"double_threads" : true,
"restart_devices_on_startup" : true,
"min_rig_speed" : 7400,
"target_temperature" : 60,
/* THERE ARE A LOT OF OPTIONS/PARAMETERS YOU CAN USE HERE */
/* YOU CAN FIND THEM IN THE README FILE */
}