MINER CRASHED ? SIMPLE SCRIPT TO RESTART YOUR MINER
Miner Crashed ?
Here is a simple script to restart your miner software after a period of time
1. create a batch (*.bat)
2. copy the script
3. edit and save
4. start the batch
------------------------------------------------------------------------------------------------------------
@echo off
set executable=YOURMININGPROGRAMM
set commandline=YOURMINIGPOOL
set runforseconds=3600
set restartinseconds=10
set /a counter=0
:start
start "Miner Window" %executable% %commandline%
echo:
echo The software will run for %runforseconds% seconds
timeout %runforseconds%
taskkill /f /im %executable%
echo:
echo Restarting the software in %restartinseconds% seconds (%counter%)
timeout %restartinseconds%
set /a counter+=1
echo:
echo:
goto start
------------------------------------------------------------------------------------------------------------
Other Videos By o7
Other Statistics
The Miners Statistics For o7
At present, o7 has 1,211 views spread across 1 video for The Miners, with his channel publishing less than an hour of The Miners content. This makes up less than 0.14% of the total overall content on o7's YouTube channel.