Author

Topic: Avalon ASIC users thread - page 136. (Read 438516 times)

legendary
Activity: 1600
Merit: 1014
July 05, 2013, 04:04:22 AM
... and an aluminum plate to the front which really presses the chips down onto the heatsink.
It has been said many times not to put anything on top of the chips. You'll destroy them.

It was said because putting anything on chips would make air pass worse thru the aircooled unit and will decrease overall cooling efficiency. Also was noted that chips has bad thermal conductivity on top due to the air gap in chip package, so most of the heat is going to the bottom where is good thermal conductivity exist and then to pcb.

I was thinking about reworking the original heatsinks to fit on the top...
sr. member
Activity: 266
Merit: 250
July 05, 2013, 03:58:42 AM
... and an aluminum plate to the front which really presses the chips down onto the heatsink.
It has been said many times not to put anything on top of the chips. You'll destroy them.

It was said because putting anything on chips would make air pass worse thru the aircooled unit and will decrease overall cooling efficiency. Also was noted that chips has bad thermal conductivity on top due to the air gap in chip package, so most of the heat is going to the bottom where is good thermal conductivity exist and then to pcb. But really, i think screws on PCB is just enough for purpose of "pressing to heatsink"
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
July 05, 2013, 03:34:08 AM
Mine has been upside down most of the time without a problem. It all looked pretty well secured when I opened it up and heat radiates from the "base" when it's upside down.
legendary
Activity: 1112
Merit: 1000
July 05, 2013, 03:16:24 AM
Anybody mentioned the fact that the unit gets real hot at the bottom?
Any advise to make that better or doesn't that really matter? Maybe place it upside down ?

They get hot on the bottom because the hashing module is screwed to the heatsink and the heatsink is screwed to the bottom of the case. As the heatsink is not touching the top of the case, the top does not get hot.

The internal fans should do the job of keeping things cool, the bottom will not get hotter than the heatsink anyways

You can add additional air cooling externally on the case bottom if that makes you feel more comfortable.

Keep the case horizontally. I would not flip it upside down, that would make the hashing modules hang from the top, it was not designed for that.
sr. member
Activity: 302
Merit: 252
July 05, 2013, 03:05:59 AM
Anybody mentioned the fact that the unit gets real hot at the bottom?
Any advise to make that better or doesn't that really matter? Maybe place it upside down ?
legendary
Activity: 1600
Merit: 1014
July 05, 2013, 02:05:46 AM
... and an aluminum plate to the front which really presses the chips down onto the heatsink.
It has been said many times not to put anything on top of the chips. You'll destroy them.
Thru cooling?!
hero member
Activity: 826
Merit: 1001
July 05, 2013, 01:50:59 AM
... and an aluminum plate to the front which really presses the chips down onto the heatsink.
It has been said many times not to put anything on top of the chips. You'll destroy them.
legendary
Activity: 1600
Merit: 1014
July 04, 2013, 08:36:58 PM
Can it be that --avalon-auto is only working with a reading for the fan rpm's? I use water cooling and have no fans...
Also is it possible that the setting for 16 miners instead of 24 is not working?

