- Install Nodejs 7.* and NPM to your masternode host
- Install pm2 ang yarn globally
npm install -g yarn pm2
- Clone repo
git clone https://github.com/zekchan/PivxMasterNodeObserver.git
- CD to project folder
cd PivxMasterNodeObserver
- Install dependencies
yarn install
- Run server via pm2
PORT=80 PIVXCLI=<path to your pivx-cli bin> pm2 start index.js
- Done. Just go to
http://<your masternode ip>
via browser and check status of node!