Hacker News new | past | comments | ask | show | jobs | submit login
Ethereum Network Status (ethdev.com)
87 points by Sami_Lehtinen on July 31, 2015 | hide | past | favorite | 19 comments



The UI is rather reminiscent of Teenage Engineering synth UIs: https://www.teenageengineering.com/products/op-1/modules

Nice looking, overall


Very similar. I used to own an OP-1 and loved the visuals. On a different note, does anyone else have a massive slowdown of their browser while viewing https://stats.ethdev.com/ ? I'm on firefox 38.1.0.


Is this a custom dashboard or was it built with some kind of framework?

I'd like to build something like this for my own projects!

edit: Looks like a custom project, here: https://github.com/cubedro/eth-netstats


Custom. It's meteor and Ethereum's javascript interface to their network.


Can someone explain what all these charts mean, for the layman?


"Uncles" are blocks from miners who were "too slow" to broadcast their block to the network- They still earn some reward, but aren't parents of new blocks, just... well, uncles. (Uncles help ethereum have 12s block times, far shorter than most other cryptocurrencies)

The "Average block time" is around 11s which is what you want to see. It is very close to the optimal time of 12s. (Correction: optimal time is now targeted at 15s)

The Network Hash Rate of 52.4 GH/s means that maybe 3000 or so computers worldwide have appeared in the last 24 hours to join the network and mine for blocks. (probably many more have joined without mining, but that number cannot be determined from this dashboard)

The "difficulty" right now is relatively plateaued, which suggests blocks are traveling efficiently on the network and miners are successfully connecting to the network and not fluctuating too much in number.

The transaction graph is flat, because transactions are disabled until the final safety switch on Monday/Tuesday is removed.

"Active Nodes" are just the number of nodes linked to the Stats program, so that number doesn't mean much.

"Gas Price" is, roughly speaking, the cost of an opcode instruction for transactions/contracts, which miners get to decide on for each block they mine (within limits)

BOTTOM LINE: These network stats are super boring, and the ethereum launch yesterday was totally uneventful, which is EFFING AWESOME.


52.4 GH/s is a lot slower than I would expect for a coin with such a large following. Is the hashing algorithm not ASIC/GPU friendly?


nemo1618: The proof of work algo for ethereum is MUCH more difficult than in most other cryptocurrencies, leading to far lower aggregate hash numbers- If you want to compare it against BTC/LTC/etc you first need to correct for the average hash rate on a single mining PC for the given currency.


This is what I could find about mining ether: http://ethereum.gitbooks.io/frontier-guide/content/mining.ht...


GPU yes, ASIC no.



This seems like a crypto(bitcoin-like) coin mining stats. The KH/s numbers you see is the amount of hash a (group of) node is processing.


It looks as if it counts your uncles for you!


That is a really pretty dashboard.


Anyone else not seeing any data when viewing on mobile (iPad, Safari)?


Make sure you wait a while - the data loads fairly slowly.


Yep, same here.


The data takes long enough to load that it would be better to say "loading..." in place of 0/0. I thought it was a project with no interest.


Beautiful




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: