ok so in nano paste the following line in
* * * * * cd /home/YOURUSERNAME/sentinel && ./venv/bin/python bin/sentinel.py >/dev/null 2>&1
where it says YOURUSERNAME change this to the name of the user you made (in the monacocoin website tutorial they use "bob")
so like this
* * * * * cd /home/bob/sentinel && ./venv/bin/python bin/sentinel.py >/dev/null 2>&1
thanks it helped.
so i finished the vps setup and now i try to launch the wallet after editing the masternode config file and i get
error reading masternode configuration file: could not parse masternode.conf
line: 4
mn1" vps ip":port" "masternode priv key"
what am i doing wrong now...