Right,
Its an Antminer U3, i used this setup:
Antminer U3s can be run on any CGMiner based device. A Windows based PC is recommended although a similar process can be applied on a Raspberry Pi.
1. Plug in the USB cable from the U3 to your computer.
2. Plug in the power supply into the mains.
3. Plug in power supply into the U3.
4. Download the latest version of the mining software (CGMiner) here: download/cgminer-run.rar
5. Download the windows driver installer (Zadig) here:
http://ck.kolivas.org/apps/cgminer/zadig/6. Run Zadig. Use the drop-down to find the "CP 2120 USB to UART Bridge Controller" entry. If it doesn't show, select "Options->List All Devices"
7. Set the new driver to be WinUSB and click Install (or Re-Install) driver.
8. If it is successful you will see this message:
9. Extract cgminer to your chosen location.
10. Create a new file in notepad and enter pool information as below. Save it as a .bat in the same folder as CGMiner:
cgminer.exe --bmsc-options 115200:0.65 -o XXX -u XXX -p XXX --bmsc-voltage 0800 --bmsc-freq 1306
-o = mining pool address : mining pool port number
-u = workername from your mining pool
-p = password for your worker
11. Run the bat file to start mining (remember to replace "-o XXX -u XXX -p XXX" with your own information).
Ok, i launched the bat file in command window:
C:\Users\bergm>cgminer -o stratum+tcp://eu-01.miningrigrentals.com:3333 -u BluRPie.162247 -p x
'cgminer' is not recognized as an internal or external command, operable program or batch file.