New Kind Of Dashboard — web dashboard for NKN users, containing the following features:
- Balance Check
- Mining Calculator
- Node Tracker
- NKN's Twitter Feedback
At the moment, the application is not available online, but you can download and run it offline.
The latest stable version can be downloaded here.
To start tracking state of nodes, you need to add the ip addresses of your nodes into the script via following steps:
- Go to
nkn-dashboard/js
- Open core script file
common.js
- Find line 41 and add ip of your node into array:
nodes: ['142.93.142.26', '167.99.2.183']
- Save changes and reload page
You can add as many nodes as you want.