Bitcoin Forum
April 27, 2024, 06:17:04 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Problem: Avalon#1 stop working very often  (Read 2980 times)
Bitbird (OP)
Full Member
***
Offline Offline

Activity: 234
Merit: 100



View Profile WWW
March 16, 2013, 03:34:33 PM
Last edit: March 16, 2013, 03:52:10 PM by Bitbird
 #1

I'm trying to work on the abnormal problem of the Avalon#1 which cause it stop mining very often (around every few hours or more).

The Avalon was connected to Linux PC and mining with cgminer 2.10.5 avalon branch. The message "AVA0: invalid nonce -HW error" appears frequently when mining (see: https://i.imgur.com/7d2SM9H.jpg ). I don't know whether it's related to the problem or not.

When the cgminer stop working and showing the continuous error messages (I'll copy them when it happen again.) Restart cgminer can solved the problem. But if this procedure can't be automated, large loss would be expected.

Anyone encountered similar problem? Is there any solution? Thanks!

p.s. I use latest firmware: openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.bin   27-Feb-2013 20:09    3.8M


"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714241824
Hero Member
*
Offline Offline

Posts: 1714241824

View Profile Personal Message (Offline)

Ignore
1714241824
Reply with quote  #2

1714241824
Report to moderator
Bogart
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
March 16, 2013, 03:46:45 PM
 #2

I'm mining using the Avalon's internal host and don't have a problem with it hanging, but I do notice that cgminer seems to restart itself fairly often.  Elapsed Time shown on the cgminer status page is usually quite low.

I think they may have some kind of a watchdog that restarts it.

"All safe deposit boxes in banks or financial institutions have been sealed... and may only be opened in the presence of an agent of the I.R.S." - President F.D. Roosevelt, 1933
Gator-hex
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


View Profile
March 16, 2013, 03:47:09 PM
 #3

Did you try reading this thread?

[FIXED] Avalon URGENT ISSUE: both of my avalon do not work any more
https://bitcointalk.org/index.php?topic=148212.0

Bitbird (OP)
Full Member
***
Offline Offline

Activity: 234
Merit: 100



View Profile WWW
March 16, 2013, 04:13:49 PM
 #4

@Bogart

Since I can't got the wr703n working I may need a watchdog or daemon on the PC side. When the daemon detected the error it can restart cgminer. But I don't know how to build one for now.


@Gator-hex

Not yet! Will read it. Thanks!

techwtf
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
March 16, 2013, 04:22:27 PM
Last edit: March 16, 2013, 04:36:44 PM by techwtf
 #5

0.5-0.75% HW Error is normal. as one avalon could do 900+ nonces in a minute, ~6 HW Errors per minute is quite normal. you should check "devs" api for "MHS 5s" or "Diff1 Work" (should be increasing). there is a similar monitoring script inside the default firmware using "Accepted" as metric (using "stats" api), see https://github.com/BitSyncom/cgminer-openwrt-packages/blob/master/cgminer/files/cgminer-monitor .

# for RESTART_MONITOR, see https://bitcointalk.org/index.php?topic=145885.0
# but I do NOT guarantee it could handle every issue.
IP=xxx.xxx.xxx.xxx
PORT=4028
RESTART_MONITOR="(echo -n 'devs' | nc ${IP} ${PORT} | grep 'MHS 5s=0.0') && (echo -n 'restart' | nc ${IP} ${PORT})"
echo $RESTART_MONITOR
while true; do date; sleep 10; sh -c "$RESTART_MONITOR"; done
Bitbird (OP)
Full Member
***
Offline Offline

Activity: 234
Merit: 100



View Profile WWW
March 16, 2013, 04:37:24 PM
 #6

@techwtf

I see.  Although not completely understand the later part.
Will doing some research. Thanks!

Bogart
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
March 16, 2013, 05:04:49 PM
 #7

Can't make the WR703N work huh?  Is it totally unresponsive?  Does the light come on?

You can get a new WR703N for ~$20.  I have several sitting beside me here.

"All safe deposit boxes in banks or financial institutions have been sealed... and may only be opened in the presence of an agent of the I.R.S." - President F.D. Roosevelt, 1933
loshia
Legendary
*
Offline Offline

Activity: 1610
Merit: 1000


View Profile
March 16, 2013, 05:38:03 PM
 #8

Mine us up for 24 hours without any issues. However i belive that Avalon usb is very sensative to radiation from psu. can you mount some metal box above usb chip (controler board) to act as shield or try to move controler as far as you can from psu?

it might help

Please help the Led Boy aka Bicknellski to make us a nice Christmas led tree and pay WASP membership fee here:
https://bitcointalk.org/index.php?topic=643999.msg7191563#msg7191563
And remember Bicknellski is not collecting money from community;D
ProfMac
Legendary
*
Offline Offline

Activity: 1246
Merit: 1001



View Profile
March 16, 2013, 06:46:19 PM
 #9

Can't make the WR703N work huh?  Is it totally unresponsive?  Does the light come on?

You can get a new WR703N for ~$20.  I have several sitting beside me here.

How would it make financial sense for me to order a handful of the TP-LINK TL-WR703N v1 and flash them for backups before the community needs them?




I try to be respectful and informed.
Bogart
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
March 16, 2013, 11:40:37 PM
 #10

Can't make the WR703N work huh?  Is it totally unresponsive?  Does the light come on?

You can get a new WR703N for ~$20.  I have several sitting beside me here.

How would it make financial sense for me to order a handful of the TP-LINK TL-WR703N v1 and flash them for backups before the community needs them?

I suppose that depends on the expected rate of failure, and what kind of premium you think someone would pay for a turnkey replacement.

I have mine around just to play with.

"All safe deposit boxes in banks or financial institutions have been sealed... and may only be opened in the presence of an agent of the I.R.S." - President F.D. Roosevelt, 1933
ProfMac
Legendary
*
Offline Offline

Activity: 1246
Merit: 1001



View Profile
March 16, 2013, 11:43:41 PM
 #11

Can't make the WR703N work huh?  Is it totally unresponsive?  Does the light come on?

You can get a new WR703N for ~$20.  I have several sitting beside me here.

How would it make financial sense for me to order a handful of the TP-LINK TL-WR703N v1 and flash them for backups before the community needs them?

I suppose that depends on the expected rate of failure, and what kind of premium you think someone would pay for a turnkey replacement.

I have mine around just to play with.

I ordered one from Amazon for about $20.  It should be here by Wed. 

I try to be respectful and informed.
libertybuck
Full Member
***
Offline Offline

Activity: 137
Merit: 100


View Profile
March 17, 2013, 01:39:19 AM
 #12


I ordered one from Amazon for about $20.  It should be here by Wed. 


Sir, the WR703N shipped with Avalon should be a little different with yours. It is modified with larger RAM and Flash. And a resistor is mounted at different position. 

libertybuck
Full Member
***
Offline Offline

Activity: 137
Merit: 100


View Profile
March 17, 2013, 01:53:29 AM
 #13

One thing want to share with friends is that, avalon is a professional mining machine, to avoid destory it accidently please do not PLAY with avalon. If not necessary please do not open it's case. If you opened it you should not power on it for a long time. Leave case open could only make components over-heat.

ProfMac
Legendary
*
Offline Offline

Activity: 1246
Merit: 1001



View Profile
March 17, 2013, 03:56:26 AM
 #14


I ordered one from Amazon for about $20.  It should be here by Wed. 


Sir, the WR703N shipped with Avalon should be a little different with yours. It is modified with larger RAM and Flash. And a resistor is mounted at different position. 

Thank you.
Do you know whether the modifications done at manufacturing time, or in the field?

I try to be respectful and informed.
libertybuck
Full Member
***
Offline Offline

Activity: 137
Merit: 100


View Profile
March 17, 2013, 09:43:44 AM
 #15


I ordered one from Amazon for about $20.  It should be here by Wed. 


Sir, the WR703N shipped with Avalon should be a little different with yours. It is modified with larger RAM and Flash. And a resistor is mounted at different position. 

Thank you.
Do you know whether the modifications done at manufacturing time, or in the field?


check here please:


the 703N is a modded ver, we moved a 0R resistor from one place to another to let the 703N could get power form its USB-A port.


Bogart
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
March 17, 2013, 12:32:26 PM
 #16

There are videos all over youtube of ppl doing these mods.

"All safe deposit boxes in banks or financial institutions have been sealed... and may only be opened in the presence of an agent of the I.R.S." - President F.D. Roosevelt, 1933
Bogart
Legendary
*
Offline Offline

Activity: 966
Merit: 1000


View Profile
March 17, 2013, 12:49:39 PM
 #17

I'm mining using the Avalon's internal host and don't have a problem with it hanging, but I do notice that cgminer seems to restart itself fairly often.  Elapsed Time shown on the cgminer status page is usually quite low.

I think they may have some kind of a watchdog that restarts it.

I'm now finding mining using stratum to be far more stable.  4h18m elapsed is showing now on the cgminer status page.

"All safe deposit boxes in banks or financial institutions have been sealed... and may only be opened in the presence of an agent of the I.R.S." - President F.D. Roosevelt, 1933
Bitbird (OP)
Full Member
***
Offline Offline

Activity: 234
Merit: 100



View Profile WWW
March 27, 2013, 04:08:59 PM
 #18

@loshia

True! Avalons' USB is quite sensitive. Sometime when I switch the light (I use LED light) of the room it will stop function and need re plug-in for restart. I already putting PSU (changed to a better one) outside the case but the situation remain the same.

JerimiahJohnson
Full Member
***
Offline Offline

Activity: 125
Merit: 100



View Profile
March 29, 2013, 01:40:42 AM
 #19

Thank you for working on this, please if you or anyone who is good with Avalons / may have a fix read my post here:

https://bitcointalk.org/index.php?topic=156323.msg1696891#msg1696891

Its putting itself into idle mode for some reason,will gladly pay bounty for fix

thank you.

-JJ

Coming soon the Cointamination 16 65nm Chip BFL CLone Board.
Board Hashing: http://bit.ly/1cXs5Rt
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!