Bitcoin Forum
October 02, 2025, 04:01:28 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Mining support / Re: Avalon 741 set manual fan? on: February 04, 2018, 03:38:50 PM
Actually though the machine seems to have a mind of its own you can suggest a maximum fan speed.  From what I gather though it only seems to affect the maximum startup speed as the Avalon will bring the fan to higher speeds if it detects high heat.

Now on to voiding your warranty!

First SSH into the machine using your password:

Code:
ssh root@192.168.0.100

Then edit the cgminer startup script.

Code:
vi /etc/init.d/cgminer

There is a line that looks like this:

Code:
AVA7_OPTIONS=" --avalon7-fan $_fan-100 --avalon7-freq $_cf $CHIP_VOLT $VOLT_OFFSET $SSP"

100 in there is the maximum fan speed

Code:
AVA7_OPTIONS=" --avalon7-fan $_fan-60 --avalon7-freq $_cf $CHIP_VOLT $VOLT_OFFSET $SSP"

Now exit the editor
Code:
:wq!
and restart the machine:

Code:
/etc/init.d/cgminer restart

Like was said above it is recommended you use the -2 flag to voltage to avoid overheating if noise is of concern. Lower fan speeds means higher heat... lower voltage helps mitigate this.

Another option is put the device inside a box and use a dryer vent tube to exhaust the heat.  Helps reduce noise by about 20db.  Another is to grab cold air from outside. Lower heat will reduce fan speed even more.  I had one Avalon running in a shed at 1200RPM for a while.

Good luck and remember I am not responsible for fires, destruction of property or warranty obstructions. 
2  Alternate cryptocurrencies / Mining (Altcoins) / Anyone know how to reset password on Innosilicon A4R? on: January 23, 2018, 11:42:16 PM
 Huh

I'm getting an error whenever I type in my password (and it says "Wrong password" when it's not the right one.

I'm stumped Sad
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!