I downloaded to the 2.0 wallet, and to this day no coins via staking. the block chain is up to date, the reserve balance is false, so no drama there. Any suggestions?
Help > Debug Window > Console > "getstakinginfo"
Do you see
"enabled" : true, "staking" : true along with a non-zero
"weight"?
This is what I've got:
{
"enabled" : true,
"staking" : true,
"errors" : "",
"currentblocksize" : 1000,
"currentblocktx" : 0,
"pooledtx" : 0,
"difficulty" : 502371.07030898,
"search-interval" : 16,
"weight" : 36131358532,
"netstakeweight" : 447029428083164,
"expectedtime" : 1113510
}
Any help would be appreciated.