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:
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.