There is only one IP. This is VPS and the IP is static
the sentinel section in the masternode tutorial isn't explained properly.
Below is whats in the guide but it when I copy and paste the exact cost that it lists below it doesn't work properly. The last part has you try to save or append some directory but the instructions skip over it.
Sentinel installation :
cd
git clone
https://github.com/monacocoin-net/sentinel.git && cd sentinel
virtualenv ./venv
./venv/bin/pip install -r requirements.txt
Test the settings :
./venv/bin/py.test ./test
crontab -e
Press enter and copy/paste the following command at the end of the file
* * * * * cd /home/monoeci/sentinel && ./venv/bin/python bin/sentinel.py >/dev/null 2>&1