Author

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

sr. member
Activity: 812
Merit: 250
Then you got the reason. 1 OC Ant need alone 450-500 Watt, for all 3 your PSU is definitly to small.
sr. member
Activity: 408
Merit: 250
What does this ASIC miner status mean?

xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx

In other Antminers, I'm seeing zeroes instead....

Why the difference? Which is good?




 Shocked Huh

Mean your Blade is full of error! Should been oooooooo oooooooo oooooooo oooooooo then all chips work properly.

Try to turn off, wait few minute and turn on again.

but then how come I seem to have accepted shares with those marked fully with 'xxxxx'

I reset it and some 'x' are now replaced with '0's but still have some 'xxx'

RMA?Huh


Are you OCing? If OCing I would check with a 750W PSU with a single 12V rail.


No Overclock. Corsair 1200  ATX PSU that feeds a total of 3 Antminers. 1140 Watts at the wall.
legendary
Activity: 1946
Merit: 1006
Bitcoin / Crypto mining Hardware.
What does this ASIC miner status mean?

xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx

In other Antminers, I'm seeing zeroes instead....

Why the difference? Which is good?




 Shocked Huh

Mean your Blade is full of error! Should been oooooooo oooooooo oooooooo oooooooo then all chips work properly.

Try to turn off, wait few minute and turn on again.

but then how come I seem to have accepted shares with those marked fully with 'xxxxx'

I reset it and some 'x' are now replaced with '0's but still have some 'xxx'

RMA?Huh


Are you OCing? If OCing I would check with a 750W PSU with a single 12V rail.
legendary
Activity: 2128
Merit: 1005
ASIC Wannabe
^what PSU?
sr. member
Activity: 408
Merit: 250
What does this ASIC miner status mean?

xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx

In other Antminers, I'm seeing zeroes instead....

Why the difference? Which is good?




 Shocked Huh

Mean your Blade is full of error! Should been oooooooo oooooooo oooooooo oooooooo then all chips work properly.

Try to turn off, wait few minute and turn on again.

but then how come I seem to have accepted shares with those marked fully with 'xxxxx'

I reset it and some 'x' are now replaced with '0's but still have some 'xxx'

RMA?Huh
legendary
Activity: 2128
Merit: 1005
ASIC Wannabe
i just rebooted my machines due to a router issue, and after a few minutes 1 machine has 151 Accepts/60 HW  while the other has 148/316. all other stats are pretty similar to each other.

whats with the HW rate? both have 128 diff and were operating much more identically beforehand
full member
Activity: 158
Merit: 100
Is there a way to query cgminer or enable --api-enable --api-network as to monitor the hardware?

api is already enabled. By default it only accepts api requests from local hosts.

edit the file : /etc/config/cgminer

it should have a line
Code:
        option api_allow 'W:127.0.0.1'

To allow api calls from say 192.168.1.2, edit it to

Code:
        option api_allow 'W:127.0.0.1,W:192.168.1.2'

Then restart cgminer...

Thanks for the quick reply.  I forgot they are running busybox and I can ssh to them individually.
sr. member
Activity: 322
Merit: 250
Supersonic
Is there a way to query cgminer or enable --api-enable --api-network as to monitor the hardware?

api is already enabled. By default it only accepts api requests from local hosts.

edit the file : /etc/config/cgminer

it should have a line
Code:
        option api_allow 'W:127.0.0.1'

To allow api calls from say 192.168.1.2, edit it to

Code:
        option api_allow 'W:127.0.0.1,W:192.168.1.2'

Then restart cgminer...
full member
Activity: 158
Merit: 100
Is there a way to query cgminer or enable --api-enable --api-network as to monitor the hardware?
full member
Activity: 224
Merit: 100
Followed these instructions during config. I left blank DNS in WAN setting. Worked until I powered off and tried to login to miner control panel again.

So you are using a physical connection with your AntMiner for the internet?

Have you checked your pool to ensure that it is not communicating? If the green light is flashing then it is trying to do something. You can see what error it is throwing back when you go to the system log.

If you have dhcp enabled on your router it might be easier to just let the Antminer ask the router for an IP (this is what worked for me.

So finally able to communicate with antminer, back to config after hard reset. But after configuring, still not able to mine...

Setting on antminer config:
LAN: DHCP
WAN IPv4 Type: static
Address: 192.168.2.33 (antminer address)
Netmask: 255.255.255.0
Gateway: 192.168.1.1 (router gateway as well)
DNS1: 50.23.239.24
DNS2: 208.67.222.222 (network DNS..are these needed?)

Miner config:
Pool1: stratum.btcguild.com:3333
Pool1 worker: JKBtCn_1
Pool pass: 123

After config, I connectd the antminer to the router but still no activity/mining...my computer can connect to internet via router no problems...I must be missing something...

Any ideas why?

It can't work, because your home network and your miner are not in the same range.

Home 192.168.1.1

Miner 192.168.2.xxx

You must setup the miner to your home range, 192.168.1.xxx , how, you can read at the first post. Alternate you could setup your home range to your miner ip range, but i suggest the first advice.

If you can't reach the miner in your network with the adress, your miner is still not in and can't use your network.

Thanks all who responded and esp Sushi for assisting. Finally got the antminer working via wifi. There seems to be a problem with the ethernet use and I can not access the router...must hard reset to reset password...so for now I'll continue mining thanks again for all of your useful advise...a really cool community.
sr. member
Activity: 812
Merit: 250
Followed these instructions during config. I left blank DNS in WAN setting. Worked until I powered off and tried to login to miner control panel again.

So you are using a physical connection with your AntMiner for the internet?

Have you checked your pool to ensure that it is not communicating? If the green light is flashing then it is trying to do something. You can see what error it is throwing back when you go to the system log.

If you have dhcp enabled on your router it might be easier to just let the Antminer ask the router for an IP (this is what worked for me.

So finally able to communicate with antminer, back to config after hard reset. But after configuring, still not able to mine...

Setting on antminer config:
LAN: DHCP
WAN IPv4 Type: static
Address: 192.168.2.33 (antminer address)
Netmask: 255.255.255.0
Gateway: 192.168.1.1 (router gateway as well)
DNS1: 50.23.239.24
DNS2: 208.67.222.222 (network DNS..are these needed?)

Miner config:
Pool1: stratum.btcguild.com:3333
Pool1 worker: JKBtCn_1
Pool pass: 123

After config, I connectd the antminer to the router but still no activity/mining...my computer can connect to internet via router no problems...I must be missing something...

Any ideas why?

It can't work, because your home network and your miner are not in the same range.

Home 192.168.1.1

Miner 192.168.2.xxx

You must setup the miner to your home range, 192.168.1.xxx , how, you can read at the first post. Alternate you could setup your home range to your miner ip range, but i suggest the first advice.

If you can't reach the miner in your network with the adress, your miner is still not in and can't use your network.
sr. member
Activity: 812
Merit: 250
What does this ASIC miner status mean?

xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx

In other Antminers, I'm seeing zeroes instead....

Why the difference? Which is good?




 Shocked Huh

Mean your Blade is full of error! Should been oooooooo oooooooo oooooooo oooooooo then all chips work properly.

Try to turn off, wait few minute and turn on again.
full member
Activity: 224
Merit: 100
Followed these instructions during config. I left blank DNS in WAN setting. Worked until I powered off and tried to login to miner control panel again.

So you are using a physical connection with your AntMiner for the internet?

Have you checked your pool to ensure that it is not communicating? If the green light is flashing then it is trying to do something. You can see what error it is throwing back when you go to the system log.

If you have dhcp enabled on your router it might be easier to just let the Antminer ask the router for an IP (this is what worked for me.

So finally able to communicate with antminer, back to config after hard reset. But after configuring, still not able to mine...

Setting on antminer config:
LAN: DHCP
WAN IPv4 Type: static
Address: 192.168.2.33 (antminer address)
Netmask: 255.255.255.0
Gateway: 192.168.1.1 (router gateway as well)
DNS1: 50.23.239.24
DNS2: 208.67.222.222 (network DNS..are these needed?)

Miner config:
Pool1: stratum.btcguild.com:3333
Pool1 worker: JKBtCn_1
Pool pass: 123

After config, I connectd the antminer to the router but still no activity/mining...my computer can connect to internet via router no problems...I must be missing something...

Any ideas why?
sr. member
Activity: 408
Merit: 250
What does this ASIC miner status mean?

xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx

In other Antminers, I'm seeing zeroes instead....

Why the difference? Which is good?


full member
Activity: 365
Merit: 100
Followed these instructions during config. I left blank DNS in WAN setting. Worked until I powered off and tried to login to miner control panel again.

So you are using a physical connection with your AntMiner for the internet?

Have you checked your pool to ensure that it is not communicating? If the green light is flashing then it is trying to do something. You can see what error it is throwing back when you go to the system log.

If you have dhcp enabled on your router it might be easier to just let the Antminer ask the router for an IP (this is what worked for me.
full member
Activity: 238
Merit: 100
ASIC Myth Buster
Bitmain AntMiner 180GH/S Group Buy2

Can be Over Clocked to 200GH/S (voids warranty)

OPEN  24 Units Left...

Ships on December 16, 2013

https://bitcointalksearch.org/topic/group-buy-clos-shipped-giveaway-bitmain-antminer-180-ghs-300-units-364342


Tech Support Included (OC as well)

full member
Activity: 224
Merit: 100
full member
Activity: 224
Merit: 100
Got the Ant powered up (nice touch this round adding 6-pin power adapters). Unfortunately networks not my friend.

Using a Mac to config, set pool and wan address as discussed. LAN set as DHCP and wan setting remain static unique address (192.168.1.11) Sound correct? After attached to router, machine would not mine. I rebooted and now cannot communicate with the Ant!

Please advise!


The WAN IP from bitmain was a 192.168.2.x. Did you change it to a 192.168.2.x? Did you turn off and on the antminer  after the IP change? Can you verify you have an valid IP on you mac and ping the antminer? Can you log into your router and look at the DHCP IP leases?

sorry the question is did you change the antminer IP  to 192.168.1.11?

I tried to communicate with the Ant using 192.168.1.11 no dice. My network IPs seem fine and I am using LAN (not sure how to login to router). Just can't communicate with the Ant. I followed the instruction give by Sushi (next post) and now realize that I assigned the WAN IP address incorrectly (gave it 192.168.1.11 rather than my local router..IP 192.168.1.33..I also left blank the DNS and DNS callout?).

I understand now that the miner would not be able to communicate with the router but why can I not communicate to the Ant, even if I use 192.168.1.11. Not sure what next?? How can I test if I am pinging with the Ant...sorry as I mentioned, networks not my friend...thanks.
newbie
Activity: 43
Merit: 0
Got the Ant powered up (nice touch this round adding 6-pin power adapters). Unfortunately networks not my friend.

Using a Mac to config, set pool and wan address as discussed. LAN set as DHCP and wan setting remain static unique address (192.168.1.11) Sound correct? After attached to router, machine would not mine. I rebooted and now cannot communicate with the Ant!

Please advise!


The WAN IP from bitmain was a 192.168.2.x. Did you change it to a 192.168.2.x? Did you turn off and on the antminer  after the IP change? Can you verify you have an valid IP on you mac and ping the antminer? Can you log into your router and look at the DHCP IP leases?

sorry the question is did you change the antminer IP  to 192.168.1.11?
newbie
Activity: 43
Merit: 0
Got the Ant powered up (nice touch this round adding 6-pin power adapters). Unfortunately networks not my friend.

Using a Mac to config, set pool and wan address as discussed. LAN set as DHCP and wan setting remain static unique address (192.168.1.11) Sound correct? After attached to router, machine would not mine. I rebooted and now cannot communicate with the Ant!

Please advise!


The WAN IP from bitmain was a 192.168.2.x. Did you change it to a 192.168.2.x? Did you turn off and on the antminer  after the IP change? Can you verify you have an valid IP on you mac and ping the antminer? Can you log into your router and look at the DHCP IP leases?
Jump to: