Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019
by
helpme85
on 02/09/2017, 21:05:47 UTC
@fullzero

please help me, howto log ethminer console on a log file


Find ethminer line in 3main and add this to the end of it
Code:
2>&1 | tee your_log-file_name.log

like this :

Code:
screen -dmS miner $HCD -S $UBQ_POOL -O $UBQADDR:x -U   2>&1 | tee your_log-file_name.log

I tried but the log file was empty


My guess is you will most likely need to redirect the screen to a log and not ethminer; but I haven't tried it.
What do I need to do? I will try