Pages:
Author

Topic: [ANN][PAY] ePay | Anonymous | X11 | Masternodes | Darksend | InstantX - page 17. (Read 34958 times)

sr. member
Activity: 378
Merit: 250
also the block reward is not calculated correctly.
as you can see it is whole numbers only.
darkcoin is not. because this

 nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
if (nSubsidy > 250) nSubsidy = 250;
if (nSubsidy < 50) nSubsidy = 50;
} else { // CPU mining calc
nSubsidy = (11111.0 / (pow((dDiff+51.0)/6.0,2.0)));
if (nSubsidy > 5000) nSubsidy = 5000;
if (nSubsidy < 250) nSubsidy = 250;
}

he forgot to times (11111.0 / (pow((dDiff+51.0)/6.0,2.0))) by 10
and he forgot to times (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0))) by 10
the result of those are way less than 250. so why he put the min 250 expected 10x darkcoin blockrewards without accually multiplying the nsubsidy before the min and max caps by 10? changing the min and max caps does not changee the block reward.
you need to multiply the source of nsubsidy first . not doing that makes those caps useless.

also, if((nHeight >= 17000 && dDiff > 75) || nHeight >= 24000)
it is hilarous that thats there.
legendary
Activity: 2688
Merit: 1240
new release v0.11.1.253

- Hardfork at block 3800 to fix diff retarget
- new checkpoint

https://github.com/wonko433/ecash/releases/tag/v0.11.1.253

windows wallets will come as quickly as possible.


What ?!??!

We are already at block 5800, how do you want to fork the old chain Huh!?!?!

This not possible.




Yes, but you still cannot fork for at 3800 .. we are OVER 3800, you cannot fork/hardfork "back in the chain"..

We're not in back to the future here.. Smiley

my bad i meant block 5800  Tongue


Lol..

I'm compiling now.. you're killing me Smiley

No we are on the Block 5787
sr. member
Activity: 389
Merit: 250
new release v0.11.1.253

- Hardfork at block 3800 to fix diff retarget
- new checkpoint

https://github.com/wonko433/ecash/releases/tag/v0.11.1.253

windows wallets will come as quickly as possible.


What ?!??!

We are already at block 5800, how do you want to fork the old chain Huh!?!?!

This not possible.


No we are on the Block 5787


Yes, but you still cannot fork for at 3800 .. we are OVER 3800, you cannot fork/hardfork "back in the chain"..

We're not in back to the future here.. Smiley

my bad i meant block 5800  Tongue
sr. member
Activity: 378
Merit: 250
SCAM


also, he made it instamine on purpose.
this is the code that he left in it to cause the instamine
 if(nHeight > 4500 || TestNet()) dDiff = ConvertBitsToDouble(nBits);

this makes the difficulty not calculated correctly before block 4500.
that is why all the blocks to 4500 were instamined.
legendary
Activity: 2688
Merit: 1240
new release v0.11.1.253

- Hardfork at block 3800 to fix diff retarget
- new checkpoint

https://github.com/wonko433/ecash/releases/tag/v0.11.1.253

windows wallets will come as quickly as possible.


What ?!??!

We are already at block 5800, how do you want to fork the old chain Huh!?!?!

This not possible.

No we are on the Block 5787


Yes, but you still cannot fork for at 3800 .. we are OVER 3800, you cannot fork/hardfork "back in the chain"..

We're not in back to the future here.. Smiley
hero member
Activity: 518
Merit: 500
sr. member
Activity: 389
Merit: 250
new release v0.11.1.253

- Hardfork at block 3800 to fix diff retarget
- new checkpoint

https://github.com/wonko433/ecash/releases/tag/v0.11.1.253

windows wallets will come as quickly as possible.


What ?!??!

We are already at block 5800, how do you want to fork the old chain Huh!?!?!

This not possible.

No we are on the Block 5787
legendary
Activity: 2688
Merit: 1240
new release v0.11.1.253

- Hardfork at block 3800 to fix diff retarget
- new checkpoint

https://github.com/wonko433/ecash/releases/tag/v0.11.1.253

windows wallets will come as quickly as possible.


What ?!??!

We are already at block 5800, how do you want to fork the old chain Huh!?!?!

This not possible.
sr. member
Activity: 378
Merit: 250
new release v0.11.1.253

- Hardfork at block 3800 to fix diff retarget
- new checkpoint

https://github.com/wonko433/ecash/releases/tag/v0.11.1.253

windows wallets will come as quickly as possible.
I am laughing my ass off!!!!!!!!!!!!!!!!!!111 you are the worste dev in the world. you just broke your coin again.
this is funny watching you keep relaunching lolololol

why? its note broke now  Huh
it is. you cant just change numbers in the coin randomly man. take atleast 1 minute longer to accually check if what you changed makes sense or not before you push to github.
you broke the last one because you did that. now you broke it again.

stop relaunching. learn how to fix a coin while its running. learn atleast basic c++. so you dont have to relaunch every time you want to change a simple thing.
i offeered you to fix the old one for free. but you just iggnored me after you broke it. and people called me a fudder for offering to help.

sr. member
Activity: 389
Merit: 250
new release v0.11.1.253

- Hardfork at block 3800 to fix diff retarget
- new checkpoint

https://github.com/wonko433/ecash/releases/tag/v0.11.1.253

windows wallets will come as quickly as possible.
I am laughing my ass off!!!!!!!!!!!!!!!!!!111 you are the worste dev in the world. you just broke your coin again.
this is funny watching you keep relaunching lolololol

why? its note broke now  Huh
sr. member
Activity: 378
Merit: 250
new release v0.11.1.253

- Hardfork at block 3800 to fix diff retarget
- new checkpoint

https://github.com/wonko433/ecash/releases/tag/v0.11.1.253

windows wallets will come as quickly as possible.
I am laughing my ass off!!!!!!!!!!!!!!!!!!111 you are the worste dev in the world. you just broke your coin again.
this is funny watching you keep relaunching lolololol
you made me lose btc because you relaunched.
now you broke the new one too. good thing i didnt mine.
sr. member
Activity: 389
Merit: 250
new release v0.11.1.253

- Hardfork at block 5800 to fix diff retarget
- new checkpoint

https://github.com/wonko433/ecash/releases/tag/v0.11.1.253

windows wallets will come as quickly as possible.
member
Activity: 117
Merit: 10
any advice for syncing, guys?
copper member
Activity: 1162
Merit: 1025
still didnt work i cant make a maternode if my wallet wont sync, this coins busted
member
Activity: 80
Merit: 10
StopTheFakes.io | pre-ICO 21.11.2017 | +40% Bonus
legendary
Activity: 1694
Merit: 1002
Decentralize Everything
So this is an exact Darkcoin clone so far.  What are the planned additional/different features?
full member
Activity: 196
Merit: 100
member
Activity: 112
Merit: 10
Relaunch without swap?? Please add some fud to this shit coin and dev.

Pages:
Jump to: