Hey guys. What do I need to do to have xptminer automatically restart after disconnecting from the mining server. I am running Ubuntu on this particular computer.
Try something like this:
while /bin/true; do ./xptminer-xxxxxx -param1 -param arg2;sleep 10;done
This will restart the xptminer in a loop forever with a 10 second wait in between.
one4many