thendawg / nvezos

NvEZOS
https://www.nvezos.com
11 stars 2 forks source link

Frequency of log output #6

Open bastoker opened 6 years ago

bastoker commented 6 years ago

I noticed the infrequent logging of ewbf output.

I fixed this by applying the unbuffer tool:

sudo apt-get install expect
nohup unbuffer /ewbf/miner --user MyWorkerName --server zec.slushpool.com --pass x --port 4444 --fee 0 --pec > /home/yourusername/output.txt &

Maybe this will help others who want to improve monitoring of their processes.