Last time i looked at your screen i found a huge amount of hw errors even at moderate frequencies,
i would try in simular case (if auto fails) to increment manually in 5 Mhz steps and look at hw error rate.
The only possible way fan data can make a "collision" with auto frequency option in this piece of code,
Code:
			if (!info->optimal) {
if (info->fan_pwm >= opt_avalon_fan_max) {
applog(LOG_WARNING,
      "AVA%i: Above optimal temperature, throttling",
      avalon->device_id);
avalon_dec_freq(info);
}
but info->fan_pwm is not rpm sensor reading, its pwm setting for fan speed. Even if you don't have one or
it just not connected - it will keep on passing pwm value to controller. So if your fan reading is zero -
there is no protection besides --avalon-cutoff option, its just for info purpose in current version.
Thats how i figured it out after looking at sources when my new fans went to 0 rpm and temperature starts growing.
I see no reason for changing 24 to 16 miners options to not work, only one thing - they must be plugged in DATA_P1 and P2 ports.

That was your message in my thread:
You should check accepted diff1 shares against hw errors, thats what you really want to know.
According to your screen you have ( 9032 / 735510 ) * 100% = 1.22% error rate
Try the latest firmware that was posted in "Avalon ASIC users thread" and overclock it to 375+

--avalon-auto seams working now, maybe I just was too impatient. I just don't get the results I wanted with my water cooling, frequency is on 354 now with the auto option. I am thinking of applying thermal paste to the back and an aluminum plate to the front which really presses the chips down onto the heatsink.
sr. member
Activity: 388
Merit: 250
July 04, 2013, 04:18:58 PM
first crash with firmware 703
I started with auto mode from 370
after a while it will go to 364-368 
after 20+ save+apply changes it will start normal and the hash will drom until 0 , all the diff1 shares went to Hw error
a cgminer stop start /restart will fix it for 30 min until it will go again down
it looks like a cgminer restart all the stats are 0 
changed to 325 + auto and is the same
soft reboot did not fix it
hard reboot is the way to go
sr. member
Activity: 266
Merit: 250
July 04, 2013, 04:10:38 PM
Can it be that --avalon-auto is only working with a reading for the fan rpm's? I use water cooling and have no fans...
Also is it possible that the setting for 16 miners instead of 24 is not working?

Last time i looked at your screen i found a huge amount of hw errors even at moderate frequencies,
i would try in simular case (if auto fails) to increment manually in 5 Mhz steps and look at hw error rate.
The only possible way fan data can make a "collision" with auto frequency option in this piece of code,
Code:
if (!info->optimal) {
if (info->fan_pwm >= opt_avalon_fan_max) {
applog(LOG_WARNING,
      "AVA%i: Above optimal temperature, throttling",
      avalon->device_id);
avalon_dec_freq(info);
}
but info->fan_pwm is not rpm sensor reading, its pwm setting for fan speed. Even if you don't have one or
it just not connected - it will keep on passing pwm value to controller. So if your fan reading is zero -
there is no protection besides --avalon-cutoff option, its just for info purpose in current version.
Thats how i figured it out after looking at sources when my new fans went to 0 rpm and temperature starts growing.
I see no reason for changing 24 to 16 miners options to not work, only one thing - they must be plugged in DATA_P1 and P2 ports.
full member
Activity: 176
Merit: 100
July 04, 2013, 03:44:06 PM

so please tell me what these details mean:

Code:
2013-07-04 12:01:33,573 INFO BasicShareLimiter # Checking Retarget for 1 (30) avg. 1 target 30+-15
2013-07-04 12:01:33,573 INFO BasicShareLimiter # Retarget for 1 870 old: 30 new: 900

Checking difficulty, connection 1  at 30 diff on average. 1 second per share, target  is 30seconds avg plus or minus 15 seconds

change in retarget diff for connection 1 for  1 share in 30 seconds is 870, so old diff which is 30 plus new diff change of 870 = new diff total of 900 difficulty

so each 1 share is now worth 900 normal diff shares.

edit slight change to wording after reading more logs
legendary
Activity: 1246
Merit: 1002
July 04, 2013, 03:43:57 PM
after static ip configuration i see black screen with LuCI - Lua Configuration Interface, still loading and after again  - can not connect!!

If you changed the IP you also need to change the IP of the computer you are connecting with.
Can such as reset to default?

Google for OpenWRT failsafe
Also, search in these forums.
legendary
Activity: 1764
Merit: 1002
July 04, 2013, 03:08:33 PM
Is it stratum vardiif ramping up so you are submitting far less shares but same hashrate?

is there a way to tell?

Yes,

look at the lines with "Checking retarget for...", you'll see that it grows slowing down share submission.

spiccioli

so please tell me what these details mean:

Code:
2013-07-04 12:01:33,573 INFO BasicShareLimiter # Checking Retarget for 1 (30) avg. 1 target 30+-15
2013-07-04 12:01:33,573 INFO BasicShareLimiter # Retarget for 1 870 old: 30 new: 900
hero member
Activity: 952
Merit: 502
SAPG Pre-Sale Live on Uniswap!
July 04, 2013, 12:12:09 PM
after static ip configuration i see black screen with LuCI - Lua Configuration Interface, still loading and after again  - can not connect!!

If you changed the IP you also need to change the IP of the computer you are connecting with.
Can such as reset to default?
legendary
Activity: 1600
Merit: 1014
July 04, 2013, 11:39:54 AM
Can it be that --avalon-auto is only working with a reading for the fan rpm's? I use water cooling and have no fans...
Also is it possible that the setting for 16 miners instead of 24 is not working?

@ckolivas: I got some water cooling blocks on spare - if you like I would send you one over as a donation  Smiley Just PM me if interested.
hero member
Activity: 952
Merit: 502
SAPG Pre-Sale Live on Uniswap!
July 04, 2013, 10:28:21 AM
after static ip configuration i see black screen with LuCI - Lua Configuration Interface, still loading and after again  - can not connect!!
legendary
Activity: 1036
Merit: 1000
Nighty Night Don't Let The Trolls Bite Nom Nom Nom
July 04, 2013, 09:39:00 AM
one of my avalons connects via 192.168.0.110
legendary
Activity: 1512
Merit: 1000
@theshmadz
July 04, 2013, 09:35:34 AM
Hello!
please help!
I can not connect to the Avalon ...
Connecting to laptop via patchcord, I type in the browser 192.168.0.100 and wrote some time - Error connecting.
how to stop it?
only from box ...
sorry for my english

Did you set a static address on your laptop?

May or may not need a crossover cable,

google "How to set static IP"
hero member
Activity: 952
Merit: 502
SAPG Pre-Sale Live on Uniswap!
July 04, 2013, 09:28:17 AM
Hello!
please help!
I can not connect to the Avalon ...
Connecting to laptop via patchcord, I type in the browser 192.168.0.100 and wrote some time - Error connecting.
how to stop it?
only from box ...
sorry for my english
legendary
Activity: 966
Merit: 1000
July 04, 2013, 09:02:18 AM
Nice thanks, maybe that fix my issue:


- my cgminer process seems to restart after every 4 hours or so.. must watch longer to see if it happens regulary. could it have something to do with the --avalon-auto, maybee the freq gets to high and it restarts? I am using --avalon-freq 300-340
One possibility. There are a few different ways that it restarts. One is an actual error in the code that makes it hang and stop submitting work, which should be fixed in this latest firmware. The other is multiple pool or network outages - and this is where the watchdog is trigger happy, as any period of 2+ minutes without work is enough for cgminer to stop being able to make work and the watchdog is not smart enough to detect what it is. Another is fpga screwups, but they are getting less likely with more fixes going into the cgminer direct USB code than they used to be with the old serial interface thereby bypassing one potential point of failure. An operating system error is also possible, and seems more common with the wifi enabled for reasons that aren't clear. Finally there's true hardware failure of one sort or another - overheat, inadequate power etc.

I could confirm that the newest firmware 2130703 fixed the restarts of cgminer. It's running since 18 hours so far.


Same here.  I installed it on 2 units last night (Batch 1 and Batch 2), and both now show 10+ hours of cgminer uptime.

It also seems to solve the issue where cgminer would sometimes not start hashing, and have to be restarted.  I was doing some config changes which let to a bunch of restarts last night, and it started hashing every time.
Jump to: