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

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:
{
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