After seeing the blank interface, people need to know how to add nodes. Newbies often get confused and regard this repository as self sufficient, its dependence on eth-net-intelligence-api should be made more prominent.
@ -4,6 +4,7 @@ Ethereum Network Stats based off github.com/cubedro/eth-netstats
This is a visual interface for tracking ethereum network status. It uses WebSockets to receive stats from running nodes and output them through an angular interface. It is the front-end implementation for [eth-net-intelligence-api](https://github.com/eosclab/eth-net-intelligence-api).
This is a visual interface for tracking ethereum network status. It uses WebSockets to receive stats from running nodes and output them through an angular interface. It is the front-end implementation for [eth-net-intelligence-api](https://github.com/eosclab/eth-net-intelligence-api).
For now, the site should be looking blank. For instruction on adding new nodes to the site, refer to [eth-net-intelligence-api](https://github.com/eosclab/eth-net-intelligence-api).
## Updates since original cubedro/eth-netstats base:
## Updates since original cubedro/eth-netstats base:
+ Fixed block history if chain is shorted than MAX_HISTORY
+ Fixed block history if chain is shorted than MAX_HISTORY