looks good, with a lot of antiinstamine blocks too, how de we see total coins existing without blockexplorer? is there any command for console?
Go to console and type:
getinfo
This will appear:

{
"version" : "v1.0.1.0-g",
"protocolversion" : 60020,
"walletversion" : 60000,
"balance" : 0.00000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 136,
"timeoffset" : 7,
[b]"moneysupply" : 0.00000000,[/b]
"connections" : 10,
"proxy" : "",
"ip" : "85.108.170.3",
"difficulty" : {
"proof-of-work" : 8.12494340,
"proof-of-stake" : 0.00001526
},
"testnet" : false,
"keypoololdest" : 1433626934,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00000000,
"errors" : ""
}