Post
Topic
Board Announcements (Altcoins)
Re: [DANK] DarkKush - x13 POW/POS - A New CryptoCurrency Strain
by
DarkKush
on 31/10/2014, 03:50:42 UTC
http://i61.tinypic.com/210mxd0.jpg


IF bittrex exchange will not tolerate with the number of coins exceeding the 4.5 Millions limit, then the solution is forking the coin by making the last minable block become BLOCK#10120.


Otherwise, everything will be fine.


This is the link of the excel sheet if anyone wants to check it and revise the calculations:

http://www.mediafire.com/download/8svdlr3tds8bk6t/DarkKushCoin+DANK+-+Calculations.xlsx



EDIT: I've sent Mr. Richie of Bittrex exchange a message to check this out.



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! Smiley


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 Smiley