XSSX is to fork , see
http://cryptoscene.com/threads/ann-spamslayer-x11-ico-over-wall-down-fork-announcement.139/UPCOMING FORK ANNOUNCEMENT
THIS COIN WILL FORK ON BLOCK - TBA
ESTIMATED DATE AND TIME - TBA
CHANGES TO CODE FOLLOWS
MAIN.H
INCREASING STAKE INTEREST FROM 3% TO 6%
static const int64_t COIN_YEAR_REWARD = 6 * CENT;
static const int64_t MAX_MINT_PROOF_OF_STAKE = 0.06 * COIN;
MAIN.CPP
CHANGING BLOCK TIME FROM 90 SECONDS TO 60 SECONDS
INCREASING REWARDS PoW
nTargetSpacing = 1 * 60; // 60 seconds
else if(pindexBest->nHeight < 20000) {
nSubsidy = 30 * COIN;
}
else if(pindexBest->nHeight < 30000) { // 40 after block 30000
nSubsidy = 40 * COIN;
int64_t nSubsidy = 50 * COIN;
Why?
Attract more miners, more buyers and more investors