yeah, the last stake i got, was 2 weeks ago. white said on a former page, that he has some guys, looking into code.
Everything is nearly ready and setup INCASE the coin doesn't start staking again @ block 100 000. Several people have looked it over, no one can find rhyme or reason for the staking to have stopped.
I had been taking "
getstakinginfo" snapshots over the last few days but I inadvertently closed my wallet and lost them ;( (I blame it on working night shifts and lack of proper sleep)
Anyway, I took a snapshot yesterday and again today about 21 hours apart and the "expected time" dropped from 81 to 70. It seems pretty consistent from what I've seen over the week and I think the expected time is changing by 1 for every 2 hours so I am assuming that we should see another round of payments for staking in about 6 days.
17:52:23
getstakinginfo
17:52:23
{
"enabled" : true,
"staking" : true,
"errors" : "",
"currentblocksize" : 1000,
"currentblocktx" : 0,
"pooledtx" : 0,
"difficulty" : 0.09153061,
"search-interval" : 1,
"weight" : xxxx, (removed for privacy)
"netstakeweight" : xxxx, (removed for privacy)
"expectedtime" : 81
}
14:28:33
getstakinginfo
14:28:33
{
"enabled" : true,
"staking" : true,
"errors" : "",
"currentblocksize" : 1000,
"currentblocktx" : 0,
"pooledtx" : 0,
"difficulty" : 0.09153061,
"search-interval" : 1,
"weight" : xxxx, (removed for privacy)
"netstakeweight" : xxxx, (removed for privacy)
"expectedtime" : 70
}
This is only a hunch. I haven't looked through the GPUcoin code as of yet.