Post
Topic
Board Mining (Altcoins)
Re: cryptoGlance [v2.0.2] :: Open-source, self-hosted, multi-rig monitoring tool!
by
cryptoglance
on 06/05/2015, 20:16:19 UTC
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. Grin

Once you set the API config, it should be the last time you have to touch the config. Unfortunately with pre-configured miners they do not allow API access because they want you to use their own software solution.


On the mobile app when you log in the field where you input the user name "remembers" things you typed into it previously; if you tap in that field a drop down menu appears showing all your previous entries, i.e. user names.  Is there a way to clear this data?  I cannot figure out how to do it.
This is using the previously used logins from your browser. You can probably clear this data via android browser.