BitShares Forum

Main => General Discussion => Topic started by: clayop on November 10, 2014, 07:03:57 am

Title: When is next hardfork?
Post by: clayop on November 10, 2014, 07:03:57 am
0.4.24 rc says that the hardfork will take place at block 991700. When is it in UTC?
Title: Re: When is next hardfork?
Post by: thisisausername on November 10, 2014, 07:37:35 am
Around 20000 blocks from now or a bit over 2.3 days.

991700-971000*10/60/60/24 by my calculation.
Title: Re: When is next hardfork?
Post by: liondani on November 10, 2014, 07:42:41 am
(9917000-current  block)*10sec/60/60/24=days until fork (erase 24 to see exactly how much hours it takes until fork)

Sent from my ALCATEL ONE TOUCH 997D

Title: Re: When is next hardfork?
Post by: clayop on November 10, 2014, 08:12:10 am
Around 20000 blocks from now or a bit over 2.3 days.

991700-971000*10/60/60/24 by my calculation.

So about Nov 12 14:00 UTC?
Title: Re: When is next hardfork?
Post by: xeroc on November 10, 2014, 08:52:53 am
Around 20000 blocks from now or a bit over 2.3 days.

991700-971000*10/60/60/24 by my calculation.

So about Nov 12 14:00 UTC?


https://github.com/xeroc/pytshares/blob/master/timeofblock.py
Code: [Select]
python timeofblock.py 991700
block 991700 to appear in <= 2 days, 8:11:50
UTC time: 2014-11-12 17:04:00

assuming no missed blocks
Title: Re: When is next hardfork?
Post by: davidpbrown on November 10, 2014, 09:02:00 am
Surely there must be a simple way to add in estimates of the time such a event will occur, even if that is only a link out to a dynamic estimate?
Title: Re: When is next hardfork?
Post by: xeroc on November 10, 2014, 09:52:42 am
Surely there must be a simple way to add in estimates of the time such a event will occur, even if that is only a link out to a dynamic estimate?
paging @svk
maybe we can have such a feature in the block explorer

example python code is given here:
https://github.com/xeroc/pytshares/blob/master/timeofblock.py
Title: Re: When is next hardfork?
Post by: Rune on November 10, 2014, 03:52:59 pm
Is this the hard fork that introduces paid delegates? Gonna be exciting!
Title: Re: When is next hardfork?
Post by: vikram on November 10, 2014, 04:34:48 pm
I use WolframAlpha with:

( fork_block - current_block ) * 10 seconds

And it automatically tells you the time in the future.
Title: Re: When is next hardfork?
Post by: arhag on November 10, 2014, 06:41:29 pm
I just wrote a quick and dirty script to help people estimate the time of a hard fork given a block number.

http://jsfiddle.net/3jphLoep/1/

Enjoy.

Also, thank you svk for your wonderful service.
Title: Re: When is next hardfork?
Post by: clayop on November 10, 2014, 11:25:28 pm
I just wrote a quick and dirty script to help people estimate the time of a hard fork given a block number.

http://jsfiddle.net/3jphLoep/1/

Enjoy.

Also, thank you svk for your wonderful service.

 +5% +5% +5%
Title: Re: When is next hardfork?
Post by: islandking on November 10, 2014, 11:33:40 pm
Is this the hard fork for the transition from BTSX to BTS?
Title: Re: When is next hardfork?
Post by: davidpbrown on November 10, 2014, 11:37:49 pm
Is this the hard fork for the transition from BTSX to BTS?

That looks to be part of it.. detail at https://github.com/BitShares/bitshares/releases
Title: Re: When is next hardfork?
Post by: islandking on November 10, 2014, 11:39:07 pm
Is this the hard fork for the transition from BTSX to BTS?

That looks to be part of it.. detail at https://github.com/BitShares/bitshares/releases

Thanks for the link.