This is the backend service which runs along with reosc-node and tracks the network status, fetches information through JSON-RPC and connects through WebSockets to reosc-netstats to feed information. For full install instructions please read the wiki.
- reosc-node
- npm
We would love to see your node working on REOSC-Net-STATS Page
http://stats.reosc.io
$ cd ~/
$ git clone https://github.com/REOSC/reosc-api
$ cd reosc-api
$ npm install
$ cd ~/reosc-api
$ npm start
Now you Can modify node.js file LINE25: to update your Masternodes Name when connected to our stats server.
$ cd lib/node.js
LINE25 : var INSTANCE_NAME = "REOSC_Masternode";