Pages:
Author

Topic: [Setup & Troubleshoot] Bitmain AntMiner S1 180GH/S miner - page 44. (Read 452359 times)

newbie
Activity: 9
Merit: 0
What is  the normal temp of ANT while mining at 180ghs without overclocking.

Weird
My lonley Ant is at 41 and 40 overclocked to 204ghs.
It was the the same temp at 180ghs.
But, I did not compare fans speeds.  Fan is at 1980RPM, no idea what it was before overclocking.
newbie
Activity: 10
Merit: 0
[Suspicious link removed]
SVK
sr. member
Activity: 378
Merit: 250
What is  the normal temp of ANT while mining at 180ghs without overclocking.

Mine are sitting at 43-46C with room temp 20C with standard fan.
jr. member
Activity: 124
Merit: 1
What is  the normal temp of ANT while mining at 180ghs without overclocking.
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
Kano,
Thanks for the super quick response.  I'll try it.
If the 'internal' change is applied - will the web gui still show the miner status?

Cheers
Yes
hero member
Activity: 616
Merit: 500
Kano,
Thanks for the super quick response.  I'll try it.
If the 'internal' change is applied - will the web gui still show the miner status?

Cheers
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
...
For any version of the ant:
Adding --load-balance with a space after the first password on the luci "Miner Configuration" web page will work also.
e.g. if your "Pool1 password" was "pass" then set it to "pass --load-balance"
Kano,
Thanks for that, the "pass --load-balance" works (looks like it needs to be applied just to the 1st pool, and that affects all of them).
Is there a way to define quotas, as in the 'basic' cgminer?

Cheers
--load-balance is a global cgminer option - the hack to put options after the password is simply adding global cgminer options - they aren't actually part of the 1st pool settings.

Well you sort of can from the web interface.
The first pool is of course stuck at having a quota of '1' due to it using the normal pool options.
However, anything you add in the "Pool1 password" just acts like a standard cgminer option.
So you could add any number of pools into there using the -U option but it would get a bit cramped Tongue
(and leave pool2/pool3 blank)

To modify the settings directly in the ant itself, just login to the ant and edit /etc/init.d/cgminer
The Bitmain version of that is a bit of a mess, but you can ignore the pools on the web page and set all the options in there.

