Dev, two questions:
1)When are ICO coins being given out.
2)ANN says stake age 1 hour, it's been over 1.5 hours and wallet still says no mature coins?
There's no stake weight on the network at all yet.
{
"blocks" : 1983,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : {
"proof-of-work" : 3.69242146,
"proof-of-stake" : 0.00001526,
"search-interval" : 16
},
"blockvalue" : 20000000,
"netmhashps" : 528.62764731,
"netstakeweight" : 0.00000000,
"errors" : "",
"pooledtx" : 0,
"stakeweight" : {
"minimum" : 0,
"maximum" : 0,
"combined" : 0
},
"testnet" : false
}
I'm looking through main.h like OCminer taught me but I don't know enough about what to look for, in order to determine when coins should actually start gaining stake weight or what block that should be at.