Post
Topic
Board Announcements (Altcoins)
Re: [ANN][TRUST] TRUSTplus [PoD5x2][PoR][BitTrex][Casheer][Android][Shopify]
by
stafur
on 10/07/2015, 04:17:21 UTC
You may find some of the information you are looking for at the following links:
https://chainz.cryptoid.info/trust/#!crypto
http://trust.blockexplorer.cc/chain/TrustPlus

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?

It sounds like the dates are a bit mixed up. About a year ago, back around July 4th of 2014, this coin was initially mined via PoW using an algorithm that exponentially released more coins for blocks generated  every 45 seconds up to block 12800. At block 12800 staking began. Please correct me if I'm wrong, but it is my understanding that paycoin was not even around during that time.
You can find the initial 12800 blocks at the following link:
http://trust.blockexplorer.cc/chain/TrustPlus?hi=12800&count=12800

If I'm correct staking should be able to be calculated as follows.
Well, at least to make an attempt at explaining, would translating the code in the main page:
static const int64_t COIN = 100000000;
static const int64_t CENT = 1000000;
...
static const int64_t COIN_YEAR_REWARD = 18 * CENT;
static const int64_t MAX_MINT_PROOF_OF_STAKE = 0.18 * COIN;
...
unsigned int nTargetSpacing = 1 * 45;
unsigned int nStakeMinAge = 8 * 60 * 60;
unsigned int nStakeMaxAge = 30 * 24 * 60 * 60;
...
int64_t nRewardCoinYear;
nRewardCoinYear = MAX_MINT_PROOF_OF_STAKE;
int64_t nSubsidy = nCoinAge * nRewardCoinYear / 365 / COIN;

as follows help?

"After a minimum of 8 hours, the coins that are set to stake accrue coin age for up to 1 month, max. The total number of coins that are generated per block is: 0.0004931507 times the amout of coin age accrued. The minimum number of coins generated by Coin Stake would therefore be the number of coins staked times 0.3333333333 times 0.0004931507. The maximum coins generated by Coin Stake would therefore be the number of coins staked times 30 times 0.0004931507." Smiley