Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.6.7 - with algo switching support
by
puntodecontrol
on 04/09/2018, 13:51:56 UTC
It doesnt save the log file.... any ideas?

Maybe there are no write permissions for the miner to work in its own folder?



If i put manually (--logfile log.txt) works, but if i let the star file creates it, it doesnt work.

This its my start.bat file

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
set LOGTIME=%date:~10,4%_%date:~4,2%_%date:~7,2%_%time:~0,2%_%time:~3,2%
set LOGTIME=%LOGTIME: =%
set LOGTIME=%LOGTIME:,=.%.txt

SRBMiner-CN.exe --config Config\config.txt --pools pools.txt --logfile %LOGTIME%