Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Sloth] Slothcoin - SHA3 - launched!
by
thimo
on 17/03/2014, 21:04:17 UTC
Code:
int64 static GetBlockValue(int nHeight, int64 nFees, unsigned int nBits)
{
    int64 nSubsidy = 10000 * COIN;

        if(nHeight < 5)
        {
                nSubsidy = 50000000 * COIN;
        }

nice instamining there.

That's the premine, which is indicated in the opening post. This is used for bounty's for pools exchanges and services. I will make a log for all transaction from this address. Right now, none of it has moved.

Quote
...
Difficulty Retarget Time: 4 blocks
Premine: very small; 0,2% for bounties
Ports: 5108(RPC), 5107(P2P)
...