This is simple php page that collects stats from miners and shows it on single page.
- Linux or windows pc/laptop/raspberryPi/server/VM on the same network with miners
- running web server: apache/nginx etc.
- php with json module
download files into web server doc root (f.e. /var/www/html):
root@raspberrypi:/var/www/html/# git clone https://github.com/alxkvx/rig-stats.git
change owner of files to Apache user:
root@raspberrypi:/var/www/html# chown -R www-data.www-data rig-stats/
Add your miners using "ADD" button on the page.
http://<machine_IP>/rig-stats/s9.php
http://<machine_IP>/rig-stats/l3.php
http://<machine_IP>/rig-stats/rigs.php