Does chaincoind has some rpc which will return masternode status?
masternodelist "
mode" "
filter"
Get a list of masternodes in different modes
Arguments:1. "mode" (string, optional/required to use filter, defaults = status) The mode to run list in
2. "filter" (string, optional) Filter results. Partial match by IP by default in all modes, additional matches in some modes
Available modes:activeseconds - Print number of seconds masternode recognized by the network as enabled
donation - Show donation settings
full - Print info in format 'status protocol pubkey vin lastseen activeseconds' (can be additionally filtered, partial match)
lastseen - Print timestamp of when a masternode was last seen on the network
pose - Print Proof-of-Service score
protocol - Print protocol of a masternode (can be additionally filtered, exact match))
pubkey - Print public key associated with a masternode (can be additionally filtered, partial match)
rank - Print rank of a masternode based on current block
status - Print masternode status: ENABLED / EXPIRED / VIN_SPENT / REMOVE / POS_ERROR (can be additionally filtered, partial match)
vin - Print vin associated with a masternode (can be additionally filtered, partial match)
votes - Print all masternode votes for a Chaincoin initiative (can be additionally filtered, partial match)
I'm thinking we probably need to put together some documentation on this stuff...