From c52b55e2442e732d2b496fde03bc24a85899ff35 Mon Sep 17 00:00:00 2001 From: Kano Date: Wed, 18 Apr 2012 12:55:16 +1000 Subject: [PATCH] README update details about miner.php --- README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README b/README index bc450b80..ed710877 100644 --- a/README +++ b/README @@ -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 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 - $miner = '127.0.0.1'; # hostname or IP address - $port = 4028; + Read the top of the file (miner.php) for details of how to tune the display + and also to use the option to display a multi-rig summary ---