https://github.com/multipoolminer/mpm-monitor
MultiPoolMiner monitoring web interface
https://github.com/multipoolminer/mpm-monitor
pool
Last synced: about 2 months ago
JSON representation
MultiPoolMiner monitoring web interface
- Host: GitHub
- URL: https://github.com/multipoolminer/mpm-monitor
- Owner: MultiPoolMiner
- Created: 2017-12-22T16:53:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T23:18:50.000Z (over 7 years ago)
- Last Synced: 2025-04-19T16:11:02.249Z (2 months ago)
- Topics: pool
- Language: PHP
- Size: 71.3 KB
- Stars: 6
- Watchers: 4
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MultiPoolMiner Monitoring
This is designed to run on a webserver somewhere to monitor all your MultiPoolMiner workers.
Currently it only works with my version at https://github.com/grantemsley/MultiPoolMiner
## Installation
Install on a webserver with Apache and PHP. Set the document root to the /web directoryOn your workers, set
$MinerStatusURL = "http://your.website.com/miner.php"
## What information is reported?
* Your BTC address, which is needed to lookup your workers
* Worker name
* Time the worker last reported to the server
* Total profit for the worker
* For each running miner:
* Name
* Path (relative to the MultiPoolMiner directory so it won't include your computer username or anything)
* Arguments
* Type (NVIDIA, AMD, CPU)
* Time it's been running
* Current and estimated speeds
* PID
* Pool URL
* Estimated BTC/day## Where is the information stored?
In an SQLite3 database in the main directory. The database file gets created automatically. If you want to clear all data, simply delete miners.sqlite3.
I chose to use an SQLite database to simplify installation - no need to setup username/password for a MySQL database or anything.