Hi! Thanks for the new release!
I am still not able to get the --quit-disconnect to work. When the stratum disconnects, miniZ just hangs.
I also tried to use the --jobtimeout=10 to see if it will help force a disconnect and terminate in case the pool isn't disconnecting.
Since this is a script I'm working on that is suppose to go to the next line, I have the commands like this:
./miniZ --templimit 95 --intensity 100 --latency --tempunits C -cd 0 --telemetry 4069 --url
[email protected]:2144 --algo 144,5 --pers auto --ocX --retries=0 --retrydelay=0 --jobtimeout=10 --quit-disconnect --pass tmp-temp,c=BTC,equihash192,equihash125,equihash144
./miniZ --templimit 95 --intensity 100 --latency --tempunits C -cd 0 --telemetry 4069 --url
[email protected]:2192 --algo 192,7 --pers auto --ocX --retries=0 --retrydelay=0 --jobtimeout=10 --quit-disconnect --pass tmp-temp,c=BTC,equihash192,equihash125,equihash144
./miniZ --templimit 95 --intensity 100 --latency --tempunits C -cd 0 --telemetry 4069 --url
[email protected]:2125 --algo 125,4 --pers auto --ocX --retries=0 --retrydelay=0 --jobtimeout=10 --quit-disconnect --pass tmp-temp,c=BTC,equihash192,equihash125,equihash144
Based on the password, the pool will disconnect if what's listed in the password is not the most profitable. So in this example, it disconnect until you're mining the most profitable between equihash192, equihash125, and equihash144.
But here, when it's not the most profitable, it would just hang instead of disconnect, exit, then moving to the next line to attempt mining that algo.