Bitcoin Forum

Bitcoin => Mining software (miners) => Topic started by: hutnik on June 12, 2014, 11:11:46 PM



Title: web monitoring tool - PCWT (slightly modified)
Post by: hutnik on June 12, 2014, 11:11:46 PM
All credit goes to whoever made PCWT at http://pcwt.info/ :)

I've only hid php notices and added customizable warnings for low hashrate, hight rejected %, HW errors. Shuffled columns a bit, removed some, added some :)
Also added username to pools and option to show used kernel.

now it looks like this:

https://i.imgur.com/HR6J0M9l.png (https://i.imgur.com/HR6J0M9.png)

how to:
-read all requirements at http://pcwt.info/
-download and extract pcwt_beta4.zip from http://pcwt.info/ like usual
-replace and edit hosts.php with http://pastebin.com/7DuJQ8jN
-replace index.php with http://pastebin.com/SCGSAtP0
-replace status.css with http://pastebin.com/xvKpAQmd

*or download whole tool from http://s000.tinyupload.com/index.php?file_id=04092459829782429521 and edit hosts.php  :-*

tested with sgminer 4.1.0 fork, running on Apache/2.4.9, PHP/5.5.11


Title: Re: web monitoring tool - PCWT (slightly modified)
Post by: fran2k on June 21, 2014, 11:53:11 PM
Great and simple one! I will test it soon.


Title: Re: web monitoring tool - PCWT (slightly modified)
Post by: rext on June 22, 2014, 06:11:53 PM
wow nice


Title: Re: web monitoring tool - PCWT (slightly modified)
Post by: fran2k on June 23, 2014, 04:38:53 AM
I´m not being successful installing this in PiMP.

I installed php5 and php-sockets is installed. Placed the files under /var/www/ and gave www-data permission to them but I´m not seeing anything over http/https.

Could you give detailed instructions? Thanks.


Title: Re: web monitoring tool - PCWT (slightly modified)
Post by: hutnik on June 23, 2014, 08:50:30 AM
Sorry, I don't know anything about linux. I just know how to edit some stuff in PHP. I can't help you.

edit: you could try XAMPP for linux, as that's what I'm running it on on windows.