2
The lights on USB Block Erupters stay solid when not mining. During mining, there will be frequent tiny flashes, and occasionally longer flashes, lasting a few seconds. What exactly are do the short and long flashes indicate?
2
The lights on USB Block Erupters stay solid when not mining. During mining, there will be frequent tiny flashes, and occasionally longer flashes, lasting a few seconds. What exactly are do the short and long flashes indicate?
4
A steady light means no connection to the server delivering work, a short blip means the device has found a difficulty one share for submission. At the current time submitting a single difficulty one share is worth about about 0.000000035 BTC.
3
At first, let me shortly explain how Block Erupters (generally known as icarus miners) work.
So the computer must wait some time for some nonce or after some time consider the task as finished without the result. This time is in case of Block Erupter approximately 12.78 seconds (2^32 hashes / 336MH/s). Unfortunatelly cgminer (according to git sources - https://github.com/ckolivas/cgminer/blob/master/driver-icarus.c#L81) waits only for 10s. So it misses some valid nonces. But this is another story.
Now about the meaning of led states:
Normally long flash should happen after every request. But due to the 10s issue erupter gets a new task before it finishes the previous one.
I have just confirmed that in case of multiple nonces, led flashes multiple times during one run. – Martin Šustek – 2014-01-19T20:11:01.397