Post
Topic
Board Altcoin Discussion
Re: [FeatherCoin][ANN] - FeatherCoin Calculator & Blockchain Stats
by
altmine2
on 26/04/2013, 22:15:38 UTC
Looks great! Thanks for that!

Since you already have all the data: Would it be possible to add some charts?

Like Difficulty over time.
Or Hashrate over time.

Also nice to have would be number of transactions/day over time...

[EDIT] Where do you get the "Estimated Network Hashrate" from? http://fc.dontmine.me/accountdetails and https://featherpool.com/ show much higher hashrates.
Charts are a bit more complex as it requires the recording of history, and thus, a database.


Very nice work, a suggestion, if any new data is added, make it in a starkly contrasting color format, or a new page.
Thanks! I'm planning on changing the colour scheme and organization to improve readability


I think getting network hash over 1500 blocks is a bit too many. You might want to drop that number down significantly.
What would you say is a good number? I can change it to calculate over the last n blocks but it'll take an extra API call. i.e. the page will load slightly slower.


Very nice work....Just a heads up for your abbreviations you're using FTC where as everywhere else it is refered to as FC. not a huge deal but should probably change it
Is the official format FC? I was using FTC because I was following the common practice of naming currencies with three letter abbreviations, e.g. USD, JPY, BTC, etc.


Next difficulty estimate calculation is broken it shows 36, but it's not true, next difficulty should be about 27.
That's because it's calculating from the last difficulty retarget and the hashrate has increased since then. I supposed it might be possible to use some calculus to find the instantaneous hashrate or something.