Skip to content

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

Notifications You must be signed in to change notification settings

DaveRingelnatz/fieldstats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fieldstats

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

INSTALLATION

  • login to your node's console/bash
  • copy and paste the following line to your console
        $ cd && mkdir fieldstats && git clone https://github.com/DaveRingelnatz/fieldstats.git && cd fieldstats && npm install
  • this will go to your homedir, create the folder "fieldstats" and installs everything there
  • to use the script:
        $ node fieldstats.js
  • ENJOY

UPDATE

  • remove complete installation directory and do a fresh install
        $ cd && rm -r fieldstats && mkdir fieldstats && git clone https://github.com/DaveRingelnatz/fieldstats.git && cd fieldstats && npm install

SETTINGS

SINGLE NODE

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

MULTIPLE NODES

  • if you have multiple nodes configure the array "nodePublicIds" in the following way (you will get the sum over all your nodes at the end of the script)
const nodePublicIds = ["foo", "fighters"];

IOTA DONATIONS

are always welcome :)

NJUNMJXQABDCRENNSJAU99CWHTFXHSRRRWVLASRSFUCSXEGREDPWMISWJKDFTOXQWIXLJOJBVBSNIQXFCLKUXBTSVD

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages