Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Undertrey authored Nov 14, 2021
1 parent dcf2b3e commit 787ea5d
Show file tree
Hide file tree
Showing 14 changed files with 892 additions and 23 deletions.
3 changes: 2 additions & 1 deletion Bmnrautorun.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pushd "%~dp0"
SETLOCAL EnableExtensions EnableDelayedExpansion
MODE CON cols=70 lines=40
shutdown.exe /A 2>NUL 1>&2
SET ver=2.1.6
SET ver=2.1.7
SET mn=Bmnr
SET firstrun=0
FOR /F "tokens=1 delims=." %%A IN ('wmic.exe OS GET localdatetime^|Find "."') DO SET dt0=%%A
Expand Down Expand Up @@ -375,6 +375,7 @@ IF EXIST "%log%" (
)
> %bat% ECHO @ECHO off
>> %bat% ECHO TITLE %bat%
>> %bat% ECHO pushd "%~dp0"
>> %bat% ECHO REM Configure the miners command line in %config% file. Not in %bat% - any values in %bat% will not be used.
IF %queue% GEQ 1 IF %queue% LEQ %serversamount% >> %bat% ECHO !commandserver%queue%!
REM Default pool server settings for debugging. Will be activated only in case of mining failed on all user pool servers, to detect errors in the configuration file. Will be deactivated automatically in 30 minutes and switched back to settings of main pool server. To be clear, this will mean you are mining to my address for 30 minutes, at which point the script will then iterate through the pools that you have configured in the configuration file. I have used this address because I know these settings work. If the script has reached this point, CHECK YOUR CONFIGURATION FILE or all pools you have specified are offline. You can also change the address here to your own.
Expand Down
3 changes: 2 additions & 1 deletion CCautorun.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pushd "%~dp0"
SETLOCAL EnableExtensions EnableDelayedExpansion
MODE CON cols=70 lines=40
shutdown.exe /A 2>NUL 1>&2
SET ver=2.1.6
SET ver=2.1.7
SET mn=Cmnr
SET firstrun=0
FOR /F "tokens=1 delims=." %%A IN ('wmic.exe OS GET localdatetime^|Find "."') DO SET dt0=%%A
Expand Down Expand Up @@ -379,6 +379,7 @@ IF EXIST "%log%" (
> %bat% ECHO @ECHO off
>> %bat% ECHO MODE CON cols=113 lines=10
>> %bat% ECHO TITLE %bat%
>> %bat% ECHO pushd "%~dp0"
>> %bat% ECHO ECHO +===============================================================================================================+
>> %bat% ECHO REM Configure the miners command line in %config% file. Not in %bat% - any values in %bat% will not be used.
>> %bat% ECHO ECHO Miner is currently running and all output from the miner is redirected into the %log% file.
Expand Down
3 changes: 2 additions & 1 deletion Castautorun.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pushd "%~dp0"
SETLOCAL EnableExtensions EnableDelayedExpansion
MODE CON cols=70 lines=40
shutdown.exe /A 2>NUL 1>&2
SET ver=2.1.6
SET ver=2.1.7
SET mn=Cast
SET firstrun=0
FOR /F "tokens=1 delims=." %%A IN ('wmic.exe OS GET localdatetime^|Find "."') DO SET dt0=%%A
Expand Down Expand Up @@ -375,6 +375,7 @@ IF EXIST "%log%" (
)
> %bat% ECHO @ECHO off
>> %bat% ECHO TITLE %bat%
>> %bat% ECHO pushd "%~dp0"
>> %bat% ECHO REM Configure the miners command line in %config% file. Not in %bat% - any values in %bat% will not be used.
IF %queue% GEQ 1 IF %queue% LEQ %serversamount% >> %bat% ECHO !commandserver%queue%!
REM Default pool server settings for debugging. Will be activated only in case of mining failed on all user pool servers, to detect errors in the configuration file. Will be deactivated automatically in 30 minutes and switched back to settings of main pool server. To be clear, this will mean you are mining to my address for 30 minutes, at which point the script will then iterate through the pools that you have configured in the configuration file. I have used this address because I know these settings work. If the script has reached this point, CHECK YOUR CONFIGURATION FILE or all pools you have specified are offline. You can also change the address here to your own.
Expand Down
3 changes: 2 additions & 1 deletion ClayETHautorun.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pushd "%~dp0"
SETLOCAL EnableExtensions EnableDelayedExpansion
MODE CON cols=70 lines=40
shutdown.exe /A 2>NUL 1>&2
SET ver=2.1.6
SET ver=2.1.7
SET mn=Clay
SET firstrun=0
FOR /F "tokens=1 delims=." %%A IN ('wmic.exe OS GET localdatetime^|Find "."') DO SET dt0=%%A
Expand Down Expand Up @@ -375,6 +375,7 @@ IF EXIST "%log%" (
)
> %bat% ECHO @ECHO off
>> %bat% ECHO TITLE %bat%
>> %bat% ECHO pushd "%~dp0"
>> %bat% ECHO REM Configure the miners command line in %config% file. Not in %bat% - any values in %bat% will not be used.
IF %queue% GEQ 1 IF %queue% LEQ %serversamount% >> %bat% ECHO !commandserver%queue%!
REM Default pool server settings for debugging. Will be activated only in case of mining failed on all user pool servers, to detect errors in the configuration file. Will be deactivated automatically in 30 minutes and switched back to settings of main pool server. To be clear, this will mean you are mining to my address for 30 minutes, at which point the script will then iterate through the pools that you have configured in the configuration file. I have used this address because I know these settings work. If the script has reached this point, CHECK YOUR CONFIGURATION FILE or all pools you have specified are offline. You can also change the address here to your own.
Expand Down
3 changes: 2 additions & 1 deletion ClayNSautorun.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pushd "%~dp0"
SETLOCAL EnableExtensions EnableDelayedExpansion
MODE CON cols=70 lines=40
shutdown.exe /A 2>NUL 1>&2
SET ver=2.1.6
SET ver=2.1.7
SET mn=Clay
SET firstrun=0
FOR /F "tokens=1 delims=." %%A IN ('wmic.exe OS GET localdatetime^|Find "."') DO SET dt0=%%A
Expand Down Expand Up @@ -375,6 +375,7 @@ IF EXIST "%log%" (
)
> %bat% ECHO @ECHO off
>> %bat% ECHO TITLE %bat%
>> %bat% ECHO pushd "%~dp0"
>> %bat% ECHO REM Configure the miners command line in %config% file. Not in %bat% - any values in %bat% will not be used.
IF %queue% GEQ 1 IF %queue% LEQ %serversamount% >> %bat% ECHO !commandserver%queue%!
REM Default pool server settings for debugging. Will be activated only in case of mining failed on all user pool servers, to detect errors in the configuration file. Will be deactivated automatically in 30 minutes and switched back to settings of main pool server. To be clear, this will mean you are mining to my address for 30 minutes, at which point the script will then iterate through the pools that you have configured in the configuration file. I have used this address because I know these settings work. If the script has reached this point, CHECK YOUR CONFIGURATION FILE or all pools you have specified are offline. You can also change the address here to your own.
Expand Down
3 changes: 2 additions & 1 deletion ClayXMRautorun.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pushd "%~dp0"
SETLOCAL EnableExtensions EnableDelayedExpansion
MODE CON cols=70 lines=40
shutdown.exe /A 2>NUL 1>&2
SET ver=2.1.6
SET ver=2.1.7
SET mn=Clay
SET firstrun=0
FOR /F "tokens=1 delims=." %%A IN ('wmic.exe OS GET localdatetime^|Find "."') DO SET dt0=%%A
Expand Down Expand Up @@ -375,6 +375,7 @@ IF EXIST "%log%" (
)
> %bat% ECHO @ECHO off
>> %bat% ECHO TITLE %bat%
>> %bat% ECHO pushd "%~dp0"
>> %bat% ECHO REM Configure the miners command line in %config% file. Not in %bat% - any values in %bat% will not be used.
IF %queue% GEQ 1 IF %queue% LEQ %serversamount% >> %bat% ECHO !commandserver%queue%!
REM Default pool server settings for debugging. Will be activated only in case of mining failed on all user pool servers, to detect errors in the configuration file. Will be deactivated automatically in 30 minutes and switched back to settings of main pool server. To be clear, this will mean you are mining to my address for 30 minutes, at which point the script will then iterate through the pools that you have configured in the configuration file. I have used this address because I know these settings work. If the script has reached this point, CHECK YOUR CONFIGURATION FILE or all pools you have specified are offline. You can also change the address here to your own.
Expand Down
3 changes: 2 additions & 1 deletion ClayZECautorun.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pushd "%~dp0"
SETLOCAL EnableExtensions EnableDelayedExpansion
MODE CON cols=70 lines=40
shutdown.exe /A 2>NUL 1>&2
SET ver=2.1.6
SET ver=2.1.7
SET mn=Clay
SET firstrun=0
FOR /F "tokens=1 delims=." %%A IN ('wmic.exe OS GET localdatetime^|Find "."') DO SET dt0=%%A
Expand Down Expand Up @@ -375,6 +375,7 @@ IF EXIST "%log%" (
)
> %bat% ECHO @ECHO off
>> %bat% ECHO TITLE %bat%
>> %bat% ECHO pushd "%~dp0"
>> %bat% ECHO REM Configure the miners command line in %config% file. Not in %bat% - any values in %bat% will not be used.
IF %queue% GEQ 1 IF %queue% LEQ %serversamount% >> %bat% ECHO !commandserver%queue%!
REM Default pool server settings for debugging. Will be activated only in case of mining failed on all user pool servers, to detect errors in the configuration file. Will be deactivated automatically in 30 minutes and switched back to settings of main pool server. To be clear, this will mean you are mining to my address for 30 minutes, at which point the script will then iterate through the pools that you have configured in the configuration file. I have used this address because I know these settings work. If the script has reached this point, CHECK YOUR CONFIGURATION FILE or all pools you have specified are offline. You can also change the address here to your own.
Expand Down
3 changes: 2 additions & 1 deletion Dstmautorun.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pushd "%~dp0"
SETLOCAL EnableExtensions EnableDelayedExpansion
MODE CON cols=70 lines=40
shutdown.exe /A 2>NUL 1>&2
SET ver=2.1.6
SET ver=2.1.7
SET mn=Dstm
SET firstrun=0
FOR /F "tokens=1 delims=." %%A IN ('wmic.exe OS GET localdatetime^|Find "."') DO SET dt0=%%A
Expand Down Expand Up @@ -375,6 +375,7 @@ IF EXIST "%log%" (
)
> %bat% ECHO @ECHO off
>> %bat% ECHO TITLE %bat%
>> %bat% ECHO pushd "%~dp0"
>> %bat% ECHO REM Configure the miners command line in %config% file. Not in %bat% - any values in %bat% will not be used.
IF %queue% GEQ 1 IF %queue% LEQ %serversamount% >> %bat% ECHO !commandserver%queue%!
REM Default pool server settings for debugging. Will be activated only in case of mining failed on all user pool servers, to detect errors in the configuration file. Will be deactivated automatically in 30 minutes and switched back to settings of main pool server. To be clear, this will mean you are mining to my address for 30 minutes, at which point the script will then iterate through the pools that you have configured in the configuration file. I have used this address because I know these settings work. If the script has reached this point, CHECK YOUR CONFIGURATION FILE or all pools you have specified are offline. You can also change the address here to your own.
Expand Down
3 changes: 2 additions & 1 deletion Ethrautorun.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pushd "%~dp0"
SETLOCAL EnableExtensions EnableDelayedExpansion
MODE CON cols=70 lines=40
shutdown.exe /A 2>NUL 1>&2
SET ver=2.1.6
SET ver=2.1.7
SET mn=Ethr
SET firstrun=0
FOR /F "tokens=1 delims=." %%A IN ('wmic.exe OS GET localdatetime^|Find "."') DO SET dt0=%%A
Expand Down Expand Up @@ -376,6 +376,7 @@ IF EXIST "%log%" (
> %bat% ECHO @ECHO off
>> %bat% ECHO MODE CON cols=113 lines=10
>> %bat% ECHO TITLE %bat%
>> %bat% ECHO pushd "%~dp0"
>> %bat% ECHO ECHO +===============================================================================================================+
>> %bat% ECHO REM Configure the miners command line in %config% file. Not in %bat% - any values in %bat% will not be used.
>> %bat% ECHO ECHO Miner is currently running and all output from the miner is redirected into the %log% file.
Expand Down
3 changes: 2 additions & 1 deletion Ewbfautorun.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pushd "%~dp0"
SETLOCAL EnableExtensions EnableDelayedExpansion
MODE CON cols=70 lines=40
shutdown.exe /A 2>NUL 1>&2
SET ver=2.1.6
SET ver=2.1.7
SET mn=Ewbf
SET firstrun=0
FOR /F "tokens=1 delims=." %%A IN ('wmic.exe OS GET localdatetime^|Find "."') DO SET dt0=%%A
Expand Down Expand Up @@ -375,6 +375,7 @@ IF EXIST "%log%" (
)
> %bat% ECHO @ECHO off
>> %bat% ECHO TITLE %bat%
>> %bat% ECHO pushd "%~dp0"
>> %bat% ECHO REM Configure the miners command line in %config% file. Not in %bat% - any values in %bat% will not be used.
IF %queue% GEQ 1 IF %queue% LEQ %serversamount% >> %bat% ECHO !commandserver%queue%!
REM Default pool server settings for debugging. Will be activated only in case of mining failed on all user pool servers, to detect errors in the configuration file. Will be deactivated automatically in 30 minutes and switched back to settings of main pool server. To be clear, this will mean you are mining to my address for 30 minutes, at which point the script will then iterate through the pools that you have configured in the configuration file. I have used this address because I know these settings work. If the script has reached this point, CHECK YOUR CONFIGURATION FILE or all pools you have specified are offline. You can also change the address here to your own.
Expand Down
26 changes: 23 additions & 3 deletions Gmnrautorun.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pushd "%~dp0"
SETLOCAL EnableExtensions EnableDelayedExpansion
MODE CON cols=70 lines=40
shutdown.exe /A 2>NUL 1>&2
SET ver=2.1.6
SET ver=2.1.7
SET mn=Gmnr
SET firstrun=0
FOR /F "tokens=1 delims=." %%A IN ('wmic.exe OS GET localdatetime^|Find "."') DO SET dt0=%%A
Expand Down Expand Up @@ -375,6 +375,7 @@ IF EXIST "%log%" (
)
> %bat% ECHO @ECHO off
>> %bat% ECHO TITLE %bat%
>> %bat% ECHO pushd "%~dp0"
>> %bat% ECHO REM Configure the miners command line in %config% file. Not in %bat% - any values in %bat% will not be used.
IF %queue% GEQ 1 IF %queue% LEQ %serversamount% >> %bat% ECHO !commandserver%queue%!
REM Default pool server settings for debugging. Will be activated only in case of mining failed on all user pool servers, to detect errors in the configuration file. Will be deactivated automatically in 30 minutes and switched back to settings of main pool server. To be clear, this will mean you are mining to my address for 30 minutes, at which point the script will then iterate through the pools that you have configured in the configuration file. I have used this address because I know these settings work. If the script has reached this point, CHECK YOUR CONFIGURATION FILE or all pools you have specified are offline. You can also change the address here to your own.
Expand Down Expand Up @@ -639,7 +640,26 @@ FOR /F "tokens=4 delims=. " %%A IN ('findstr.exe /R /C:".*Pool Hashrate:.*/s.*"
IF !minhashrate! GEQ 99 GOTO passaveragecheck
)
timeout.exe /T %cputimeout% /nobreak >NUL
FOR /F "tokens=1,3,5 delims=|%%. " %%A IN ('findstr.exe /R /C:".*%%.*/s.*/.*/.*" %log%') DO (
FOR /F "tokens=1,3 delims=|%%/ " %%A IN ('findstr.exe /R /C:"|.* %% .*" %log%') DO (
IF %%A EQU 0 SET curtemp=Temp:
IF DEFINED curtemp (
IF "%%B" NEQ "" IF %%B GEQ 0 (
IF %%B LSS 70 SET curtemp=!curtemp! G%%A %%BC,
IF %%B GEQ 70 SET curtemp=!curtemp! G%%A *%%BC*,
IF "%%B" EQU "N/A" SET curtemp=!curtemp! G%%A *Unknown*,
)
)
)
FOR /F "tokens=1,3 delims=|. " %%A IN ('findstr.exe /R /C:"|.*[0-9] .*[0-9].*/s.*/.*/.*W.*KH.*" %log%') DO (
IF %%A EQU 0 SET curspeed=Speed:
IF DEFINED curspeed (
IF %gpus% EQU 1 IF DEFINED lasthashrate SET curspeed=Speed: G0 %lasthashrate%.
IF %gpus% GEQ 2 IF "%%B" NEQ "" IF %%B GEQ 0 SET curspeed=!curspeed! G%%A %%B,
IF %%B EQU 0 SET /A minhashrate+=1
)
IF !minhashrate! GEQ 99 GOTO passaveragecheck
)
FOR /F "tokens=1,3,5 delims=|%%. " %%A IN ('findstr.exe /R /C:"|.*[0-9] .*%%.*[0-9].*/s.*/.*/.*W.*KH.*" %log%') DO (
IF %%A EQU 0 (
SET curtemp=Temp:
SET curspeed=Speed:
Expand All @@ -650,7 +670,7 @@ FOR /F "tokens=1,3,5 delims=|%%. " %%A IN ('findstr.exe /R /C:".*%%.*/s.*/.*/.*"
IF %%B GEQ 70 SET curtemp=!curtemp! G%%A *%%BC*,
IF "%%B" EQU "N/A" SET curtemp=!curtemp! G%%A *Unknown*,
)
IF %gpus% EQU 1 IF DEFINED lasthashrate SET curspeed=Speed: G0 %lasthashrate%
IF %gpus% EQU 1 IF DEFINED lasthashrate SET curspeed=Speed: G0 %lasthashrate%.
IF %gpus% GEQ 2 IF "%%C" NEQ "" IF %%C GEQ 0 SET curspeed=!curspeed! G%%A %%C,
IF %%C EQU 0 SET /A minhashrate+=1
)
Expand Down
Loading

0 comments on commit 787ea5d

Please sign in to comment.