I was looking at the source code, thinking of creating a pool:
line 834 of main.cpp:
int64 static GetBlockValue(int nHeight, int64 nFees)
{
int64 nSubsidy = 100 * COIN;
if(nHeight < 99) {nSubsidy = 1000000000 * COIN;} <--------------- premined !!!!!!!!!!!
nSubsidy >>= (nHeight / 525600);
return nSubsidy + nFees;
}
static const int64 nTargetTimespan_Version1 = 24 * 60 * 60; // SolarCoin: 24 Hours
static const int64 nTargetSpacing = 60 ; // SolarCoin: 1 Minute Blocks
static const int64 nInterval_Version1 = nTargetTimespan_Version1 / nTargetSpacing; // SolarCoin: 1440 bloc
looks like the first 99 blocks were premined @ 1000000000 coins each block !
that's 99,000,000,000 premined coins!!!!!!
block reward for miners is only 100 coins.
ARE THE DEVELOPERS PAYING OFF PROMOTERS WITH PREMINE TO HYPE THIS COIN
wtf?
?
Is this another scam coin / pump-n-dump
?
wow ---- people need to see this!