Pages:
Author

Topic: [ANN] Infinitecoin - IFC | V1.8 Released! *Mandatory Upgrade, upgrade ASAP* - page 19. (Read 199669 times)

erk
hero member
Activity: 826
Merit: 500
I looked at the block explorer in the OP, and it shows at block 246953 for about 2 days, is the block explorer stuck? or there's a fork?

In my opinion this is not the result of a fork, but a difficulty adjustment stall.

At block 245000, the developer changed the difficulty retarget method.  Before 245000, the code appeared to adjust the difficulty every 120 blocks, based on the block solving time of those 120 blocks.  The Difficulty would adjust by a maximum of 4x (four times).  After 245000, in an effort to reduce the strip mining effects by the multipools, the retarget scheme changed to adjust every block based on the block solving time of the previous 120 blocks with a maximum adjustment of 4x.  This turned out to be a disaster with the most recent hash rate increase on the coin, because in the space of 10 blocks, the difficulty increased by a factor of over 1 million.  Using the old method (pre 245000), the difficulty would have only increased by a factor of 4.  

Code:
Block     Difficulty
246943 0.00024414
246944 0.0004377
246945 0.0017508
246946 0.007
246947 0.028
246948 0.112
246949 0.448
246950 1.792
246951 7.171
246952 28.685
246953 114.742
246954 249.59 Not solved
...

Gamecoin GME has a similar problem. You can't average your diff over a large number of block without making it overshoot and lock you at high diff. To solve it, they settled on a recalc ever 12 block with a 48 block history, even that's too much history to average over, but they only do a 10% diff change on each recalc so it compensated a bit.
 If you were going to do a diff recalc every block, you wouldn't want to average over the last 120blocks, more like 4 or 5 blocks would be enough.

Now you have a real problem, it will probably need a new client release to fix as the next diff change will be higher not lower. Better get onto it quickly before exchanges and pools get mad. The changes will probably have to kick in on the next block, or the client will have to start at a lower diff somehow.


full member
Activity: 209
Merit: 100
I looked at the block explorer in the OP, and it shows at block 246953 for about 2 days, is the block explorer stuck? or there's a fork?

In my opinion this is not the result of a fork, but a difficulty adjustment stall.

At block 245000, the developer changed the difficulty retarget method.  Before 245000, the code appeared to adjust the difficulty every 120 blocks, based on the block solving time of those 120 blocks.  The Difficulty would adjust by a maximum of 4x (four times).  After 245000, in an effort to reduce the strip mining effects by the multipools, the retarget scheme changed to adjust every block based on the block solving time of the previous 120 blocks with a maximum adjustment of 4x.  This turned out to be a disaster with the most recent hash rate increase on the coin, because in the space of 10 blocks, the difficulty increased by a factor of over 1 million.  Using the old method (pre 245000), the difficulty would have only increased by a factor of 4. 

Code:
Block     Difficulty
246943 0.00024414
246944 0.0004377
246945 0.0017508
246946 0.007
246947 0.028
246948 0.112
246949 0.448
246950 1.792
246951 7.171
246952 28.685
246953 114.742
246954 249.59 Not solved

The hash rate reported by the client is incorrect.  The client reports 35.7 GH/s.  The hashrate calculation does not account for the changing difficulty.  Instead it assumes that last 120 blocks had a difficulty of 114.74, which results in a 35.7 GH/s number.  The code for calculating the network hash rate is another place an alt coin needs to be changed, when cloned from Litecoin.

My calculations for hash rate are as follows:
Code:
Block	 MH/s
246953 407.6
246952 535.7
246951 1,466.6
246950 171.0
246949 62.1
246948 24.1
246947 30.1
246946 30.1
246945 4.3
246944 1.9
246943 1.0

Since these hashrates are based on individual block times, they cannot be taken to be exact network hash rates due to luck.  The size of the multipool that was added may have been around 1 to 2 GH/s.
hero member
Activity: 766
Merit: 621
Own ONION
I also had a sync problem. But when I get the version 1.7 and sync'ed from the scratch (delete everything in the config dir except wallet and config files), the sync seems OK. And I sync'ed to block 247330. I am not sure if this is a forked chain or is the good chain. I looked at the block explorer in the OP, and it shows at block 246953 for about 2 days, is the block explorer stuck? or there's a fork?

Anyway, I am glad to get over the block 246953, and be in a block close to the diff retarget switch block of 248000.
legendary
Activity: 1624
Merit: 1001
All cryptos are FIAT digital currency. Do not use.
What caused this? Fork, exploit, hack the world 1st scrypt asic?

I think its a few of them. Shocked 

Or it could be some kind of hashpower/ share submission exploit.. or whatever they are talkin about here ..  https://bitcointalksearch.org/topic/asic-testing-on-scrypt-285656
full member
Activity: 182
Merit: 100
newbie
Activity: 46
Merit: 0

