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 math :POh 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 math :POh 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! 8)
-
lol, I’ve visited this page several times and left because [b][i]I never saw the clock move[/i][/b]. :P
I never read much on the page, until now. I get it now, very nice job!