Pages:
Author

Topic: [ANN] bitcoinX charts & dashboard - difficulty vs. price, forum top 10 - page 3. (Read 9716 times)

legendary
Activity: 1708
Merit: 1020
Could you raise TOP 10 topic to 15 (or more)

I watch your website about 5 time a day and still feel like I'm missing a lot of interesting thread.

I also suggest that you move the top 15 discussions to the top instead of the news section that seems to get outdated very fast.

Thanks for being my morning front page.

thank you for the feedback!  Cool

depending on forum traffic the lower top threads can get quite random. but let's just give it a try. will make the suggested changes in the next couple of days.
donator
Activity: 1731
Merit: 1008
Could you raise TOP 10 topic to 15 (or more)

I watch your website about 5 time a day and still feel like I'm missing a lot of interesting thread.

I also suggest that you move the top 15 discussions to the top instead of the news section that seems to get outdated very fast.

Thanks for being my morning front page.
legendary
Activity: 1708
Merit: 1020
Something seems to be off with days/hours for next difficulty...it's been at 3 days for 3 days  Undecided

thanks for letting me know. blockexplorer.com api is partially down. I have set up a fix so that in case of error data will be taken from blockexplorer.info.

will have to check on this tonight/tomorrow


All network data values now have a fall back source.
legendary
Activity: 1708
Merit: 1020
Something seems to be off with days/hours for next difficulty...it's been at 3 days for 3 days  Undecided

thanks for letting me know. blockexplorer.com api is partially down. I have set up a fix so that in case of error data will be taken from blockexplorer.info.

will have to check on this tonight/tomorrow

donator
Activity: 798
Merit: 500
Something seems to be off with days/hours for next difficulty...it's been at 3 days for 3 days  Undecided
legendary
Activity: 1708
Merit: 1020
[...]
I sent you another small tip, I really appreciate !

actually it was quite generous, thanks!  Grin
full member
Activity: 184
Merit: 100
Feel the coffee, be the coffee.
Difficulty estimate fixed: For quite a while the difficulty estimate on bitcoinx.com/charts was broken (data and graphs). Thanks to Jonathan for notifying me. It should be fixed now and be relatively accurate right after retargeting, too.

The estimate from blockexplorer.com is used: indirectly for the first 504 blocks after retargeting, otherwise direct.


please peer review:

Quote
            btcBlocksSinceRetarget = btcBlockHeight % 2016;
            estimateSmear = 504.0  # blocks
            est = self.get_estimate()  # http://blockexplorer.com/q/estimate
            if btcBlocksSinceRetarget < estimateSmear:
                est = ( curDifficulty * (estimateSmear - btcBlocksSinceRetarget) / estimateSmear +
                          (est * 1.0 * btcBlocksSinceRetarget) / estimateSmear )

The math seems to make sense and the chart looks good.

Thanks for fixing this and for the acknowledgement.

I sent you another small tip, I really appreciate !
legendary
Activity: 1708
Merit: 1020
Difficulty estimate fixed: For quite a while the difficulty estimate on bitcoinx.com/charts was broken (data and graphs). Thanks to Jonathan for notifying me. It should be fixed now and be relatively accurate right after retargeting, too.

The estimate from blockexplorer.com is used: indirectly for the first 504 blocks after retargeting, otherwise direct.


please peer review:

Quote
            btcBlocksSinceRetarget = btcBlockHeight % 2016;
            estimateSmear = 504.0  # blocks
            est = self.get_estimate()  # http://blockexplorer.com/q/estimate
            if btcBlocksSinceRetarget < estimateSmear:
                est = ( curDifficulty * (estimateSmear - btcBlocksSinceRetarget) / estimateSmear +
                          (est * 1.0 * btcBlocksSinceRetarget) / estimateSmear )
sr. member
Activity: 470
Merit: 250
I really wish at least one of these statistics sites would show how big in terms of memory space is the current blockchain.

Here you go: http://allchains.info/
legendary
Activity: 1078
Merit: 1003
Yes it is. And I'd like to know without having to download the whole blockchain.
legendary
Activity: 1708
Merit: 1020
I really wish at least one of these statistics sites would show how big in terms of memory space is the current blockchain.
is it so important? you can always use a thin client.

I would expect the size to correlate with the number of tx.

thinking about it  Smiley

legendary
Activity: 1078
Merit: 1003
I really wish at least one of these statistics sites would show how big in terms of memory space is the current blockchain.
legendary
Activity: 1708
Merit: 1020
finally blocked the newbies board because of "post for coins" threads
legendary
Activity: 1708
Merit: 1020
these boards are blocked from the top10:

bannedBoards = [5, 51, 52, 53, 56, 65, #marketplace
                9, # off-topic
                27, 31, 32, 33, # spanish
                30, # chinese
                16, 35, 36, 60, 61, 62, 63, 64,    # german
                13, 47, 48, 49, 50, 54, # french
                28, # italian
                29, 69, 70, # portugiesisch
                10, 18, 19, 20, 21, 22, 23, 55, 66, 72, # russian
                45, # skandinavisch
                11, # other languages
                ]

should new boards be created and show up in the top10 I will block them, too
legendary
Activity: 1708
Merit: 1020
somebody asked me how the score for the hot topic scraper is calculated:

the score is calculated by the number of posts and the number of different users that posted in the thread. also the average userid is taken into account such that gavin for example has ~~3.5 times more weight than a new user.
legendary
Activity: 1708
Merit: 1020
added a 90 day chart and an awkward fit curve
legendary
Activity: 1708
Merit: 1020
The charts on http://www.l0ss.net/ are very nice (so are the ones from OP).  What are the pool luck charts showing?  Is it a comparison of the actual blocks they are finding in relation to what their total hash rate suggests they should be finding?
nice! I had hoped someone would do the hash growth diagram - much better than the pie.

careful with the histograms, their data has yet to grow as with the other charts.
hero member
Activity: 868
Merit: 1008
The charts on http://www.l0ss.net/ are very nice (so are the ones from OP).  What are the pool luck charts showing?  Is it a comparison of the actual blocks they are finding in relation to what their total hash rate suggests they should be finding?
legendary
Activity: 1260
Merit: 1031
Rational Exuberance
Nice data, appreciate the site.

thanks!  Cheesy



Beautiful! Thanks for putting these charts together. I note that mining profitability is misleading early on when nobody knew how to do GPU mining. Also, it should probably be called "mining revenue"

I wonder if it would be possible to graph mining costs, pre and post GPU revolution. If you subtract mining costs from mining revenue, you get the actual mining profitability.

It would also be interesting to see some scatterplots, like:

mining profitability vs % network growth over the next X days

Anyone who finds these graphs useful should also check out:
http://bitcoin.sipa.be/
http://www.l0ss.net/hist.php
legendary
Activity: 1708
Merit: 1020
Pages:
Jump to: