Advertisement
Guest User

edite PCWT hosts

a guest
Jun 12th, 2014
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.56 KB | None | 0 0
  1. <?php
  2.  
  3. $hosts = array(
  4.         'miner1' => 'name:ip:port',
  5.         'miner2' => 'anothername:anotherip:anotherport',
  6.  
  7. );
  8. $hashrateWarning='90'; //show hashrate in red color when 5s hashrate is under THIS percent of avg hashrate
  9. $HWerrorsWarning='0'; //show HW errors in red when over THIS value
  10. $rejectedPercentWarning='5'; //show rejected percent in red when over THIS value (use values like 2 or 2.5)
  11.  
  12. $refreshTime ='5'; //reload page every THIS seconds
  13. $tableWidth ='1300'; //make tables width THIS
  14. $showKernel ='0'; //show kernels in tables (1 or 0)
  15.  
  16. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement