I can not connect rig. when there copy the ip address of a Web browser that is made of of my antminer s3 and I will put some label, so it does not join
You have to allow the 4028 in the miner to talk to cryptoglance on the S3 it is not turned on by default.
Log into your AntMiner S1 or S3 using Putty or similar SSH software.
At the prompt, use the command line: vi /etc/init.d/cgminer
Or if you want to do it step by step,type cd /etc/init.d and press Enter to navigate to the /etc/init.d folder.
At the next prompt, type vim cgminer and press Enter and open the cgminer file for editing.
Press the Insert key to enable edit mode. esc -i
Using the Down Arrow key, scroll down until you locate the line starting with PARAMS= (without the # in front)
What it should look like when done.Change for your subnet 192.168.1.0/24 or 192.168.2.0/24 This is for the S3 or +
API
PARAMS="$AOPTIONS $POOL1 $POOL2 $POOL3 $_pb --api-listen --api-network --api-allow W:127.0.0.1,W:192.168.1.0/24 --bitmain-checkn2diff --bitmain-hwerror --bitmain-voltage $_vl --version-file /usr/bin/compile_time --queue 4096"
Add in for S3 (just a note)
--api-allow W:127.0.0.1,W:192.168.1.0/24
save esc - :wq
Stop restart
/etc/init.d/cgminer stop && /etc/init.d/cgminer start
for God's sake I will probably have to do it with every single miner??. I have them more than one.
must be another way to control my farm.