Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [Oficial] RoxoCoin | New AltCoin | PoW [Suspicious link removed]d Start For New Miners!
by
tekyboy
on 03/04/2016, 05:39:07 UTC
Haha great plans, this will definitely outclass Bitcoin in a few weeks!
Haha i dont think this like a competition, i think this coin like my Life Legacy, i know that i am not too old for thinking this but as my life legacy being a coin and the coin its connected in the internet and the internet its everywhere this makes my life a little bit more good haha (sorry for the Bad English, i am Brazilian).
And Godson_Mansa About the Specs, What types of Specs do you want or think its should be good here?

int64 GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = 50 * COIN;

            if(nHeight == 1)
            {
            nSubsidy = 848485 * COIN;
            }

    // Subsidy is cut in half every 840000 blocks
    nSubsidy >>= (nHeight / Params().SubsidyHalvingInterval());

    return nSubsidy + nFees;
}

static const int64 nTargetTimespan = 9 * 60;
static const int64 nTargetSpacing = 3 * 60;
static const int64 nInterval = nTargetTimespan / nTargetSpacing;


these kind of specs