Search content
Sort by

Showing 2 of 2 results by j99
Post
Topic
Board Beginners & Help
Re: Bitmain AntMiner U1 on Debian - not found
by
j99
on 11/01/2014, 19:03:47 UTC
Make sure you have the newest version of bfgminer that supports the U1.

like I said, I tried various different versions, including this one... it must be something else (maybe something with kernel) because it doesn't work on any version of cg/bfgminer
Post
Topic
Board Beginners & Help
Topic OP
Bitmain AntMiner U1 on Debian - not found
by
j99
on 11/01/2014, 18:50:23 UTC
Hello,

I am new to bitcoin mining and decided to give it a try using an AntMiner U1 on my Debian i386 box. I followed all the instructions and hints from this forum, installed cgminer from various git clones, also tried with bfgminer but it just won't work. AntMiner is OK because I also tested it on a windows machine and worked according to the instructions (reinstall driver etc.) but I can not make it work under Debian.

When I plug in antminer I get:

[12583524.528102] usb 2-2: new full speed USB device using ohci_hcd and address 2
[12583524.744055] usb 2-2: New USB device found, idVendor=10c4, idProduct=ea60
[12583524.744060] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[12583524.744063] usb 2-2: Product: CP2102 USB to UART Bridge Controller
[12583524.744066] usb 2-2: Manufacturer: Silicon Labs
[12583524.744068] usb 2-2: SerialNumber: 0001
[12583524.744208] usb 2-2: configuration #1 chosen from 1 choice
[12583525.209733] usbcore: registered new interface driver usbserial
[12583525.209750] USB Serial support registered for generic
[12583525.209778] usbcore: registered new interface driver usbserial_generic
[12583525.209781] usbserial: USB Serial Driver core
[12583525.252411] USB Serial support registered for cp210x
[12583525.252510] cp210x 2-2:1.0: cp210x converter detected

but then when I start cgminer (or bfgminer) I am only receiving:
bmsc send golden nonce 
bmsc recv nonce timeout

And during this time my syslog logs these messages all the time:
[12584424.920851] cp210x ttyUSB0: cp210x converter now disconnected from ttyUSB0
[12584424.922619] cp210x 2-2:1.0: device disconnected
[12584432.680124] cp210x 2-2:1.0: cp210x converter detected
[12584432.848120] usb 2-2: reset full speed USB device using ohci_hcd and address 2
[12584433.072155] usb 2-2: cp210x converter now attached to ttyUSB0
[12584438.296197] cp210x ttyUSB0: cp210x converter now disconnected from ttyUSB0
[12584438.296505] cp210x 2-2:1.0: device disconnected
[12584446.084152] cp210x 2-2:1.0: cp210x converter detected
[12584446.260762] usb 2-2: reset full speed USB device using ohci_hcd and address 2
[12584446.472968] usb 2-2: cp210x converter now attached to ttyUSB0
[12584451.693636] cp210x ttyUSB0: cp210x converter now disconnected from ttyUSB0
[12584451.693928] cp210x 2-2:1.0: device disconnected
[12584459.448127] cp210x 2-2:1.0: cp210x converter detected
[12584459.624096] usb 2-2: reset full speed USB device using ohci_hcd and address 2

etc...

What can be wrong? I tried many different cgminer and bfgminer versions with bmsc support and the problem is the same on all of them.. I run cgminer with following command:

cgminer --bmsc-options 115200:20 -o api.bitcoin.cz:8332 -u XXXXX -p XXXXX --bmsc-freq 0781

and bfgminer with:

bfgminer -S antminer:all -o api.bitcoin.cz:8332 -u XXXXXX -p XXXXXX

(the same commands work on windows laptop like a charm - except that I have linux box that is always on and want to use it)

Any clues? Thanx!