Post
Topic
Board Mining (Altcoins)
Re: Official FutureBit Moonlander 2 Driver and Support Thread
by
aarons6
on 24/03/2018, 03:58:36 UTC
Can someone give me steps how to set 2 MLD sticks mining verge and the rest mining Litecoin?

create 2 separate configs or launch scripts and specify which devices to use with:

-S MLD:/dev/ttyUSB0 -S MLD:/dev/ttyUSB1 ... and so on

make sure to remove the -S all

if you're on linux here's a scipt to find out the correct device numbers to use

Code:
#!/bin/bash

for sysdevpath in $(find /sys/bus/usb/devices/usb*/ -name dev); do
    (
        syspath="${sysdevpath%/dev}"
        devname="$(udevadm info -q name -p $syspath)"
        [[ "$devname" == "bus/"* ]] && continue
        eval "$(udevadm info -q property --export -p $syspath)"
        [[ -z "$ID_SERIAL" ]] && continue
        echo "/dev/$devname - $ID_SERIAL"
    )
done

I use windows 10 64 bit. I want to mine with 2 MLD Verge and with others 6 Litecoin. Can you make a video tutorial for windows 10?

I will send you altcoins ~ 15$ if you can help me

its been stated many times.. you make 2 bat files.. one with -S MLD:\\.\COM1 and -S MLD:\\.\COM2 and one with -S MLD:\\.\COM3 through -S MLD:\\.\COM7.. (change the com ports to the actual ports of the usb)
use multipoolhub for verge and litecoinpool for litecoin.