Old daemon and wallet version 0.18.3
Feathercoin Clock
-
[img]http://images.livemods.net/d.png[/img]
I need to fix the reward drop estimate but everything else is done.
-
Can you tell me a little more about the clockโฆ looks cool!
-
I need help fixing the maths for the halting.
Drawn using CoolClock JS
-
So when did the clock start? I understand the maths and clock params, but I canโt get my head around how you came to 13:50 (or is it 01:50) now?
Also Sat 24th may 1997? What is this?
I am not criticising btw, Iโm really interested, just lost a little that is all!
-
[quote name=โUKMarkโ post=โ4097โ timestamp=โ1368780419โ]
So when did the clock start? I understand the maths and clock params, but I canโt get my head around how you came to 13:50 (or is it 01:50) now?
Also Sat 24th may 1997? What is this?
I am not criticising btw, Iโm really interested, just lost a little that is all!
[/quote]
Time traveling coins, they exist!
-
[quote name=โUKMarkโ post=โ4097โ timestamp=โ1368780419โ]
So when did the clock start? I understand the maths and clock params, but I canโt get my head around how you came to 13:50 (or is it 01:50) now?
Also Sat 24th may 1997? What is this?
I am not criticising btw, Iโm really interested, just lost a little that is all!
[/quote]See? I botched the mathOh wait, I redid it. The estimate looks right now. Thoughts?
-
[quote name=โlive627โ post=โ4258โ timestamp=โ1368835191โ]
[quote author=UKMark link=topic=461.msg4097#msg4097 date=1368780419]
So when did the clock start? I understand the maths and clock params, but I canโt get my head around how you came to 13:50 (or is it 01:50) now?
Also Sat 24th may 1997? What is this?
I am not criticising btw, Iโm really interested, just lost a little that is all!
[/quote]See? I botched the mathOh wait, I redid it. The estimate looks right now. Thoughts?
[/quote]A little explanation of how you arrived at the current time and from what start point you chose and why you chose that start point etc, etc - would be [i]really[/i] great!!
PLEASE!
-
[url=http://ftc.ahsum.com/clock]ftc.ahsum.com/clock[/url]
EDIT: Cannot get the block number ATM, will fix soon.
-
oh here is my formula: strtotime(โ2013-04-16 21:17:40โ) + ((840000 * 150) - ($blockcount * 150))
I work in PHP.
It ended up simper than I imagined. I was using the number of coins before, which didnโt work. 150 is the desired secoonds between blocks. Target blocks per reward is 840k
-
[quote name=โlive627โ post=โ4260โ timestamp=โ1368835562โ]
[url=http://ftc.ahsum.com/clock]ftc.ahsum.com/clock[/url]
[/quote]Page not loading at present
Iโll check it out tomorrow! 8)[quote author=live627 link=topic=461.msg4261#msg4261 date=1368836034]
oh here is my formula: strtotime(โ2013-04-16 21:17:40โ) + ((840000 * 150) - ($blockcount * 150))I work in PHP.
It ended up simper than I imagined. I was using the number of coins before, which didnโt work. 150 is the desired secoonds between blocks. Target blocks per reward is 840k
[/quote]Right thank you! So you did use the first block, nice!
-
lol, Iโve visited this page several times and left because [b][i]I never saw the clock move[/i][/b].
I never read much on the page, until now. I get it now, very nice job!