Dev response: everything is OK.We are currently at block 12389 per
http://blocks.suprnova.cc:2669/ and the nodes and my own wallet.
Total coins currently
2944921.85534319 From a master node:
root@danknode1:~/darkkush/src# ./darkkushd getinfo
{
"version" : "v2.0.0.0-g",
"protocolversion" : 60013,
"walletversion" : 60000,
"balance" : 0.00000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" :
12396,
"timeoffset" : 0,
"moneysupply" :
2945171.91579618,
"connections" : 28,
"proxy" : "",
"ip" : "104.131.189.160",
"difficulty" : {
"proof-of-work" : 87.27499727,
"proof-of-stake" : 0.00025434
},
"testnet" : false,
"keypoololdest" : 1414317847,
"keypoolsize" : 101,
"paytxfee" : 0.00010000,
"mininput" : 0.00000000,
"errors" : ""
}
So as of right now there are a bit under 3 million coins. However the ANN has a small error, thank you Kozmos. Checking the code again I see:
else if(pindexBest->nHeight < 10000)
{
nSubsidy = 100 * COIN;
}
else if(pindexBest->nHeight < 12500)
{
nSubsidy = 50 * COIN;
}
else if(pindexBest->nHeight < 15001)
{
nSubsidy = 25 * COIN;
}
The last block of 50 coin rewards will be 12499, not 12000 as mentioned in the ANN. We'll update that right now!
It looks like we are going to end up with a number much closer to 3 million, not the estimated 4.5, because of proof of stake blocks replacing many of the POW blocks.
Thank you for the keen eye, the 12000 block halving will be updated to 12499 right now.
DANK devs are working hard on this project, not just stupid stoners