thanks for the reply papasmurf1337
You give this user as sample or you tried with that command?
You are not authorized with foo.bar user
yes, foo.bar is just a sample. id you want to try it, you can try:
miner --eexit 3 --server asia.equihash-hub.miningpoolhub.com --user henyojess.rigx --pass x --port 12023
also --eexit should not be correct command.
running miner --help shows that --eexit is a valid option, did I miss anything???:
+-------------------------------------------------+
| EWBF's Zcash CUDA miner. 0.3.4b |
+-------------------------------------------------+
--help, -h Show this help.
--server Stratum server only hostname or ip address.
--port Stratum server port.
--user Stratum user.
--pass Stratum password.
--fee The developer fee in percent allowed decimals for example 0, 1, 2.5, 1.5 etc.
--pec Power efficiency calculator. Shows power statistics.
--cuda_devices Space-separated list of cuda devices.
Without this option all devices are used.
--solver Disable benchmark and use specified solver
Allowed values from 0 to 3.
--eexit Exit in case of error. Value 1 exit if miner cannot restart workers.
Value 2 if lost connection with the pool. 3 both cases.
--log Create file miner.log in directory of miner.
Allowed values 1 and 2. 1 only errors, 2 will repeat console output.
--logfile Set custom filename.
--config Config file.
--tempunits Temperature units, allowed values: C for celsius, F for fahrenheit and K for kelvin :)).
--templimit Temperature limit, gpu will be stopped if this limit is reached.
--api Enable api without an argument will be listen on 127.0.0.1:42000,
You can set listen address as an argument for example: --api 0.0.0.0:12345
Allowed ports 1000 - 65535