I cannot make heads or tails of what is happening in this block chain...
full member
Activity: 182
Merit: 100
What caused this? Fork, exploit, hack the world 1st scrypt asic?
legendary
Activity: 3318
Merit: 2008
First Exclusion Ever
Anyone currently running an IFC pool (no p2p please) lease contact me. I would like to provide some incentives to miners to get us to the turnover Smiley
full member
Activity: 209
Merit: 100
Someone has to know what the hell is going on with IFC? 35,732,342 KH, but difficulty is 1/10th what is should be.. more hash on IFC than LTC? no way....Fork or hash exploit?

I hope someone knows what happened and how to fix it.  The current difficulty, as was mentioned above, is 249.59.  It doesn't look like a fork.  It has been about 33 hours since the last block was solved according to http://exploretheblocks.com:2750/chain/Infinitecoin.

i had 1.7 working, but now it hangs at 182788 blocks to go...........
been there for more than 24 hours.

any reason it should do this?

I upgraded to 1.7 and it was able to sync the block chain 12 hours ago.
full member
Activity: 182
Merit: 100
Someone has to know what the hell is going on with IFC? 35,732,342 KH, but difficulty is 1/10th what is should be.. more hash on IFC than LTC? no way....Fork or hash exploit?
full member
Activity: 209
Merit: 100
After taking the source code and allowing the following to be output in the debug file, it was determined that the current difficulty is 250 (for block 246954).

Code:
GetNextWorkRequired RETARGET
nTargetTimespan = 3600    nActualTimespan = 1655
Before: 1c023b28  00000000023b2800000000000000000000000000000000000000000000000000; 114.74093
After:  1c010692  00000000010692be93e93e93e93e93e93e93e93e93e93e93e93e93e93e93e93e; 249.59029

The network hashrate according to the working pools adds up to about 7.5 MH/s (Although the client and coinchoose report something like 36Gh/s)

All things being equal, it looks like it will take 1.7 days to solve a block, after which the difficulty will adjust to about 62.  At this point in time, it has been 1.0 days.  Hopefully just another half day to go.

legendary
Activity: 2464
Merit: 3158
http://www.infinitedice.net has been updated to V1.7

waiting for that 248000 block switch.
member
Activity: 70
Merit: 10

Thanks Heju22. Can you please update the download links in infinitecoin.org? Thanks!

Everything is fine now and infinitecoin.org website has been updated.
Regards Heju
hero member
Activity: 770
Merit: 605
Thanks dream for informing me the issue. The download links in infinitecoin.org are not updated, which caused some confusions. I posted two messages there, so hope everyone is getting the right download links now.

All the links here in this thread are correct. I don't own infinitecoin.org, so I can not update there. I PM'ed Heju22 to update them. Please use the download links in OP here. And you can verify the version by checking Help->About Infinitecoin.

Thanks all for your patience.
legendary
Activity: 3318
Merit: 2008
First Exclusion Ever
really?
gee, I hadn't tried that before.
I'll give it a shot.



oh, for the 99th time.................
 Angry

I am using v1.7 from the Google link. I don't know what you are having so much trouble with.
hero member
Activity: 1073
Merit: 666
READ THIS AND GET BACK TO ME.

It says it all about this infinitecoin b.s.

If you are not going to keep it up, take care of it, and nurture it and help it grow by having the CORRECT information, so we can all be on the same page, then by god get rid of it.

http://infinitecointalk.org/index.php/topic,72.msg568.html#msg568


version 1.6 or version 1.7 does not exist. I tried to download it, too.
I get the same results as above.

The download page SAYS it is version 1.6 (which should be 1.7, as noted above in the link) and it downloads, unzips into version 1.5.

did I miss something here?

I used all of the info on page 1 of this post.
The link to Mega(whatever).nz is dead and does not work, period.
The skydive link just tells me to upgrade my browser. (well, make yours backwards compatible, that is usually the norm).
The google link finally downloaded something, I have no idea what. I had to use (yecchhh Initernet explorer to get it, too). the link doesn't like my firefox.
However, the point still stands, the links from infinitecoin.org are all bad, period.
THESE are the ones that go to version 1.6, whic his 1.5, and is supposed ot be 1.7.





All the links in OP work fine for me. Which link you used did not give you the right files? You should get Infinitecoin17.zip, in which there's a folder Infinitecoin that contains all files.

You should use the OP links in this thread. Other links for downloads may be outdated.

And after you download, open the qt client, At help->About Infinitecoin window, you should see v1.7.0.0.
full member
Activity: 161
Merit: 100
hero member
Activity: 770
Merit: 605
Everyone, please upgrade to version 1.7 as soon as possible.  Smiley
sr. member
Activity: 439
Merit: 250
mycoin.bitbank.com
Just tried sending IFC to cryptsy and bter,it worked fine

I am using the latest version 1.7
Pages:
Jump to: