Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
JuanHungLo
on 03/07/2014, 07:36:14 UTC
How to activate the Logging into a File? Sometimes SGMiner just close without giving an Information why. Would like to Log everything to see what happen.

The way I log activity is to start my miners with a batch file:

Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
del *.bin
sgminer 2>logfile.txt --config nicehashx15.conf

the "sgminer 2>logfile.txt" will write the activity to the same directory as the sgminer.

but lately my miners have been shutting down or freezing or rebooting without a clue left in the logfile.

Something's not right with the x15 config.  I just can't figure it out.