Post
Topic
Board Announcements (Altcoins)
Re: [ANN] VIVO - Masternodes, ASIC-Resistant, Secure, High MN Rewards, Decentralized
by
mg_home
on 14/11/2017, 12:31:58 UTC
WATCHDOG_EXPIRED status for all masternodes!
I am experiencing the same with another coin as well.

What is happening?

Follow the guide here to install and run sentinel: https://www.vivocrypto.com/vivo-technologies/masternodes/sentinel-guide/

Before starting the steps make to restart your masternode wallet with reindex.

What does it mean? Is this correct?

mg@43707:~/.vivocore/sentinel$ cat sentinel-cron.log
Unable to submit: Object creation rate limit exceeded
Unable to submit: Object creation rate limit exceeded
mg@43707:~/.vivocore/sentinel$

--
Instead of every minute sentinel running as described in the guide
* * * * * cd /home/YOURUSERNAME/.vivocore/sentinel && ./venv/bin/python bin/sentinel.py 2>&1 >> sentinel-cron.log

I have added sentinel to crontab as described in the guide Step 9) Create a crontab entry to wake sentinel every five minutes:

*/5 * * * * cd /home/YOURUSERNAME/.vivocore/sentinel && ./venv/bin/python bin/sentinel.py 2>&1 >> sentinel-cron.log

Which one is correct: every 5 minutes or every minute?