{
"version" : "v1.4.2.0-g32a928e",
"protocolversion" : 60020,
"walletversion" : 60000,
"balance" : 510.22226290,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 46152,
"timeoffset" : 51,
"moneysupply" : 560556.00000000,
"connections" : 13,
"proxy" : "",
"ip" : "19x.x.x.x",
"difficulty" : {
"proof-of-work" : 115.31111462,
"proof-of-stake" : 22906.50922415
},
"testnet" : false,
"keypoololdest" : 1429742358,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00000000,
"unlocked_until" : 0,
"errors" : ""
}
The wallet say 'staking' getinfo show that. How i know if i'm staking?
Try typing getstakinginfo instead of getinfo.
This will get you something like this:
{
"enabled" : true,
"staking" : false,
"errors" : "",
"currentblocksize" : 1000,
"currentblocktx" : 0,
"pooledtx" : 0,
"difficulty" : 15770.59867223,
"search-interval" : 16,
"weight" : 0,
"netstakeweight" : 10853164811101,
"expectedtime" : 0
}
Staking should be true, if it is then you are surely staking

.