Skip to content
This repository has been archived by the owner on Jan 9, 2021. It is now read-only.

Output goes to stderr instead of stdout #375

Closed
seymar opened this issue May 15, 2018 · 1 comment
Closed

Output goes to stderr instead of stdout #375

seymar opened this issue May 15, 2018 · 1 comment

Comments

@seymar
Copy link

seymar commented May 15, 2018

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 seymar closed this as completed May 15, 2018
@seymar
Copy link
Author

seymar commented May 15, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant