Currently i start my miner like this:
sudo ./bfgminer --scrypt -o stratum+tcp://us.litecoinpool.org:3333 -u me.00 -p 00,d=128 -S /dev/ttyUSB0 --set MLD:clock=600
and the output of "lsusb -t" looks like this:
/: 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 5: Dev 4, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 1: Dev 5, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 2: Dev 6, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 1: Dev 7, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 1: Dev 8, If 0, Class=Vendor Specific Class, Driver=cp210x, 12M
I wonder - I'd like to map each username (so "me.00") to an exact miner - Do I *have* to use /dev/ttyUSB0 or can I use some usb bus number to map it directly? I'd like to be able to pinpoint the hashrates to a miner if possible.