Hi Doc, here is the start.bat file.
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
@echo off
cd %~dp0
cls
for /f "tokens=2 delims==" %%a in ('wmic OS Get localdatetime /value') do set "dt=%%a"
set LOGTIME=%dt:~0,4%_%dt:~4,2%_%dt:~6,2%_%dt:~8,2%_%dt:~10,2%_%dt:~12,2%
set LOGTIME=%LOGTIME: =%
set LOGTIME=%LOGTIME:,=.%.txt
SRBMiner-CN.exe --enablecoinforking --config Config\config-litev7.txt --pools pools.txt --logfile %LOGTIME%
I have the same issue. Tried to reinstall the driver and the same result. The mb looks ok and everything runs and recognized. Any idea what is going on?
Hello,
I'm knew to SRB miner and I'm having some difficulty. I followed instructions in the guide and can only manage to get.
Enumerating OpenCL devices, please wait...
Restarting miner...
Enumerating OpenCL devices, please wait...
Restarting miner...
Enumerating OpenCL devices, please wait...
Restarting miner...
Times infinity. I'm using the generic guided set up with V1.8.9 and 8.6.1 for my vegas. I'm not sure what else to add, any advice?
Try reinstalling the drivers using DDU.
Otherwise, it might be an indication of a faulty motherboard.
Show me your start.bat file