Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Aegis, x15, PoS/Pow Hybrid - DEBIT CARD COMING!/ANN 8PM GMT
by
ajeef
on 18/07/2014, 11:20:24 UTC
Blockexplorer or its a scam.

https://github.com/aegisproject/aegis/blob/master/src/main.cpp
int64_t nSubsidy = 900 * COIN;

https://github.com/aegisproject/aegis/blob/master/src/main.h
static const int LAST_POW_BLOCK = 5555;
static const unsigned int MAX_BLOCK_SIZE = 1000000;
static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/2;
static const unsigned int MAX_BLOCK_SIGOPS = MAX_BLOCK_SIZE/50;
static const unsigned int MAX_ORPHAN_TRANSACTIONS = MAX_BLOCK_SIZE/100;
static const unsigned int MAX_INV_SZ = 50000;
static const int64_t MIN_TX_FEE = 1000;
static const int64_t MIN_RELAY_TX_FEE = MIN_TX_FEE;
static const int64_t MAX_MONEY = 6000000 * COIN;
static const int64_t COIN_YEAR_REWARD = 1 * CENT; // 1% per year
static const int64_t MAX_MINT_PROOF_OF_STAKE = 0.02 * COIN;   // 2% annual interest
static const int MODIFIER_INTERVAL_SWITCH = 5555;