0% found this document useful (0 votes)
141 views5 pages

AntMiner-U1 User Guide

This 5-page document provides instructions for installing drivers and running cgminer software to operate the AntMiner-U1 bitcoin miner. It explains how to install the CP2102 USB driver using Zadig, then run cgminer with the appropriate options. The second page provides guidelines for overclocking the DC/DC component, including voltage and frequency settings. The last page describes the frequency hex codes used in cgminer and how they correspond to output frequencies.

Uploaded by

samuelfsantos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
141 views5 pages

AntMiner-U1 User Guide

This 5-page document provides instructions for installing drivers and running cgminer software to operate the AntMiner-U1 bitcoin miner. It explains how to install the CP2102 USB driver using Zadig, then run cgminer with the appropriate options. The second page provides guidelines for overclocking the DC/DC component, including voltage and frequency settings. The last page describes the frequency hex codes used in cgminer and how they correspond to output frequencies.

Uploaded by

samuelfsantos
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Last updated: 12/25/2013

Page 1 of 5





AntMiner-U1 user guide
Last updated: 12/25/2013

Page 2 of 5

1 Install driver
Cgminer for antminer-U1:
https://github.com/AntMiner/AntGen1/tree/master/cgminer
CP2102 Driver:
http://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx
zadig:
http://zadig.akeo.ie/

Step1: install CP210x_VCP driver.
Step2: Plug in antminer-U1.
Step3: Open Zadig and click Options -> List All Devices

Step4: Select CP2102 USB to UART Bridge Controller, and then click Reinstall
Driver
Last updated: 12/25/2013

Page 3 of 5


Step5: run cgminer. In next time, please run cgminer directly.
cgminer.exe --bmsc-options 115200:20 -o 50.31.149.57:3333 -u ktzhan_3 -p 123 --
bmsc-freq 0781


Last updated: 12/25/2013

Page 4 of 5

2 Over clocking guideline


DC/DC component: AOZ1021AI
DC/DC output formula: Vo=0.8*(1+R1/R2)
Typical value
DC/DC output R1 R2
0.8V(Default) 1K OPEN
0.9V 1.24K 10K
1.0V 2.49K 10K
1.1V 3.74K 10K
1.2V 4.99K 10K

cgminer --bmsc-freq option
Freqency (MHz) ASIC hash rate (GHz) Frequency Hex
150 1.2 0581
175 1.4 0681
200 1.6 0781
225 1.8 0881
Last updated: 12/25/2013

Page 5 of 5

250 2.0 0981
275 2.2 0A81
300 2.4 0B81
325 2.6 4C81
350 2.8 4D81
375 3.0 4E81
400 3.2 4F81
425 3.4 5081
450 3.6 5181
475 3.8 5281
500 4.0 5381

Frequency Hex description
15 14 13:7 6:2 1:0
0 BS M[6:0] N[4:0] OD[1:0]
NR=N+1
NF=M+1

Fout = 25*NF/(NR*NO), where NR =1 or 2.
When BS=1, 62.5 Fout 1000; 500 Fout*NO 1000
When BS=0, 37.5 Fout 600; 300 Fout*NO 600

You might also like