Avalon4 mini: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 32: | Line 32: | ||
eg: cgminer-api "ascset|0,frequency,0-450:390:370" /* set all chips work at 450:390:370, about 414 Mhz = (450 * 4 + 390 * 4 + 370) / 9 */ | eg: cgminer-api "ascset|0,frequency,0-450:390:370" /* set all chips work at 450:390:370, about 414 Mhz = (450 * 4 + 390 * 4 + 370) / 9 */ | ||
cgminer-api "ascset|0,frequency,1-200" /* set chip 1 works at 200 Mhz */ | cgminer-api "ascset|0,frequency,1-200" /* set chip 1 works at 200 Mhz */ | ||
== LED == | |||
{| class="wikitable sortable" border="1" | |||
|- | |||
! LED | |||
! OFF | |||
! ON | |||
! MEMO | |||
|- valign="top" | |||
| PWR | |||
| Check USB cable | |||
| USB Power good | |||
| | |||
|- valign="top" | |||
| R | |||
| - | |||
| - | |||
| | |||
|- valign="top" | |||
| G | |||
| PMU power off | |||
| PMU power on | |||
| | |||
|- valign="top" | |||
| B | |||
| Hashing | |||
| IDLE | |||
| | |||
|} |
Revision as of 08:16, 15 May 2015
Booting flow
- Plug the 12V power
- Plug the USB
- Note: Please wait the device idle(LED B on) when you run CGMiner.
CGMiner Under Ubuntu 14.04
Download
Inside your home directory, download CGMiner git clone https://github.com/Canaan-Creative/cgminer
Compile
cd cgminer git checkout origin/avalon-miner -b avalon-miner ./autogen.sh --enable-avalon-miner make -j 4
Run
sudo ./cgminer --avalonm-freq 100 --avalonm-voltage 6250 -o http://stratum.pool:3333 -u work -p pass or sudo ./cgminer --avalonm-freq 275:250:200 --avalonm-voltage 6250 -o http://stratum.pool:3333 -u work -p pass or sudo ./cgminer --avalonm-freq 100 --avalonm-voltage 6250 -o http://stratum.pool:3333 -u work -p pass --api-allow W:127.0.0.1 --api-listen $@ 2>./log
Tweak
- Voltage
Format: ascset|ASCN,voltage,value eg: cgminer-api "ascset|0,voltage,7000"
- Frequency
Format: ascset|ASCN,frequency,chip id-value eg: cgminer-api "ascset|0,frequency,0-450:390:370" /* set all chips work at 450:390:370, about 414 Mhz = (450 * 4 + 390 * 4 + 370) / 9 */ cgminer-api "ascset|0,frequency,1-200" /* set chip 1 works at 200 Mhz */
LED
LED | OFF | ON | MEMO |
---|---|---|---|
PWR | Check USB cable | USB Power good | |
R | - | - | |
G | PMU power off | PMU power on | |
B | Hashing | IDLE |