|
Title: CG Miner WebUI Stats Monitor Post by: xXHenneBXx on December 02, 2025, 08:20:46 PM I've developed a web app to be able to monitor stats of all connected devices, on a LAN. Point the backend server to your cgminer, this will create an Http over TCP to handle all data coming In and out to properly display onto a webpage !
There will be some added features in the future, do need available testers, as I only have certain devices that only show soo much data on the dashboard ! Thanks, and Hope everyone appreciates it ! xXHenneBTCXx https://github.com/xXHenneBXx/CGMiner-WebUI (https://github.com/xXHenneBXx/CGMiner-WebUI) Title: Re: CG Miner WebUI Stats Monitor Post by: Nexus9090 on December 02, 2025, 11:07:14 PM I've developed a web app to be able to monitor stats of all connected devices, on a LAN. Point the backend server to your cgminer, this will create an Http over TCP to handle all data coming In and out to properly display onto a webpage ! There will be some added features in the future, do need available testers, as I only have certain devices that only show soo much data on the dashboard ! Thanks, and Hope everyone appreciates it ! xXHenneBTCXx https://github.com/xXHenneBXx/CGMiner-WebUI (https://github.com/xXHenneBXx/CGMiner-WebUI) Interesting, but I'm not sure I want to go through all the hassle of installing and building it without seeing what it looks like first. Any chance you can post a few images of it in action? Title: Re: CG Miner WebUI Stats Monitor Post by: xXHenneBXx on December 04, 2025, 08:13:39 AM I've developed a web app to be able to monitor stats of all connected devices, on a LAN. Point the backend server to your cgminer, this will create an Http over TCP to handle all data coming In and out to properly display onto a webpage ! There will be some added features in the future, do need available testers, as I only have certain devices that only show soo much data on the dashboard ! Thanks, and Hope everyone appreciates it ! xXHenneBTCXx https://github.com/xXHenneBXx/CGMiner-WebUI (https://github.com/xXHenneBXx/CGMiner-WebUI) Interesting, but I'm not sure I want to go through all the hassle of installing and building it without seeing what it looks like first. Any chance you can post a few images of it in action? Note: Im using CompacF USB Miners so only so much available data will be givin by the api, all depends on device running on cgminer!! Here are some Photos of it running !! https://talkimg.com/images/2025/12/04/URWN8l.png https://talkimg.com/images/2025/12/04/URWsIm.png https://talkimg.com/images/2025/12/04/URW35W.png https://talkimg.com/images/2025/12/04/URWYTC.png https://talkimg.com/images/2025/12/04/URWvUJ.png https://talkimg.com/images/2025/12/04/URWf1b.png also very simple to run, if running on windows most you need is to install Node.js, other than it runs off script no installation needed other than modules needed for it to run !! which only take about a minute depending on your connection and pc specs. Configure your IP's and Run the script!! Title: Re: CG Miner WebUI Stats Monitor Post by: Nexus9090 on December 04, 2025, 01:06:37 PM Thanks,
This looks quite good, if I get a chance I'll take a more detailed look at it. Title: Re: CG Miner WebUI Stats Monitor Post by: xXHenneBXx on December 05, 2025, 12:49:04 AM Thanks !! currently adding specific API Calls For Gekko version API's, But for other's this should work as expected. if any issues or bugs let me know, if something doesnt work let me know !! I'll get on it ASAP !!
Appreciate it again Thanks !! Title: Re: CG Miner WebUI Stats Monitor Post by: philipma1957 on December 05, 2025, 02:17:50 AM I've developed a web app to be able to monitor stats of all connected devices, on a LAN. Point the backend server to your cgminer, this will create an Http over TCP to handle all data coming In and out to properly display onto a webpage ! There will be some added features in the future, do need available testers, as I only have certain devices that only show soo much data on the dashboard ! Thanks, and Hope everyone appreciates it ! xXHenneBTCXx https://github.com/xXHenneBXx/CGMiner-WebUI (https://github.com/xXHenneBXx/CGMiner-WebUI) Interesting, but I'm not sure I want to go through all the hassle of installing and building it without seeing what it looks like first. Any chance you can post a few images of it in action? Note: Im using CompacF USB Miners so only so much available data will be givin by the api, all depends on device running on cgminer!! Here are some Photos of it running !! https://talkimg.com/images/2025/12/04/URWN8l.png https://talkimg.com/images/2025/12/04/URWsIm.png https://talkimg.com/images/2025/12/04/URW35W.png https://talkimg.com/images/2025/12/04/URWYTC.png https://talkimg.com/images/2025/12/04/URWvUJ.png https://talkimg.com/images/2025/12/04/URWf1b.png also very simple to run, if running on windows most you need is to install Node.js, other than it runs off script no installation needed other than modules needed for it to run !! which only take about a minute depending on your connection and pc specs. Configure your IP's and Run the script!! Nice. I gave you some merits for the thread Title: Re: CG Miner WebUI Stats Monitor Post by: xXHenneBXx on December 09, 2025, 01:17:09 AM Thank you i appreciate that very muchly !! just making some final updates to it, noticed some button functions werent working and sending wrong commands to cgminer, also debugging an issue with the restart command with the current cgminer-gekko version could be just a bug with the modded version of cgminer, but CG miner itself accepts the command but crashes, forcing a manual restart. adding more functions for devices and more stats, making it cleaner looking and adding a darker UI + more, will be updating again within a day or so !!
Currently as is from the git right now, just provides stats !! Title: Re: CG Miner WebUI Stats Monitor Post by: philipma1957 on December 09, 2025, 03:21:09 AM Thank you i appreciate that very muchly !! just making some final updates to it, noticed some button functions werent working and sending wrong commands to cgminer, also debugging an issue with the restart command with the current cgminer-gekko version could be just a bug with the modded version of cgminer, but CG miner itself accepts the command but crashes, forcing a manual restart. adding more functions for devices and more stats, making it cleaner looking and adding a darker UI + more, will be updating again within a day or so !! Currently as is from the git right now, just provides stats !! post your progress lets us watch what you do. |