How can I see what version masternode is on? I updated all my nodes, but all are missing even after restart.
log in and use the command:
./darknet-cli getinfo
you should get someting like that:
{
"version" : 1010001,
"protocolversion" : 70107,
"walletversion" : 61000,
"balance" : 0.00000000,
"obfuscation_balance" : 0.00000000,
"blocks" : 151521,
"timeoffset" : 0,
"connections" : 9,
"proxy" : "",
"difficulty" : 25.90104256,
"testnet" : false,
"keypoololdest" : 1457711145,
"keypoolsize" : 1001,
"paytxfee" : 0.00000000,
"relayfee" : 0.00010000,
"errors" : ""
}
check the first line (version)