Bitcoin Forum

Bitcoin => Mining software (miners) => Topic started by: xqus on December 26, 2014, 06:41:08 PM



Title: [ANN] phpMyMiner - Web-based CGMiner monitor and administration interface
Post by: xqus on December 26, 2014, 06:41:08 PM
phpMyMiner (https://github.com/xqus/phpmyminer) is a PHP interface to CGMiner.

It allows you to monitor and administer any number of devices running CGMiner.

https://i.imgur.com/n7YlhYel.png (http://imgur.com/n7YlhYe)

It is still in very early in development, so for now you can:

  • Monitor performance
  • Monitor fans and temperatures
  • Manage pools

Source code: https://github.com/xqus/phpmyminer

It is released under the MIT license, and should run on any machine with PHP and a webserver.

Download
0.1.0 [zip (https://github.com/xqus/phpmyminer/archive/0.1.0.zip)] [tar.gz (https://github.com/xqus/phpmyminer/archive/0.1.0.tar.gz)]



Title: Re: phpMyMiner - Web-based CGMiner monitor and administration interface
Post by: Biffa on December 27, 2014, 11:04:18 PM
Screenshot would be good :)


Title: Re: phpMyMiner - Web-based CGMiner monitor and administration interface
Post by: xqus on December 29, 2014, 07:02:56 AM
Screenshot now provided.


Title: Re: [ANN] phpMyMiner - Web-based CGMiner monitor and administration interface
Post by: Biffa on January 04, 2015, 11:52:38 AM
Can you make it self contained without needing to download and install the composer stuff?

Sorta just copy to web server with php installed and away you go?


Title: Re: [ANN] phpMyMiner - Web-based CGMiner monitor and administration interface
Post by: rulesky on January 06, 2015, 12:46:46 AM
This is a very interesting app.


Title: Re: [ANN] phpMyMiner - Web-based CGMiner monitor and administration interface
Post by: xqus on January 06, 2015, 04:22:18 PM
Can you make it self contained without needing to download and install the composer stuff?

Sorta just copy to web server with php installed and away you go?

It is possible. I will fix this for next release.