felixbrucker / miner-monitor

Miner, balance, wallet and pool monitoring software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

miner-monitor

Miner, balance, wallet and pool monitoring software

Screen

Stats

Prerequisites

miner-monitor requires nodejs >= 8.9.0, npm and optionally pm2 to run.

miners require the miner-manager to be installed

Installation

git clone https://github.com/felixbrucker/miner-monitor
cd miner-monitor
npm install
npm install pm2 -g

Run

pm2 start process.json

or

npm start

to startup on boot:

pm2 save
pm2 startup

If you are on Windows just modify startTemplate.bat file to match your preferred compile and save as start.bat to not interfere with git updates

Update software

run git pull

Todos

  • Write Tests

License

GNU GPLv3 (see LICENSE)

About

Miner, balance, wallet and pool monitoring software

License:GNU General Public License v3.0


Languages

Language:JavaScript 59.6%Language:HTML 38.8%Language:CSS 1.6%Language:Shell 0.0%Language:Batchfile 0.0%