lmoe / fieldstats

NodeJS script for receiving important data of own node from carriotaField (IOTA load balancer)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fieldstats

NodeJS script for receiving important data of own node from carriotaField (IOTA load balancer)

INSTALLATION:

  • login to your node
  • enter commands:
        $ mkdir fieldstats
        $ cd fieldstats
        $ npm install request
        $ npm install parse-ini
  • download file and save it as "fieldstats.js" on node
  • enter command:
        $ node fieldstats.js
  • ENJOY

SETTINGS:

  • if you are using IRI playbook
    • DO NOTHING
  • else
    • set "nodeName" manually in script or
    • change path to field.ini file in variable "fieldIni"

About

NodeJS script for receiving important data of own node from carriotaField (IOTA load balancer)


Languages

Language:JavaScript 100.0%