Where can I find the latest block number? So I can check if i'm on the right chain.
getmininginfo
This is how mine looks like
{
"blocks" : 193961,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 37.53923539,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 744853689,
"pooledtx" : 0,
"testnet" : false
}