Post
Topic
Board Announcements (Altcoins)
Re: [ANN] X15 MaiaCoin ◀► The best x15 PoW/PoS ◀► 30GH/s Net rate!
by
ocminer
on 29/06/2014, 11:55:29 UTC
Quote


Quote
- 5 coins per PoW block to the foundation wallet for long term support.
On the front page  Smiley

But state there 505 per Block (500 for user, 5 dev)

Which pool wrong ? Or is supernova stealing from dev ?

I quit mining this, something wrong.

We're not stealing, pleae dont post FUD !

The Block Reward is 505 coins, look at source:

Code:
{
        int64_t nSubsidy = 505 * COIN;
        if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy);
        return nSubsidy + nFees;
    }

From this 505 coins, 5 go to dev addres, which is what we are doing.

It seems there's a bug in dedicated's stratum, i've messaged binaryclock about this, he'll surely fix it up real quick