On the FAQ page you have a list of commands, one for each algorithm. However when I have ethminer in that list it never gets passed that:
ℹ 20:48:47|ethminer Connecting to stratum server europe.equihash-hub.miningpoolhub.com:12023
ℹ 20:48:47|stratum Connected to stratum server europe.equihash-hub.miningpoolhub.com : 12023
ℹ 20:48:47|stratum Starting farm
cl 20:48:47|cl-0 No work. Pause for 3 s.
cl 20:48:47|cl-1 No work. Pause for 3 s.
ℹ 20:48:47|stratum Subscribed to stratum server
ℹ 20:48:47|stratum Worker not authorized: myuser.first
ℹ 20:48:47|stratum Disconnecting
ℹ 20:48:47|stratum Stopping farm
cl 20:48:50|cl-0 No work. Pause for 3 s.
cl 20:48:50|cl-1 No work. Pause for 3 s.
cl 20:48:53|cl-0 No work. Pause for 3 s.
cl 20:48:53|cl-1 No work. Pause for 3 s.
cl 20:48:56|cl-0 No work. Pause for 3 s.
cl 20:48:56|cl-1 No work. Pause for 3 s.
how to make sure ethminer exists? I have:
~/ethminer -FF exit --farm-retries 0 -G -S europe.equihash-hub.miningpoolhub.com:12023 -O ${USERNAME}.${WORKERNAME}:x -FS exit
thank you
Maybe setting "--farm-retried 0" would do it. I haven't tested it, but read the source code.
I really see "--farm-retries" and not with a d (just as I had it) in the code:
https://github.com/ethereum-mining/ethminer/blob/master/ethminer/MinerAux.h#L138And I got it from the batch file examples in the FAQ from miningpoolhub.com so I think the example is not working as described.
If it is not working maybe better change the example...