notsofast
Legendary
Offline
Activity: 1518
Merit: 1042
@notsofast
|
|
June 10, 2015, 07:08:47 PM |
|
Mining this with all physical rigs. Difficulty adjustment working well it seems. It sure does cut down those block rewards.
Looking forward to what hedgefund could be.
|
twitter.com/notsofast
|
|
|
ocminer
Legendary
Offline
Activity: 2702
Merit: 1240
|
|
June 10, 2015, 07:09:00 PM |
|
It looks like something is wrong with the rewards
|
suprnova pools - reliable mining pools - #suprnova on freenet https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
|
|
|
Live4Crypto
|
|
June 10, 2015, 07:09:09 PM |
|
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.
Edited.
|
|
|
|
Live4Crypto
|
|
June 10, 2015, 07:09:43 PM |
|
It looks like something is wrong with the rewards
I'm absolutely shocked!!
|
|
|
|
ocminer
Legendary
Offline
Activity: 2702
Merit: 1240
|
|
June 10, 2015, 07:10:24 PM |
|
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.
|
suprnova pools - reliable mining pools - #suprnova on freenet https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
|
|
|
ShoeOnHead
Member
Offline
Activity: 70
Merit: 10
|
|
June 10, 2015, 07:11:34 PM |
|
It looks like something is wrong with the rewards
Hahaha yes Block 42 was 500 coins block 65 is 1 coin Do fast relaunch please
|
|
|
|
hedgehogcoin (OP)
Member
Offline
Activity: 70
Merit: 10
|
|
June 10, 2015, 07:13:01 PM |
|
// 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. #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!
|
|
|
|
ocminer
Legendary
Offline
Activity: 2702
Merit: 1240
|
|
June 10, 2015, 07:14:05 PM |
|
// 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. #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
|
suprnova pools - reliable mining pools - #suprnova on freenet https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
|
|
|
Starin
|
|
June 10, 2015, 07:14:13 PM |
|
1 coin block reward? No incentive to mine at all. Gj to all who got 500 coin rewards like 20 blocks earlier.
|
|
|
|
jambo110
Legendary
Offline
Activity: 1311
Merit: 1003
|
|
June 10, 2015, 07:15:01 PM |
|
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
|
|
|
|
bathrobehero
Legendary
Offline
Activity: 2002
Merit: 1051
ICO? Not even once.
|
|
June 10, 2015, 07:17:26 PM |
|
|
Not your keys, not your coins!
|
|
|
ShoeOnHead
Member
Offline
Activity: 70
Merit: 10
|
|
June 10, 2015, 07:17:40 PM |
|
It looks like something is wrong with the rewards
Hahaha yes Block 42 was 500 coins block 65 is 1 coin Do fast relaunch please LOOOL! Lachen met devs!
|
|
|
|
ocminer
Legendary
Offline
Activity: 2702
Merit: 1240
|
|
June 10, 2015, 07:18:02 PM |
|
That is just the calculation, but it is not active because of my earlier mentioned commented out check
|
suprnova pools - reliable mining pools - #suprnova on freenet https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
|
|
|
bathrobehero
Legendary
Offline
Activity: 2002
Merit: 1051
ICO? Not even once.
|
|
June 10, 2015, 07:19:03 PM |
|
That is just the calculation, but it is not active because of my earlier mentioned commented out check Source: Generated Credit: 487.50 EDGE (matures in 91 more blocks) That would be exactly 500 coins without a 2.5% donation.
|
Not your keys, not your coins!
|
|
|
hedgehogcoin (OP)
Member
Offline
Activity: 70
Merit: 10
|
|
June 10, 2015, 07:19:59 PM |
|
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. 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
|
|
|
|
ocminer
Legendary
Offline
Activity: 2702
Merit: 1240
|
|
June 10, 2015, 07:21:04 PM |
|
That is just the calculation, but it is not active because of my earlier mentioned commented out check 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.
|
suprnova pools - reliable mining pools - #suprnova on freenet https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
|
|
|
spofas
|
|
June 10, 2015, 07:21:54 PM |
|
GOTTA GO FAST
|
|
|
|
ShoeOnHead
Member
Offline
Activity: 70
Merit: 10
|
|
June 10, 2015, 07:23:42 PM |
|
GOTTA GO FAST Where is spoderman when you need him?
|
|
|
|
bathrobehero
Legendary
Offline
Activity: 2002
Merit: 1051
ICO? Not even once.
|
|
June 10, 2015, 07:27:35 PM |
|
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.
|
Not your keys, not your coins!
|
|
|
SalimNagamato
Legendary
Offline
Activity: 924
Merit: 1000
|
|
June 10, 2015, 07:27:44 PM |
|
shitcoin
|
not hashing, folding and curing (check FLDC merged-folding! reuse good GPUs)
|
|
|
|