one thing for sure is that all of what we are waiting for information from dev .
I do not want a huge amount of my Crack become garbage !!
The coin is a hybrid of
Pow + PoS, the PoW phase should last for another 2 days as PoW is being done alongside PoS, with the PoW phase not ending until the
10,000th PoW block, that means that the blocks which are solved using PoS are not counted towards the number of PoW blocks solved so far and the rewards from solving PoS blocks are only with a variable interest of
1-3% rather than the PoW block reward of
600 CRACK. The coin will switch to
Pure PoS after the 10,000th PoW block.
Using
getinfo you can easily see the current number of PoW blocks that have been solved as well as the number of PoW blocks left in the following output.
crackcoind getinfo
{
"version" : "v1.0.0.0-g32a928e",
"protocolversion" : 60014,
"walletversion" : 60000,
"balance" : 0.00000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 10726,
"powblocks" : 6906,
"powblocksleft" : 3094,
"timeoffset" : 103,
"moneysupply" : 4099200.00092801,
"connections" : 49,
"proxy" : "",
"ip" : "87.121.52.87",
"difficulty" : {
"proof-of-work" : 109.28547699,
"proof-of-stake" : 0.00872874
},
"testnet" : false,
"keypoololdest" : 1410077019,
"keypoolsize" : 101,
"paytxfee" : 0.00010000,
"mininput" : 0.00000000,
"errors" : ""
}
As well you can use the following RPC methods to determine the number of remaining PoW blocks and approximate time left.
getpowblocksleft [block]
getpowtimeleft [time-unit] [block]
For example:crackcoind getpowtimeleft hours
55.82865000