Ok, I'm not sure what the issue is here. I'm running 2 MLD's on my RPi2. It's been running fine for the last 3 days with no issues. Today I got a voltage meter that I plugged my USB hub into to measure the overall energy consumption of the MLDs over time.
I stopped currently running BFGMiner, then shut down the pi. Plugged the hub into the meter, and turned the pi back on with the hub and MLDs connected to it, but I can't get BFGMiner to find the MLD's anymore.
The result of
is below
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc_otg/1p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/5p, 480M
|__ Port 1: Dev 3, If 0, Class=Vendor Specific Class, Driver=smsc95xx, 480M
|__ Port 2: Dev 7, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 1: Dev 8, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 2: Dev 11, If 0, Class=Vendor Specific Class, Driver=cp210x, 12M
|__ Port 4: Dev 9, If 0, Class=Vendor Specific Class, Driver=cp210x, 12M
|__ Port 4: Dev 5, If 0, Class=Vendor Specific Class, Driver=rt2800usb, 480M
also lists the following:
T: Bus=01 Lev=04 Prnt=08 Port=01 Cnt=01 Dev#= 11 Spd=12 MxCh= 0
D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=10c4 ProdID=ea60 Rev=01.00
S: Manufacturer=FutureBit
S: Product=FutureBit Moonlander 2
S: SerialNumber=xXx
C: #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=00 Prot=00 Driver=cp210x
T: Bus=01 Lev=04 Prnt=08 Port=03 Cnt=02 Dev#= 9 Spd=12 MxCh= 0
D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=10c4 ProdID=ea60 Rev=01.00
S: Manufacturer=FutureBit
S: Product=FutureBit Moonlander 2
S: SerialNumber=xXx
C: #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=00 Prot=00 Driver=cp210x
So it looks like it's there and running.
My current start_moonlander2.sh script looks like:
./bfgminer --scrypt -o stratum+tcp://us.litecoinpool.org:3333 -u MyName.3 -p myPass -S MLD:all --set MLD:clock=600
The lights on both MLD's are solid green.
Any thoughts on how to troubleshoot, or if I'm missing something? I've restarted the pi numerous times with the MLDs plugged in and out trying to get them to showup in bfgminer to no avail.