Hi, this version really needs a fix.
If my rigs lost connection with the server, miner just stops the software and closes. It is supposed to try to reconnect with the server, but is not doing that.
I have my rigs connected with powerline adaptares, so the connection brakes for 3 seconds 3/4 times a day. I NEED A FIX PLS!
I don't have this problem, but maybe simple script might help you? Since it will keep running miner again and again...
It's for Windows, miner is in dstm folder, script one level above, and I think you can lower the timeout in your case.
:mine
timeout 60
cd dstm
zm --server ssl://eu1-zcash.flypool.org --port 3443 --user t1N1eJnRtQuyai6ewvQsaJe3ACWAvHykqhu --time
cd..
echo DSTM MINER RESTARTED AT %TIME% %DATE% >> dstm_log.txt
goto mine