Pages:
Author

Topic: ★★★ HedgeCoin | KGW+DGW | HedgeFunds | X13 | Diff based rewards ★★★ - page 14. (Read 21078 times)

member
Activity: 70
Merit: 10
I think this coin should be restarted.

That would make 0 difference to the algorithm.
We could restart it 50x and more, block reward is based on difficulty and difficulty is based on hashrate.

No pain no gain. If you cant handle to mine this coin, then leave  Cheesy Wink
sr. member
Activity: 298
Merit: 250
I think this coin should be restarted.
member
Activity: 70
Merit: 10
GOTTA GO FAST



25 EDGE reward for that one!

Makes me wonder if people are still used to mining real coins?
legendary
Activity: 924
Merit: 1000
legendary
Activity: 2002
Merit: 1051
ICO? Not even once.
If you mine with the integrated miner, yes, but this is not valid for stratum/getwork mining, look at the pools blocks.

Was solomining with GPUs, had no idea there could be a difference between solo and pool mining like this.
member
Activity: 70
Merit: 10
sr. member
Activity: 261
Merit: 255
legendary
Activity: 2688
Merit: 1240

Source: Generated
Credit: 487.50 EDGE (matures in 91 more blocks)

That would be exactly 500 coins without a 2.5% donation.

If you mine with the integrated miner, yes, but this is not valid for stratum/getwork mining, look at the pools blocks.
member
Activity: 70
Merit: 10
It looks like something is wrong with the rewards

To much hashrate at once, making rewards drop like crazy.
That was the whole incentive of the code.

Kimoto's Gravity Well + Darkcoins Gravity Wave + diff dependant block rewards.
Keep on mining, rewards will get back up again.

Code:
if(nHeight == 1) {nSubsidy = 660000;} // 2% premine
    else if(nHeight >= 2000) {
        if((nHeight >= 7000 && dDiff > 75) || nHeight >= 15000) { // GPU/ASIC difficulty calc
            // 2222222/(((x+2600)/9)^2)
            nSubsidy = (44444444.0 / (pow((dDiff+2600.0)/9.0,2.0)));
            if (nSubsidy > 25) nSubsidy = 55;
            if (nSubsidy < 5) nSubsidy = 15;
        } else { // CPU mining calc
            nSubsidy = (22222.0 / (pow((dDiff+51.0)/6.0,2.0)));
            if (nSubsidy > 500) nSubsidy = 500;
            if (nSubsidy < 25) nSubsidy = 25;
        }
    } else {
        [b]nSubsidy = (2222.0 / (pow((dDiff+1.0),2.0)));[/b] <- NOW
        if (nSubsidy > 500) nSubsidy = 500;
        if (nSubsidy < 1) nSubsidy = 1;
    }

People, this is a real coin with a real algorithm, not some 2day PoW shit coin.

THE BLOCK REWARDS ARE DEPENDANT ON THE DIFFICULTY
legendary
Activity: 2002
Merit: 1051
ICO? Not even once.

Source: Generated
Credit: 487.50 EDGE (matures in 91 more blocks)

That would be exactly 500 coins without a 2.5% donation.
member
Activity: 70
Merit: 10
It looks like something is wrong with the rewards

Hahaha yes Smiley

Block 42 was 500 coins
block 65 is 1 coin

Do fast relaunch please Smiley

LOOOL!

Lachen met devs!
legendary
Activity: 1311
Merit: 1003
1 coin block reward? No incentive to mine at all. Gj to all who got 500 coin rewards like 20 blocks earlier.
expect them any sec
sr. member
Activity: 266
Merit: 250
Infected Mushroom
1 coin block reward? No incentive to mine at all. Gj to all who got 500 coin rewards like 20 blocks earlier.
legendary
Activity: 2688
Merit: 1240
Quote
// With hedgecoin, 0% of all of the block subsidy should go to the charity address. (thx to einsteinium)
      int64 reward = GetBlockValue(pindexPrev->nBits,pindexPrev->nHeight+1, 0);
      int64 charityAmount = reward * 2.5 / 100;

I does take 2.5% from every block; the block reward was 487.5 instead of 500.

Your are 100% correct about this. It seems like my cpp file got reloaded when changing github.

Code:
#define CHARITY_ADDRESS "a2cccadeafb9da926daaa7e9b90260eafa0b102b" // T1UQpFqGkqyEx4iJFWpw6kSy1yigVbe7GH

Since this is an non-existing address, i will update it with the next release, in about 12-24h with a few more updates.
Thank you for bringing it to our attention!

All that stuff is commented out here:

https://github.com/equiteam/HedgeCoin/blob/master/src/main.cpp#L1912
member
Activity: 70
Merit: 10
Quote
// With hedgecoin, 0% of all of the block subsidy should go to the charity address. (thx to einsteinium)
      int64 reward = GetBlockValue(pindexPrev->nBits,pindexPrev->nHeight+1, 0);
      int64 charityAmount = reward * 2.5 / 100;

I does take 2.5% from every block; the block reward was 487.5 instead of 500.

Your are 100% correct about this. It seems like my cpp file got reloaded when changing github.

Code:
#define CHARITY_ADDRESS "a2cccadeafb9da926daaa7e9b90260eafa0b102b" // T1UQpFqGkqyEx4iJFWpw6kSy1yigVbe7GH

Since this is an non-existing address, i will update it with the next release, in about 12-24h with a few more updates.
Thank you for bringing it to our attention!
member
Activity: 70
Merit: 10
It looks like something is wrong with the rewards

Hahaha yes Smiley

Block 42 was 500 coins
block 65 is 1 coin

Do fast relaunch please Smiley
legendary
Activity: 2688
Merit: 1240
Wow, what a scammy coin this is.

Taking an extra 2.5% off the top of EVERY block after you instamined 50 with absurd rewards...this will go NOWHERE.

This is not correct, the code which would do this is commented out in the source, nothing is being sent to a development fund or so.
full member
Activity: 168
Merit: 100
It looks like something is wrong with the rewards

I'm absolutely shocked!!
Pages:
Jump to: