Hi Monoeci Team,
I'm having trouble getting my masternode to verify running status on my vps.
monoeci@ip-172-31-38-49:~/sentinel$ monoeci@ip-172-31-38-49:~/sentinel$ monoeci-cli masternode status
bash: monoeci@ip-172-31-38-49:~/sentinel$: No such file or directory
monoeci@ip-172-31-38-49:~/sentinel$ {
> "vin": "CTxIn(COutPoint(0000000000000000000000000000000000000000000000000000000000000000, 4294967295), coinbase )",
> "service": "[::]:0",
> "status": "Not capable masternode: Can't detect valid external address. Please consider using the externalip configuration option if problem persists. Make sure to use IPv4 address only."
I get this erro when getting masternode status.
I think the issue was installing sentinel.
Specifically this section
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
I'm not able to paste that last part properly.