Author

Topic: Avalon ASIC users thread - page 153. (Read 438724 times)

hero member
Activity: 817
Merit: 1000
Truth is a consensus among neurons www.synereo.com
June 26, 2013, 07:53:06 PM
I've uploaded new firmware

http://ck.kolivas.org/apps/cgminer/avalon/20130626-1/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.bin

This one includes a minor calculation bug fix internally, and I changed the web UI to allow you to discretely set any frequency you like instead of the drop-down box, changing the default from 282 to 300 since I don't think anyone runs these at 282 any more. This will allow you to manually fine tune it yourself, should you find a sweet spot for your hardware.

New binary which really does what that one was supposed to:

http://ck.kolivas.org/apps/cgminer/avalon/20130627/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.bin

I tested it with non standard values. It has sanity checking to prevent values <256 and >450 (hah!), but the usual warnings apply Wink

It also has the more relaxed timeouts which some people found allowed them to go to higher frequencies. See how you go, and watch for higher rejects than normal as a sign the timeout is too long.

Thanks. How do I control the timeout stuff?

I get way more rejects now but hashrate (MSHav) is up.
sr. member
Activity: 473
Merit: 250
Sodium hypochlorite, acetone, ethanol
June 26, 2013, 07:46:44 PM
thinking of upgrading my PSU. just want to verify that 1000W will be enough to power 4 modules? (assuming that either Avalon will start selling upgrade modules or clones will become available eventually)

Also, I'm looking at getting seasonic 1050XM -- anyone have any real-life experience or opinions of this PSU?


Comfirmed working PSU list
ANTEC EA-650 GREEN
Enermax GX650
Enermax GX750
CORSAIR GS700
CORSAIR GS800
Super-Flower SF-650P14XE(GX)
Enermax 1000W(suit for 4 modules, a little bit long)
OCZ ZX Series 1250W

but no real-life experience.. sorry
legendary
Activity: 1512
Merit: 1000
@theshmadz
June 26, 2013, 07:13:00 PM
thinking of upgrading my PSU. just want to verify that 1000W will be enough to power 4 modules? (assuming that either Avalon will start selling upgrade modules or clones will become available eventually)

Also, I'm looking at getting seasonic 1050XM -- anyone have any real-life experience or opinions of this PSU?
legendary
Activity: 1792
Merit: 1047
June 26, 2013, 05:53:37 PM
These features are a huge bonus to all Avalon owners.

Doing final testing and will post results for unit #114 later tomorrow.

I will be sending you a few appreciation mBTC's

Thanks again.

hero member
Activity: 631
Merit: 500
June 26, 2013, 05:40:40 PM
I've uploaded new firmware

http://ck.kolivas.org/apps/cgminer/avalon/20130626-1/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.bin

This one includes a minor calculation bug fix internally, and I changed the web UI to allow you to discretely set any frequency you like instead of the drop-down box, changing the default from 282 to 300 since I don't think anyone runs these at 282 any more. This will allow you to manually fine tune it yourself, should you find a sweet spot for your hardware.

New binary which really does what that one was supposed to:

http://ck.kolivas.org/apps/cgminer/avalon/20130627/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.bin

I tested it with non standard values. It has sanity checking to prevent values <256 and >450 (hah!), but the usual warnings apply Wink

It also has the more relaxed timeouts which some people found allowed them to go to higher frequencies. See how you go, and watch for higher rejects than normal as a sign the timeout is too long.

thanks, con.

the latest firmware seems to fix the hashrate disparity between Avalon's console and pool stats...at least for me anyway.
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
June 26, 2013, 05:37:21 PM
I've uploaded new firmware

http://ck.kolivas.org/apps/cgminer/avalon/20130626-1/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.bin

This one includes a minor calculation bug fix internally, and I changed the web UI to allow you to discretely set any frequency you like instead of the drop-down box, changing the default from 282 to 300 since I don't think anyone runs these at 282 any more. This will allow you to manually fine tune it yourself, should you find a sweet spot for your hardware.

New binary which really does what that one was supposed to:

http://ck.kolivas.org/apps/cgminer/avalon/20130627/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.bin

I tested it with non standard values. It has sanity checking to prevent values <256 and >450 (hah!), but the usual warnings apply Wink

It also has the more relaxed timeouts which some people found allowed them to go to higher frequencies. See how you go, and watch for higher rejects than normal as a sign the timeout is too long.
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
June 26, 2013, 04:09:39 PM
I've uploaded new firmware

http://ck.kolivas.org/apps/cgminer/avalon/20130626-1/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.bin

This one includes a minor calculation bug fix internally, and I changed the web UI to allow you to discretely set any frequency you like instead of the drop-down box, changing the default from 282 to 300 since I don't think anyone runs these at 282 any more. This will allow you to manually fine tune it yourself, should you find a sweet spot for your hardware. I now have the highest hashrate I've ever had on a stock batch 2 at 83.7GH so far (but it's been only 20 mins so that might be just luck). EDIT: it was just luck, but it's still never been higher.

Doesn't seem to start mining if I input a non-standard number. I removed the --auto option and changed to 358 and 345 on two different miners and they never began hashing.
Switching back to 350 (with or without auto) makes them start immediately again.
Doh, forgot to update part of my build process. Will build another firm shortly, sorry.
hero member
Activity: 602
Merit: 500
Vertrau in Gott
June 26, 2013, 12:19:54 PM
      case 300:
         buf[6] = 0x63;
         buf[7] = 0x09;
         break;
      case 325:
         buf[6] = 0x28;
         buf[7] = 0x0a;
         break;
      case 350:
         buf[6] = 0xf0;
         buf[7] = 0x0a;
         break;
      case 375:
         buf[6] = 0xb8;
         buf[7] = 0x0b;
         break;


Does anybody knows ALL buff 6 & 7 numbers for all frequencies?

hero member
Activity: 817
Merit: 1000
Truth is a consensus among neurons www.synereo.com
June 26, 2013, 11:08:22 AM
I've uploaded new firmware

http://ck.kolivas.org/apps/cgminer/avalon/20130626-1/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.bin

This one includes a minor calculation bug fix internally, and I changed the web UI to allow you to discretely set any frequency you like instead of the drop-down box, changing the default from 282 to 300 since I don't think anyone runs these at 282 any more. This will allow you to manually fine tune it yourself, should you find a sweet spot for your hardware. I now have the highest hashrate I've ever had on a stock batch 2 at 83.7GH so far (but it's been only 20 mins so that might be just luck). EDIT: it was just luck, but it's still never been higher.

Doesn't seem to start mining if I input a non-standard number. I removed the --auto option and changed to 358 and 345 on two different miners and they never began hashing.
Switching back to 350 (with or without auto) makes them start immediately again.
legendary
Activity: 892
Merit: 1002
1 BTC =1 BTC
June 26, 2013, 09:18:28 AM
With pretty cool ambient temps also Wink I guess your room temperature is about 15 Celsius?

I wish, no it's the basement but it's 20+ (near Temp2) (sorry, near Temp1...duh..)
legendary
Activity: 1610
Merit: 1000
June 26, 2013, 09:13:36 AM
350 and pretty cool without airco Cool



(1 fan on max rpm)
With pretty cool ambient temps also Wink I guess your room temperature is about 15 Celsius?

sr. member
Activity: 342
Merit: 250
June 26, 2013, 09:06:06 AM
Just noticed one of the three fans stopped working on my avalon.  Opened up the case and found that the wire wiggled itself loose.  Keep an eye on your fans. 
legendary
Activity: 892
Merit: 1002
1 BTC =1 BTC
June 26, 2013, 09:03:24 AM
350 and pretty cool without airco Cool



(1 fan on max rpm)
legendary
Activity: 876
Merit: 1000
Etherscan.io
June 26, 2013, 08:07:36 AM

... and I changed the web UI to allow you to discretely set any frequency you like instead of the drop-down box, changing the default from 282 to 300 since I don't think anyone runs these at 282 any more. This will allow you to manually fine tune it yourself, should you find a sweet spot for your hardware.



thanks! You're the man  Smiley
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
June 26, 2013, 07:58:15 AM
ckolivas -

Do you think generated heat or the power capacity of all the other chips is causing instability on these overclocked machines?

My guess is not enough voltage since no amount of cooling can get them much higher than 350 reliably.
sr. member
Activity: 490
Merit: 255
June 26, 2013, 07:55:34 AM
ckolivas -

Do you think generated heat or the power capacity of all the other chips is causing instability on these overclocked machines?
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
June 26, 2013, 07:46:41 AM
I've uploaded new firmware

http://ck.kolivas.org/apps/cgminer/avalon/20130626-1/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.bin

This one includes a minor calculation bug fix internally, and I changed the web UI to allow you to discretely set any frequency you like instead of the drop-down box, changing the default from 282 to 300 since I don't think anyone runs these at 282 any more. This will allow you to manually fine tune it yourself, should you find a sweet spot for your hardware. I now have the highest hashrate I've ever had on a stock batch 2 at 83.7GH so far (but it's been only 20 mins so that might be just luck). EDIT: it was just luck, but it's still never been higher.
legendary
Activity: 1666
Merit: 1185
dogiecoin.com
June 26, 2013, 06:52:58 AM
Something is wrong.
Cgminer says 80 GH/s advantage but Slushs pool only 70 GH/s...
Pools are just estimates. As long as the shares match on cgminer and pool everything is okay
fhh
legendary
Activity: 1206
Merit: 1000
June 26, 2013, 06:50:11 AM
Something is wrong.
Cgminer says 80 GH/s advantage but Slushs pool only 70 GH/s...

take a look in the rejects in cgminer Status


3.1.1 crashed after about 5 hours running very constantly @325MHz
will now give 350 @ try
sr. member
Activity: 266
Merit: 250
June 26, 2013, 05:55:41 AM
Something is wrong.
Cgminer says 80 GH/s advantage but Slushs pool only 70 GH/s...
Jump to: