RadiusCrypto / Radius

MIT License
3 stars 4 forks source link

Watchdog expired #2

Open alnev opened 6 years ago

alnev commented 6 years ago

Configured masternode , but it at once falls in watchdog expired - how to overcome ? I assume that you need to install sentinel, but how to configure it (I have another coin). please write the user manual

iDelphi commented 6 years ago

Me too... it fails on test

ghost commented 6 years ago

easy step is to install sentinel. you can find a paste-bin GUIDE here: https://pastebin.com/yPybpz93

ghost commented 6 years ago

MASTERNODE WATCHDOG FIX - LINUX VPS

  1. Donwload and installation of Sentinel-linux-x64.
cd .radiuscore
wget https://github.com/ZonnCash/sentinel/releases/download/v1.1.0-win64/sentinel-lin64
chmod +x sentinel-lin64
cp radius.conf radiusmn.conf
echo "desire_conf=/root/.radiuscore/radiusmn.conf" > sentinel.conf
  1. Starting and runing Sentinel to fix "Watchdog expired" error.

This command will run Sentinel in the background without stopping the service so you can close your ssh connection without any problems, sentinel will still run.

nohup ./sentinel-lin64 &

!!! go back to your root folder type in

top

This will give a list of all your services that are running on your server if you see sentinel-lin64 in the process list then its working. If you want to kill the process for it look for PID number copy it and then run kill ID number n should stop this. !!! !!! Now to wait round 30min or longer and you will see your masternode status going to "ENABLED" instead of "WATCHDOG EXPIRE". !!!