Firstly you need to comment out the line that starts with $APP and make it #$APP
(yeah that's a Bitmain oops)
There's already a #$APP on the line before, but you need to have both look like #$APP

Next if you change the line that says
 PARAMS=" --lowmem $AOPTIONS $POOL1 $POOL2 $POOL3 $_pb --api-allow $_aa --api-listen"
to 2 lines:
 MYSTUFF="-U 2;pool1 -O user1:pass1 -U 4;pool2 -O user2:pass2"
 PARAMS=" --lowmem $AOPTIONS $_pb --api-allow $_aa --api-listen $MYSTUFF -q"

... and you're finished.

Of course set MYSTUFF to whatever you want to add to cgminer.

That way it will ignore the pools on the web page and add your options (pools + whatever you like) in $MYSTUFF

Edit: I added a -q on the end of the new PARAMS since that was how it worked before
hero member
Activity: 616
Merit: 500
Balance Pool Strategy

By default Antminer S1 use Priority as pool mining strategy. It will use Pool #1 as priority to mine and #2 and #3 as backup. If you want to change the pool strategy to Balance, just modify file /etc/config/cgminer and add following line:

option pool_balance '--balance'

Antminer S1 will do evenly balance the mining to available pools.

Hope it help. Happy mining!

Note:
I had tested it with latest firmware.

It's been part of cgminer and in the cgminer README for years Smiley
However, you would want to use --load-balance, rather than balance.

The default mining strategy is 'Failover' as per the README:
FAILOVER:
The default strategy is failover. This means that if you input a number of
pools, it will try to use them as a priority list, moving away from the 1st
to the 2nd, 2nd to 3rd and so on. If any of the earlier pools recover, it will
move back to the higher priority ones.


For any version of the ant:
Adding --load-balance with a space after the first password on the luci "Miner Configuration" web page will work also.
e.g. if your "Pool1 password" was "pass" then set it to "pass --load-balance"
Kano,
Thanks for that, the "pass --load-balance" works (looks like it needs to be applied just to the 1st pool, and that affects all of them).
Is there a way to define quotas, as in the 'basic' cgminer?

Cheers
sr. member
Activity: 282
Merit: 250
Does anybody know where or how I can get hold of a replacement controller board for my ANT.

It's stopped responding, Ethernet looks dead, reset doesn't work etc.
same problem here.
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
Hi kano any chance to re do the firmware to have control for fans for fan 1 and to and add fan options, speeds and control over them and to use options in cgmienr like --no-submit-stale option and to also have --scantime etc
All standard cgminer options are in my binary.
https://github.com/kanoi/cgminer-binaries/tree/master/AntS1

You can add them on the web page on the end of your "Pool1 password" as mentioned a few times:
https://bitcointalksearch.org/topic/m.5845584

I've not looked at the fan code yet.
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
I have an Ant that is troubling me.  It has a very high number of discarded shares.  Is this normal?

accepted 609
rejected 33
hw 122
utility 26
discarded 7971

Ignore discarded.
legendary
Activity: 1386
Merit: 1004
I have an Ant that is troubling me.  It has a very high number of discarded shares.  Is this normal?

accepted 609
rejected 33
hw 122
utility 26
discarded 7971
member
Activity: 72
Merit: 10
Does anybody know where or how I can get hold of a replacement controller board for my ANT.

It's stopped responding, Ethernet looks dead, reset doesn't work etc.

Any help at all would be appreciated.

Thanks

Smithy
legendary
Activity: 1820
Merit: 1001
Hi kano any chance to re do the firmware to have control for fans for fan 1 and to and add fan options, speeds and control over them and to use options in cgmienr like --no-submit-stale option and to also have --scantime etc
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
Just some random info:

One of my 6 antminers is awesome. After 5days 8hrs, running at 387mhz, only 246 hardware errors!
I think it's the same one that when I ran it at stock clocks for a day or two it had 0 errors.
It also runs ~3 degrees cooler than my other ants.
I forget how many errors it had at 400mhz. I might try a few things with it. Most of my ants seem to like the 393 setting.
This may also be the miner I had find a block for btcguild not long after I got it.

Anyone else got an awesome ant?
Well ... there is the opt_bitmain_hwerror that gets passed to the firmware ... that does who knows what ... hide hardware errors?
newbie
Activity: 46
Merit: 0
Please Help! I have my Antminer S1 all setup now: PSU setup, IP address changed, and pool info entered. However, it doesn't seem to be mining. I think there is a connection problem. I took screenshots of everything here in this album: https://imgur.com/a/9EK94

Can someone please suggest a solution. Thank you!

Under network, on the right is diagnostics, which you can ping and trace route.  That should let you know if you're miner can see the internet.

Are you sure your PSU is able to handle the workload?  It takes awhile for the info to be updated, I'm assuming when you put your pool data in you hit save and apply, not just save.  Also assuming you tried restarting it and letting it sit a minute, before seeing if it worked.

Only other thing that I saw that was different than mine, is your custom DNS servers is different than what I have listed - mine is what I have listed as iv4 gateway (the gateway setting is the DNS setting).  I'm in no way qualified what to tell you regarding that info - so please don't make any changes about that based on what I'm saying - is just something I noticed - the 8.8.8.8 looked funny to me - maybe someone with more experience with that type of networking can help! Smiley

Good luck

8.8.8.8 is fine to use as DNS server
When Windows automaticly assigns IP address...what is the subnet of your router? (in command screen: ipconfig) Is that still 192.168.1.1 or a different IP?

Could you make a new screen shot of the system log...but scroll down to the bottom of the page before you do so... Might see info that sheds a light on your problem...

What kind of PSU are you using?

Apart from that...didn't see anything strange...
sr. member
Activity: 264
Merit: 250
This may also be the miner I had find a block for btcguild not long after I got it.
Anyone else got an awesome ant?

Can my ant mate with your awesome ant and we split the resulting litter half-half?
sr. member
Activity: 362
Merit: 250
Just some random info:

One of my 6 antminers is awesome. After 5days 8hrs, running at 387mhz, only 246 hardware errors!
I think it's the same one that when I ran it at stock clocks for a day or two it had 0 errors.
It also runs ~3 degrees cooler than my other ants.
I forget how many errors it had at 400mhz. I might try a few things with it. Most of my ants seem to like the 393 setting.
This may also be the miner I had find a block for btcguild not long after I got it.

Anyone else got an awesome ant?
newbie
Activity: 35
Merit: 0
Please Help! I have my Antminer S1 all setup now: PSU setup, IP address changed, and pool info entered. However, it doesn't seem to be mining. I think there is a connection problem. I took screenshots of everything here in this album: https://imgur.com/a/9EK94

Can someone please suggest a solution. Thank you!

Under network, on the right is diagnostics, which you can ping and trace route.  That should let you know if you're miner can see the internet.

Are you sure your PSU is able to handle the workload?  It takes awhile for the info to be updated, I'm assuming when you put your pool data in you hit save and apply, not just save.  Also assuming you tried restarting it and letting it sit a minute, before seeing if it worked.

Only other thing that I saw that was different than mine, is your custom DNS servers is different than what I have listed - mine is what I have listed as iv4 gateway (the gateway setting is the DNS setting).  I'm in no way qualified what to tell you regarding that info - so please don't make any changes about that based on what I'm saying - is just something I noticed - the 8.8.8.8 looked funny to me - maybe someone with more experience with that type of networking can help! Smiley

Good luck
newbie
Activity: 14
Merit: 0
Please Help! I have my Antminer S1 all setup now: PSU setup, IP address changed, and pool info entered. However, it doesn't seem to be mining. I think there is a connection problem. I took screenshots of everything here in this album: https://imgur.com/a/9EK94

Can someone please suggest a solution. Thank you!
Pages:
Jump to: