Pages:
Author

Topic: [ANN] [COV] Coven Coin (old thread, locked, link to new thread in ann) - page 5. (Read 10790 times)

sr. member
Activity: 325
Merit: 250
Coven (COV) has been listed on CoinGather under the BTC market.
hero member
Activity: 742
Merit: 500
Dev, can you come up with a logo ? I got an empty square on my pool to fill in Tongue



I'm sure there is a coin logo in there somewhere.

[edit]


No copyright infringements. You saw how well that went with Unreal coin.

Just some humor.
sr. member
Activity: 266
Merit: 250
Infected Mushroom
legendary
Activity: 1610
Merit: 1008
Forget-about-it
700 THash on minerpools
legendary
Activity: 1848
Merit: 1018
Dev, can you come up with a logo ? I got an empty square on my pool to fill in Tongue



I'm sure there is a coin logo in there somewhere.

[edit]


No copyright infringements. You saw how well that went with Unreal coin.
hero member
Activity: 742
Merit: 500

34,000 Total POW Coins
sr. member
Activity: 266
Merit: 250
Infected Mushroom
Mining some. Let's see what happens.
hero member
Activity: 742
Merit: 500
Dev, can you come up with a logo ? I got an empty square on my pool to fill in Tongue



I'm sure there is a coin logo in there somewhere.

[edit]

full member
Activity: 224
Merit: 100
rewards updated; POS = 3%; roadmap/ann to follow after successful POW period

Nice, short PoW!  I can dig it.

Can't wait to see what you guys have to show!
legendary
Activity: 924
Merit: 1000
Bitfarms.io
guy got all the big blocks lol

We got most of them, but looks the ANN may be wrong, we're getting 45 BR


minerspool now hitting all ther block and i have no idea wgat i mined on yours it can't be so litlle i hit it hard but canceling now

i'll checxk later what i mined .. good luck

We can see now, blocks started coming  slower so we can see the stats properly.
legendary
Activity: 924
Merit: 1000
Bitfarms.io
Dev, can you come up with a logo ? I got an empty square on my pool to fill in Tongue
newbie
Activity: 56
Merit: 0
Dev,
Thanks, and O.K. now that you posted correct rewards,
what is % POS? And any plans or better ANN coming?

rewards updated; POS = 3%; roadmap/ann to follow after successful POW period
hero member
Activity: 574
Merit: 500
( ͡° ͜ʖ ͡°)
jesus guys please spread the hash, we need this to be balanced.

Do not mine all at one pool!!!!!
legendary
Activity: 1848
Merit: 1018
Dev,
Thanks, and O.K. now that you posted correct rewards,
what is % POS? And any plans or better ANN coming?
sr. member
Activity: 448
Merit: 250
guy got all the big blocks lol

We got most of them, but looks the ANN may be wrong, we're getting 45 BR


minerspool now hitting all ther block and i have no idea wgat i mined on yours it can't be so litlle i hit it hard but canceling now

i'll checxk later what i mined .. good luck
legendary
Activity: 1764
Merit: 1022
https://bitbucket.org/CovCOVEN/coven/src/16a50b850d8061f86c083641857635d651e319a9/src/main.cpp?at=master#cl-983

Code:
// miner's coin base reward
int64_t GetProofOfWorkReward(int64_t nFees)
{
    int64_t nSubsidy = 0 * COIN;
 
    if(pindexBest->nHeight < 100)
    {
        nSubsidy = 0 * COIN;
    }
        else if(pindexBest->nHeight < 200)
    {
        nSubsidy = 50 * COIN;
    }
        else if(pindexBest->nHeight < 400)
    {
        nSubsidy = 45 * COIN;
    }
        else if(pindexBest->nHeight < 600)
    {
        nSubsidy = 40 * COIN;
    }
        else if(pindexBest->nHeight < 800)
    {
        nSubsidy = 30 * COIN;
    }
        else if(pindexBest->nHeight < 1000)
    {
        nSubsidy = 20 * COIN;
    }
        else if(pindexBest->nHeight < 1200)
    {
        nSubsidy = 10 * COIN;
    }   
    if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy);

    return nSubsidy + nFees;
}
legendary
Activity: 1848
Merit: 1018
Dev,
Can you clearify block rewards in OP please, they are off.
sr. member
Activity: 348
Merit: 250
ANN like CASHTAKER  Grin
legendary
Activity: 1764
Merit: 1022
block rewards dont seem to be right, only 45 on block 250?

I hit some block solo that were 50 COV so I would guess those must have been within the 100-200 range


I got in at block 9

{
"Blocks" : 9,
"Current Block Size" : 1000,
"Current Block Tx" : 0,
"Difficulty" : {
"Proof of Work" : 0.00783450,
"Proof of Stake" : 0.00390625,
"Search Interval" : 1
},
"Block Value" : 0,
"Net MH/s" : 0.00779091,
"Net Stake Weight" : 0.00000000,
"Errors" : "",
"Pooled Tx" : 0,
"Stake Weight" : {
"Minimum" : 0,
"Maximum" : 0,
"Combined" : 0
},
"Stake Interest" : 3000000,
"Testnet" : false
}
sr. member
Activity: 448
Merit: 250
guy got all the big blocks lol

We got most of them, but looks the ANN may be wrong, we're getting 45 BR

ok i'm on it
Pages:
Jump to: