Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DASH] Dash | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX
by
Lukas_Jackson
on 20/01/2016, 08:49:22 UTC
Moocowmoo changed monitoring dashd process as follow.
save following code "actmn"
---------------------------------------
#!/bin/sh
while true; do
  if [ -z "$(pidof dashd)" ]; then
    /home/ubuntu/.dash/dashd &
  fi
  sleep 300
done

-----------------------
backgroud run
chmod +x actmn
nohup ./actmn &

-------------------------
I've run for 2 week, all dashd is alive....

I've seen that, but my mns runs without a problem from a long time and I didn't want to "fix" that. Thanks



I'm not sure if dashman is doing that, great tool. Thanks moocowmoo btw

https://dashtalk.org/threads/dashman-linux-masternode-mangement-made-mootastic.6376/

No, I have plans to incorporate local (and remote!) monitoring/restarting in version 0.2 of dashman, but the current version only does installs, updates, and status listings.

I've had to put the next version of dashman on hold prepping for Miami, but after I rewrite most of the prototype InstantX detection code to be something worthy of publishing (and publish it), I'm going to get back on it.

Glad you're enjoying it! You're welcome! Smiley

I've seen that too, and it will be great. One thing I forgot is a tip for you  Wink