Post
Topic
Board Mining (Altcoins)
Re: Official FutureBit Moonlander 2 Driver and Support Thread
by
Bitfort
on 11/01/2022, 05:52:13 UTC
...
Thanks for the reply, do you have a sample of what the -S should look like in linux?
Before coming here I read this thread in regards to my aforementioned question. https://bitcointalk.org/index.php?topic=5187949.0
jstefanop gives an example of -S \\.\COM1 -S \\.\COM2 -S \\.\COM3 however that thread refers to a windows .bat file not a linux .sh.
...  

See the second post of this topic:

...
for linux it will be /dev/ttyUSBx
...
Code:
./bfgminer --scrypt -o stratum+tcp://us.litecoinpool.org:3333 -u jstefanop.1 -p 1,d=256 -S MLD:/dev/ttyUSB0 -S MLD:/dev/ttyUSB1 --set MLD@/dev/ttyUSB0:clock=600 --set MLD@/dev/ttyUSB1:clock=648
...