FAQQ: What frequencies can I set my moonlander?The moonlander 2 has a list of hard coded frequencies to ensure maximum performance for a given frequency. Below is a list of valid frequencies you can use currently:
384, 450, 480, 540, 576, 600, 612, 625, 636, 648, 660, 672, 684, 700, 720, 744, 756, 768, 796, 832, 852, 876, 900, 924, 954
You can change the frequency by editing the Start_Moonlander.bat under windows or .sh file under Mac and editing the number after "--set MLD:clock="
Q: How can I set frequency to a particular stick in a mutistick setup under bfgminer?If you want to specify frequencies for each individual miners you can point which frequency gets set to which miner by changing the global --set MLD:clock=144
to --set MLD@/dev/ttyUSB0:clock=600 (note I haven't really tested if you can keep the global option and lets say just set one stick to a different frequency...if you do it this way you might have to specify frequencies for each miner port individually even if some of them are the same, since the global option might override individual frequencies).
So if you have two sticks and want two different frequencies your options might look like this:
./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
this looks like an example of how to set frequency per stick for linux -- what would be the example command for Windows?
Also, is it possible to run multiple instances of the miner? For example I want to run 5 on one pool and 5 on another pool with the same system. I assume you have to multiple copies of the miner and in one folder I specify miners 0-4 and in the second folder I specify miners 5-9.