Post
Topic
Board Announcements (Altcoins)
Re: [AMBER] X13 POW/POS| 10k AMBER=0,01% SHARES | BUY, HOLD & GET DIVIDENDS in BTC/$
by
OVRGRO
on 02/08/2016, 11:58:59 UTC
meh pos rewards on amber took a big hit randomly... i used to get 1 coin per stake a day and now its down to .2 coins per stake a day. wonder why the silent pos change when new company took over

Silent pos change lol? It's clearly written in the code, and from what I can tell you of all people should know that. I went to github and copy pasta'd this from the main.h file

Quote
const int64_t POS_REWARD_YEAR1 = 0.07 * COIN; // Mandatory update (Hard fork) to change year 1 PoS reward
static const int64_t POS_REWARD_YEAR2 = 0.02 * COIN; // Year 2 reward
static const int64_t POS_REWARD_YEAR3 = 0.01 * COIN; // Year 3 reward
static const int64_t POS_REWARD_YEAR7 = 0.005 * COIN; // Year 4 -> 8 reward
static const int64_t POS_REWARD_YEAR_STD = 0.0025 * COIN; // Year 8 -> onwards

static const int MODIFIER_INTERVAL_SWITCH = 129600;
static const int REWARD_UPDATE_BLOCK = 116000;
static const int REWARD_UPDATE_BLOCK_V2 = 590000;

static const int64_t BLOCK_HEIGHT_END_YEAR1 = 1051200; // year 1 end estimated block height
static const int64_t BLOCK_HEIGHT_END_YEAR2 = 2102400; // year 2 end estimated block height
static const int64_t BLOCK_HEIGHT_END_YEAR3 = 3153600; // year 3 end estimated block height
static const int64_t BLOCK_HEIGHT_END_YEAR7 = 7358400; // year 7 end estimated block height

Block 1051200 occurred on May 29, thus pos went from 7% to 2%. Almost a year + 10 days since pos staking started.