Post
Topic
Board Announcements (Altcoins)
Re: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record
by
one4many
on 17/01/2016, 13:12:22 UTC
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:

Code:
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