1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 10:04:33 +00:00

README update details about miner.php

This commit is contained in:
Kano 2012-04-18 12:55:16 +10:00
parent 3a3912070e
commit c52b55e244

5
README
View File

@ -794,9 +794,8 @@ api-example.c - a 'C' program to access the API (with source code)
miner.php - an example web page to access the API miner.php - an example web page to access the API
This includes buttons and inputs to attempt access to the privileged commands This includes buttons and inputs to attempt access to the privileged commands
You must modify the 2 lines near the top to change where it looks for cgminer Read the top of the file (miner.php) for details of how to tune the display
$miner = '127.0.0.1'; # hostname or IP address and also to use the option to display a multi-rig summary
$port = 4028;
--- ---