You have a quite extreme hardware error rate...!!
I'm running mine with 0981 and in less than 12h I get this:
cgminer version 3.9.0 - Started: [2014-01-13 21:42:48] |
-------------------------------------------------------------------------------- |
(5s):10.34G (avg):10.87Gh/s | A:102450 R:0 HW:2298 WU:148.1/m |
ST: 2 SS: 4 NB: 75 LW: 152113 GF: 1 RF: 0 |
Connected to mmpool.bitparking.com diff 10 with stratum as user |
Block: bdc4fc94... Diff:1.79G Started: [08:58:47] Best share: 1.52M |
-------------------------------------------------------------------------------- |
[P]ool management [S]ettings [D]isplay options [Q]uit |
AMU 0: | 335.6M/335.8Mh/s | A: 3110 R:0 HW: 20 WU: 4.8/m |
AMU 1: | 447.2M/447.8Mh/s | A: 4320 R:0 HW: 43 WU: 6.2/m |
ANT 0: | 2.024G/2.009Gh/s | A:18920 R:0 HW: 151 WU:27.8/m |
ANT 1: | 2.672G/2.012Gh/s | A:19970 R:0 HW: 148 WU:27.9/m |
AMU 3: | 335.4M/335.6Mh/s | A: 3290 R:0 HW: 41 WU: 4.6/m |
AMU 4: | 335.5M/335.5Mh/s | A: 2900 R:0 HW: 26 WU: 4.5/m |
AMU 5: | 335.7M/335.9Mh/s | A: 3010 R:0 HW: 25 WU: 4.6/m |
BAJ 1: max 32C 0.99V | 4.676G/4.694Gh/s | A:37640 R:0 HW: 13 WU:65.4/m |
AMU 6: | 447.4M/447.7Mh/s | A: 1710 R:0 HW:1822 WU: 3.1/m |
--------------------------------------------------------------------------------
0.79% in Ant 0 and 0.74% on Ant 1.
You are getting 3.04% on yours!!!
I have nothing else than the original heatsink and a fan blowing through them (not from the top but from the side).
How are you getting your U1s to run at full speed with your BEs on 3.9.0?? What is your command line or .conf? When I try running my U1s and BEs together, the U1s run just 20% or so faster than the BEs on my win7 box.
TIA!
Hi!!
Well... my command line is just:
cd cgminer
./cgminer
I run cgminer from the configuration file in /home/myuser/.cgminer/cgminer.conf
{
"pools" : [
{
"url" : "pool1",
"user" : "user",
"pass" : "pass"
},
{
"url" : "pool2",
"user" : "user",
"pass" : "pass"
}
]
,
"expiry" : "120",
"hotplug" : "2",
"log" : "5",
"no-pool-disable" : true,
"bmsc-options" : "115200:20",
"bmsc-freq" : "0981",
"icarus-options" : "115200:1:1",
"icarus-timing" : "short=90",
"kernel-path" : "/usr/local/bin"
}
And no, that's not a typo! :p
I'm running Linux.

No zadigs, no usb drivers, just complie, plug and have phun!!!
But without more jokes, I believe you could improve the speed with a configuration file similar to mine or, with the parameters I have.
I believe in windows they would be: cgminer.exe --bmsc-options 115200:20 --bmsc-freq 0981 --icarus-options 115200:1:1 --icarus-timing short=90
I'd apreciate if someone could correct me on this.