i have 4 moonlander 2.
is it posible to run each moonlancer on different coin in one pc? like i want to mine 4 different coin using 4 moonlander.
if there a way, mind to show me da way
I am not sure if you can stack command lines with one instance of BFGminer however you can definitely isolate each instance of BFGminer to one specific device. That is dependent upon being able to run more than one instance. Linux I am fairly certain you can. probably can in Windows too.
If you can, configure each instance isolating the device in the command line
-S ALL --set MLD:clock=600
Instead of -S ALL you would enter the individual device. If you have four devices then you will have dev 0,1,2,3
So
-S 0 --set MLD:clock=600
-S 1 --set MLD:clock=600
-S 2 --set MLD:clock=600
-S 3 --set MLD:clock=600
Then you can set up 4 different workers on a site such as
hash-to-coins.com and designate what scrypt coin that particular worker is to mine.
So an example command line for one instance might be such as this:
bfgminer --scrypt -o stratum+tcp://hash-to-coins.com:3333 -u username.workername1 -p 1,d=256 -S 0 --set MLD:clock=600
and another would be:
bfgminer --scrypt -o stratum+tcp://hash-to-coins.com:3333 -u username.workername2 -p 1,d=256 -S 1 --set MLD:clock=600
That might work for you but I will bet someone else knows more about the command line and what is possible without having to run separate instances.
i have try ur suggestion and the bfgminer said no device found. btw i run on windows