I recently set up an Antminer U2+ with my Raspberry Pi 2 Model B.
The first time I ran CGMiner, it worked successfully and was running at about 1.8 Ghash/s.
I then pressed Q to quit and rebooted my Pi. Now whenever I run CGMiner is just does this:
[2015-10-28 17:44:11] Started cgminer 4.9.0
[2015-10-28 17:44:12] -----------------start nonce------------------
[2015-10-28 17:44:12] Bmsc send golden nonce1
[2015-10-28 17:44:12] Bmsc recv golden nonce1 0345182b9f -- 0345182b
[2015-10-28 17:44:12] Bmsc send golden nonce2
[2015-10-28 17:44:13] Bmsc recv golden nonce timeout
[2015-10-28 17:44:13] AMU0 Init: mode=default read_time=57ms limit=0ms Hs=2.976100e-09
[2015-10-28 17:44:13] Probing for an alive pool
[2015-10-28 17:44:13] Pool 0 difficulty changed to 256
[2015-10-28 17:44:14] Network diff set to 60.9G
[2015-10-28 17:44:36] Pool 0 difficulty changed to 51
[2015-10-28 17:44:36] Stratum from pool 0 requested work restart
[2015-10-28 17:44:36] Stratum from pool 0 requested work restart
[2015-10-28 17:45:06] Pool 0 difficulty changed to 10
[2015-10-28 17:45:06] Stratum from pool 0 requested work restart
[2015-10-28 17:45:36] Pool 0 difficulty changed to 8
[2015-10-28 17:45:36] Stratum from pool 0 requested work restart
[2015-10-28 17:46:11] Stratum from pool 0 detected new block
[2015-10-28 18:08:22] Stratum from pool 0 detected new block
[2015-10-28 18:20:26] Stratum from pool 0 detected new block
The code above is the output from about 40 minutes of running CGMiner.
The hashrate is now down to about 30 Mhash/s.
After exiting CGMiner, it said there were 29 hardware errors.
I am using this command to launch CGMiner:
sudo ./cgminer --bmsc-options 115200:0.57 -o stratum+tcp://eu.stratum.bitcoin.cz:3333 -u MY-USERNAME-HERE -p anything
What have I done wrong to cause this to happen?
On a side note, what are the command line options: "--bmsc-options 115200:0.57"? What do they do?
Thanks!