Skip to content

barbapapait/nkn-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New Kind Of Dashboard

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.

Node Tracking

To start tracking state of nodes, you need to add the ip addresses of your nodes into the script via following steps:

  1. Go to nkn-dashboard/js
  2. Open core script file common.js
  3. Find line 41 and add ip of your node into array:
nodes: ['142.93.142.26', '167.99.2.183']
  1. Save changes and reload page

You can add as many nodes as you want.

NKN Resources

NKN Community

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Other 0.4%