Hab leider Minera nie benutzt oder ausprobiert !
Habe aber 2 USb Moonlander 2 Sticks , 2 jahre gehabt seit sie erschienen sind und über eine PI laufen gehabt !
Eventuell bringt dir der link hier was :
https://www.bitshopper.de/support/anleitungen/moonlander-2/moonlander-2-inbetriebnahme-linux/Oder auch eine Tunning bat file die ein freund von mir geschrieben hat damals.
@echo off
Title MOONLANDER 2 TUNING SCRIPT
:next
echo List of available frequencies:
echo ==========================================
echo ! 384 !
echo ! 450, 480 !
echo ! 540, 576 !
echo ! 600, 612, 625, 636, 648, 660, 672, 684 !
echo ! 700, 720, 744, 756, 768, 796 !
echo ! 832, 852, 876 !
echo ! 900, 924, 954 !
echo ==========================================
set /p UserInput=Enter a frequeny:
set /a freq =UserInput
IF %freq% EQU 384 goto run
IF %freq% EQU 450 goto run
IF %freq% EQU 480 goto run
IF %freq% EQU 540 goto run
IF %freq% EQU 576 goto run
IF %freq% EQU 600 goto run
IF %freq% EQU 612 goto run
IF %freq% EQU 625 goto run
IF %freq% EQU 636 goto run
IF %freq% EQU 648 goto run
IF %freq% EQU 660 goto run
IF %freq% EQU 672 goto run
IF %freq% EQU 684 goto run
IF %freq% EQU 700 goto run
IF %freq% EQU 720 goto run
IF %freq% EQU 744 goto run
IF %freq% EQU 756 goto run
IF %freq% EQU 768 goto run
IF %freq% EQU 796 goto run
IF %freq% EQU 832 goto run
IF %freq% EQU 852 goto run
IF %freq% EQU 876 goto run
IF %freq% EQU 900 goto run
IF %freq% EQU 924 goto run
IF %freq% EQU 954 goto run
echo **ERROR** frequency is invalid -- try again!
goto next
:run
bfgminer.exe --scrypt -S MLD:all --set MLD:clock=%freq% --benchmark
echo =======================================================================
echo The frequency is: %freq%
echo IF you do not want to change the frequency just hit enter two times :)!
pause
cls
goto next
Source : Ist aus meinem Discord channel !
Aber auch hier ist einiges gut erklärt !
https://www.futurebit.io/moonlander-2-supportEventuell kannst du aber auch mal im Bitcointalk Support Thread nachschauen ob du was passendes findest !
https://bitcointalksearch.org/topic/official-futurebit-moonlander-2-driver-and-support-thread-2420357Gruß Lafu
Edit :
Eventuell kann mole0815 den Thread in das mining board verschieben da es sich um ein mining problem handelt !