Avalon nano

From Bitcoin Wiki
Revision as of 09:46, 14 August 2014 by Xiangfu (talk | contribs) (→‎Links)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Host Apps

  • AvalonMiner (Windows only)
  • BFGMiner: bfgminer -S ICA:/dev/ttyACM0 --set-device ICA:baud=115200 --set-device ICA:reopen=timeout --set-device ICA:work_division=1 --set-device ICA:fpga_count=1 --set-device ICA:probe_timeout=100 --set-device ICA:timing=0.22 --api-listen 2>log
  • CGMiner: cgminer --icarus-options 115200:1:1 --icarus-timing 0.22 --api-listen 2>log

Miner Support

BFGMiner

  • How to run under Linux?
 ./bfgminer \
       -S ICA:/dev/ttyACM0 \
       -o url -O workername:workerpassword \
       --set-device ICA:baud=115200 \
       --set-device ICA:reopen=timeout \
       --set-device ICA:work_division=1 \
       --set-device ICA:fpga_count=1 \
       --set-device ICA:probe_timeout=100 \
       --set-device ICA:timing=0.22 \
       --api-listen \
       2>log
  Note: /dev/ttyACM0 is an Avalon nano.

CGMiner

  • How to run under Linux?
 ./cgminer \
       -o url -O workername:workerpassword \
       --icarus-options 115200:1:1 \
       --icarus-timing 0.22 \
       --api-listen \
       2>log
  Note: Make sure you have right to access the Avalon nano dev(eg./dev/ttyACM0)

LED

  • Color

Avalon nano can display run status through LED colors.

IDLE:green

NORMAL:from red to blue

PROTECT:red blink

Firmware

Documents

Development

 sudo apt-get install libgtk2.0-0:i386 libpangox-1.0-0:i386 libpangoxft-1.0-0:i386 libidn11:i386 libglu1-mesa:i386 libxtst6:i386 libncurses5:i386

Links