Hello everyone,
I never really payed attention to the HW errors on my miner. But while setting up my own Mining with Raspbian I noticed that I got over 70% HW Errors. Then I switched to
Minera yesterday I noticed that I still got over 50% HW Errors even though I use
--icarus-options 115200:1:1 --icarus-timing 3.0=100 --rock-freq 290
on my cgminer, I tried bfgminer but I didn't even get near my max hash rate.
My Rig:
Raspberry Pi with Minera OS
2x RockMiner R-Box
4x ASICMiner Block Erupter USB
CGMiner v4.5.0
Output cgminer:
cgminer version 4.5.0 - Started: [2014-08-07 13:12:14]
----------------------------------------------------------------------------------------------------
(5s):65.17G (1m):70.57G (5m):70.63G (15m):71.15G (avg):71.48Gh/s
A:179138 R:3216 HW:3570 WU:998.7/m | ST: 8 SS: 0 NB: 14 LW: 194354 GF: 0 RF: 0
Connected to stratum.bitcoin.cz diff 67 with stratum as user Fredling.Minera
Block: c805266c... Diff:18.7G Started: [16:13:21] Best share: 5.16M
----------------------------------------------------------------------------------------------------
[U]SB management [P]ool management [S]ettings [D]isplay options [Q]uit
0: AMU 0 : | 333.9M / 333.2Mh/s WU: 4.7/m A: 1037 R: 0 HW: 4
1: AMU 1 : | 333.1M / 333.0Mh/s WU: 4.5/m A: 1238 R: 0 HW: 6
2: AMU 2 : | 335.4M / 332.6Mh/s WU: 4.8/m A: 900 R: 0 HW: 11
3: AMU 3 : | 334.6M / 333.2Mh/s WU: 4.6/m A: 804 R: 0 HW: 10
4: LIN 0 : 290MHz 44C | 32.87G / 35.03Gh/s WU:489.4/m A:84266 R:2680 HW:3183
5: LIN 1 : 290MHz 42C | 34.15G / 35.16Gh/s WU:491.2/m A:90893 R: 536 HW: 356
----------------------------------------------------------------------------------------------------
and here is a screenshot of the Minera Dashboard
http://devvsbugs.net/wp-content/uploads/2014/08/dashboard-1024x508.pngIt runs fine but like you can see I got many HW Errors.
How cgminer is started:
/usr/bin/screen -dmS cgminer /var/www/minera/minera-bin/cgminer --icarus-options 115200:1:1 --icarus-timing 3.0=100 --rock-freq 290 -c /var/www/minera/conf/miner_conf.json
and my conf file:
{
"api-listen": true,
"api-allow": "W:127.0.0.1",
"scan": "all",
"log-file": "\/var\/log\/minera\/cgminer.log",
"pools": [
{
"url": "stratum.bitcoin.cz:3333",
"user": "",
"pass": ""
},
{
"url": "stratum+tcp:\/\/multi.ghash.io:3333",
"user": "michelem.minera",
"pass": "x"
}
]
}
is there any way to fix this?