Post
Topic
Board Announcements (Altcoins)
Re: Zeus Altcoin Evaluation System
by
webcoinx14
on 26/07/2014, 07:52:20 UTC
Today's first evaluation coin:WEB

OK,let's begin.
1.Dev ID Newbie,Registered at July 19, 2014, 08:25:40 AM,this round: 0
2.clearly OP, algo x14,2 million(appro)
Block 2-250 are 1 WEB //To Prevent Instamine
Block 251-1500 are 500 WEB
Block 1501-3100 are 400 WEB //After Block 3100 Rewards Halve
Block 3101-4500 are 200 WEB
Block 4501-6000 are 100 WEB
Block 6001-7400 are 50 WEB
Block 7401-8900 are 25 WEB
Block 8901-10300 are 10 WEB
Block 10301-11000 are 1 WEB
POW Ends on Block 11000 (approx. ~7.6 days),the decrease reward help to pretect the price from the miners dumping, this round:0.5
3.the source code is honest,can't find some hidden block,
Code:
int64_t nSubsidy = 100 * COIN;
if(pindexBest->nHeight < 1)
    {
        nSubsidy = 18000 * COIN; // Developer Premine
    }
else if(pindexBest->nHeight < 250)
    {
nSubsidy = 1 * COIN; // Low Reward for Fair Distribution
    }
else if(pindexBest->nHeight < 1500)
    {
nSubsidy = 500 * COIN;
    }
else if(pindexBest->nHeight < 3100)
    {
nSubsidy = 400 * COIN;
    }
else if(pindexBest->nHeight < 4500)
    {
nSubsidy = 200 * COIN;
    }
else if(pindexBest->nHeight < 6000)
    {
nSubsidy = 100 * COIN;
    }
else if(pindexBest->nHeight < 7400)
    {
nSubsidy = 50 * COIN;
    }
else if(pindexBest->nHeight < 8900)
    {
nSubsidy = 25 * COIN;
    }
else if(pindexBest->nHeight < 10300)
    {
nSubsidy = 10 * COIN;
    }
else if(pindexBest->nHeight < 11100)
    {
nSubsidy = 1 * COIN;
    }
so this round:0.5
4.twitter yes,block explorer yes,no the website,this round:0.5
5.innovation:new Algorithm X14, this round:1.5
6.give out X14 cpu miner and X14 gpu miner,this round:1
7.there's no roadmap and plan,this round:0
8.exchange: ccex ,this round:0.5


ZAES LEVEL:4.5

ZAES:we will update the level if Dev update some information.

Thank you for your evaluation of WEB....What other details can I provide to you to update further?