Post
Topic
Board Hardware
Re: Announcement: Bitmain launches AntMiner solution, 0.68 J/GH on chip
by
kano
on 27/03/2014, 06:17:29 UTC
I could really use some direction on being able to point the S1's I have at a pool without changing the config in each miner 1 by 1, can anyone point me in the right direction?  Thanks
If you mean changing a pool, then I was in the same situation and spent $25 to get CGRemote. Turned on API access on local network and all miners (I have several) show up in CGRemote. I can now change pool on as many ant miners in a few clicks. It works amazing.

Question for rest: I just added a 4 pin variable fan in the back of my miner but in GUI it still says second fan speed to be zero. Is that by design or did I get a bad fan or 6?

Yes, I need to be able to change multiple S1 pools without having to change each miner individually.  Thanks for the link I will check it out.

Although I haven't tried it yet, I've read that you can do this with MultiMiner and it's open source.
http://www.multiminerapp.com/

Only works with bfgminer. Ants use cgminer which its incompatible with.
Which is really bazaar since I wrote the API in cgminer (which is the code he has copied directly into the clone) but I guess he changed a few things to cause problems for people ... and then when people write code based on his messed up API it's not compatible with the original API code ... Tongue

As I have stated before, the cgminer API's number one rule is backward compatibility.
The only break in that rule since I first wrote it was to remove CPU and GPU support.