Ok, then it also looks like all Coins were mined in the first Blocks so where did I hear about being a fork of PayCoin? How long ago was the OP updated? It looks like they added in all the information I talked about. Where was it that I read that the premine was in fact 30 million? 120 Coins per Block for 3 days is 777,000 Coins, but 12800 Blocks is 6 days of mining? and 12800 Blocks at 120 Coins per Block would yield about 1.1-1.3 million Coins, why is the money supply at 31.5 mil then? that means the premine is 30 mil?
Thank you everyone for helping. Firstblock was 3,439,788 of which paid for the dev for the coin software, coinking.io for a multipool after PoW and marketing. The real challenge to TRUST was the PoW stage. People would mine X11 waiting for the big rewards in the last reward group... Almost 2.5 T/s at the end because they realized PoS started so quickly and PoW stage was limited to coin count, not the block count. This coin was made for for people that paid attention and started mining early. Block 1 could PoS and reduce the total amount of coins cutting off the big miners that waited.
int64_t GetProofOfWorkReward(int64_t nFees)
{
int64_t nSubsidy = 120 * COIN;
if (pindexBest->nHeight+1 == 1)
{
nSubsidy = 3439788 * COIN;
return nSubsidy + nFees;
}
else if (pindexBest->nHeight+1 <= 50)
{
nSubsidy = 1 * COIN;
return nSubsidy + nFees;
}
else if (pindexBest->nHeight+1 <= 100)
{
nSubsidy = 50 * COIN;
return nSubsidy + nFees;
}
else if (pindexBest->nHeight+1 <= 200)
{
nSubsidy = 100 * COIN;
return nSubsidy + nFees;
}
else if (pindexBest->nHeight+1 <= 400)
{
nSubsidy = 200 * COIN;
return nSubsidy + nFees;
}
else if (pindexBest->nHeight+1 <= 800)
{
nSubsidy = 400 * COIN;
return nSubsidy + nFees;
}
else if (pindexBest->nHeight+1 <= 1600)
{
nSubsidy = 800 * COIN;
return nSubsidy + nFees;
}
else if (pindexBest->nHeight+1 <= 3200)
{
nSubsidy = 1600 * COIN;
return nSubsidy + nFees;
}
else if (pindexBest->nHeight+1 <= 6400)
{
nSubsidy = 3200 * COIN;
return nSubsidy + nFees;
}
else if (pindexBest->nHeight+1 <= 12800)
{
nSubsidy = 6400 * COIN;
return nSubsidy + nFees;
}
Coin went to about 30,000,000 and stopped PoW rewards.
Now, paycoin was launched at Christmas and while I was investigating their code on GIT, I noticed some Veilcoin code and of course the final reference to the Veilcoin Dev. I had IPOminer's admin confirm. We where involved with buying a VaultBreaker and GAW wanted us to exchange Hashlets with our deposit. We knew something was very wrong. I refunded anyone who bought coins and hashlets through me and kept the hashlets, including the dead immortals. I have coins from staking Since then I have been trying to increase the value of XPY since I am a pretty big bagholder. Their development group TeamXPY are working on open source projects that could be adpated to TRUST, hoping to help recover some losses. PAYCON is a perfect name for this.
TRUST was a clone from hackcoin made by the best and brightest bitcoiners. Most coins produced today are LTC/Peer Coin base without the features we have not (published/implemented) and new coins have a nifty QT form. That is not where I believe 90% of the world consumers are interested in.
TRUST was a good launch and our price was stable, PoS kicked PoW out two days early, and then the large miners started eating away at sell walls driving the price as low as 37. We were limping along, stafur contributed the android wallet and we met daser. Daser was more than enthusiastic about investing in TRUST. I have advised him on many different coins and their attributes to diversify. Some of those are working out well, but he has stayed focused on TRUST. His project has turned into a Corporation, in UK called UKDF. UKDF has pretty much purchased all the mined coins available for sale and is staking, like the original major TRUST Miner wishes since we are a stable 1000+ satoshi coin. They made and sold the coins under 400 forgoing almost $20k and a steady PoS stream.
I am always open to questions, but no one is allowed to make up anything without proof, or accuse anyone of being something they have not stated. This is a place where we trust; no one will attack or interrogate anyone(s) responses. We are to make a community of trust, not distrust. The only way to do this is to moderate people who do not abide.