bfgminer.exe --scrypt -o stratum+tcp://eu.multipool.us:3351 -u Moonlander2.1 -p x,d=256 -S MLD:all --set MLD:clock=796
pause
Ok so i have it running on litecoinpool and on multipool. Works but i run into the same error. After a while it just stops hashing. If i restart bfg then it works like a champ again.
So can someone help me. Is there a way to set bfgminer up to auto restart after an hour. yea I know its not perfect but at this point i just want the dang thing to run nearly 24 hours. I hate waking up to find it pooped out after 30 minutes and sat idle 6 hours. Is there a way to add a piece to this scrypt that will make it auto restart after an hour? Since I have no clue why it keeps stopping. And before we trouble shoot again just assume its all running on the right stuff. yes powered hub. yes 100mbps connection which is stable. Yes way more than adequate cooling. This thing will run 30 minutes and stop or 32 hours and stop. No rhyme or reason i see. If there is a code to auto restart after an hour that would be gold. Any help?
Any ideas?
Have you tried lowering the frequency to 6xx to see if it runs better? Do you have tools to check how many volts, amps, and watts are being used? Do you have a heat gun to measure temp on the ASIC?
In Windows, you could forcefully kill the bfgminer using a free tool called pskill:
https://docs.microsoft.com/en-us/sysinternals/downloads/pskillhttps://ss64.com/nt/timeout.htmlYou can use a batch file where you loop bfgminer on, wait 1 hr, bfgminer kill
So, something like this:
bfgminer_restart.bat -- the first line should launch bfgminer.exe in its own window, second line waits one hour, third line kills bfgminer, fourth line restarts the loop
:top
START /b CMD /c "bfgminer.exe --scrypt -o stratum+tcp://eu.multipool.us:3351 -u Moonlander2.1 -p x,d=256 -S MLD:all --set MLD:clock=796"
timeout 3600
pskill bfgminer.exe
goto top
Wow got that pskill thing on and used your scrypt. Working like a champ. If it restarts you rock so much. Thanks. Ill post back if this solved my issue. I have the current miner running as well.