nicehash / nheqminer

Equihash miner for NiceHash
https://www.nicehash.com
MIT License
769 stars 583 forks source link

Output goes to stderr instead of stdout #375

Closed seymar closed 6 years ago

seymar commented 6 years ago

I'm starting the miner through a Node.JS script and I can only receive the output on stderr while you would expect it to come from stdout, very weird. I don't have this problem with another miner.

I managed to do a quick fix by piping stderr to stdout using 2>&1

./nheqminer -l pool -u address/worker 2>&1

But I still think this should not be the case and other people might run into this problem too

seymar commented 6 years ago

Nevermind wrong repository: https://github.com/kost/nheqminer