Skip to content

Commit e9e4c83

Browse files
authored
Add files via upload
1 parent d580323 commit e9e4c83

12 files changed

+30
-33
lines changed

Bmnrautorun.bat

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pushd "%~dp0"
55
SETLOCAL EnableExtensions EnableDelayedExpansion
66
MODE CON cols=70 lines=40
77
shutdown.exe /A 2>NUL 1>&2
8-
SET ver=2.1.2
8+
SET ver=2.1.3
99
SET mn=Bmnr
1010
SET firstrun=0
1111
FOR /F "tokens=1 delims=." %%A IN ('wmic.exe OS GET localdatetime^|Find "."') DO SET dt0=%%A
@@ -29,11 +29,11 @@ SET gpurestart=1
2929
SET hashrate=0
3030
SET minerprocess=bminer.exe
3131
SET minerpath=%minerprocess%
32-
SET commandserver1=%minerpath% -uri ethash://0x4a98909270621531dda26de63679c1c6fdcf32ea.%ver:.=%@eu1.ethermine.org:4444 -logfile %log% -max-temperature 80
33-
SET commandserver2=%minerpath% -uri ethash://0x4a98909270621531dda26de63679c1c6fdcf32ea.%ver:.=%@eu1.ethermine.org:4444 -logfile %log% -max-temperature 80
34-
SET commandserver3=%minerpath% -uri ethash://0x4a98909270621531dda26de63679c1c6fdcf32ea.%ver:.=%@eu1.ethermine.org:4444 -logfile %log% -max-temperature 80
35-
SET commandserver4=%minerpath% -uri ethash://0x4a98909270621531dda26de63679c1c6fdcf32ea.%ver:.=%@eu1.ethermine.org:4444 -logfile %log% -max-temperature 80
36-
SET commandserver5=%minerpath% -uri ethash://0x4a98909270621531dda26de63679c1c6fdcf32ea.%ver:.=%@eu1.ethermine.org:4444 -logfile %log% -max-temperature 80
32+
SET commandserver1=%minerpath% -uri ethproxy://0x4a98909270621531dda26de63679c1c6fdcf32ea.%ver:.=%@eu1.ethermine.org:4444 -logfile %log% -max-temperature 80
33+
SET commandserver2=%minerpath% -uri ethproxy://0x4a98909270621531dda26de63679c1c6fdcf32ea.%ver:.=%@eu1.ethermine.org:4444 -logfile %log% -max-temperature 80
34+
SET commandserver3=%minerpath% -uri ethproxy://0x4a98909270621531dda26de63679c1c6fdcf32ea.%ver:.=%@eu1.ethermine.org:4444 -logfile %log% -max-temperature 80
35+
SET commandserver4=%minerpath% -uri ethproxy://0x4a98909270621531dda26de63679c1c6fdcf32ea.%ver:.=%@eu1.ethermine.org:4444 -logfile %log% -max-temperature 80
36+
SET commandserver5=%minerpath% -uri ethproxy://0x4a98909270621531dda26de63679c1c6fdcf32ea.%ver:.=%@eu1.ethermine.org:4444 -logfile %log% -max-temperature 80
3737
SET ocprogram=0
3838
SET profile=0
3939
SET additionalprofile=0
@@ -375,7 +375,7 @@ IF EXIST "%log%" (
375375
>> %bat% ECHO REM Configure the miners command line in %config% file. Not in %bat% - any values in %bat% will not be used.
376376
IF %queue% GEQ 1 IF %queue% LEQ %serversamount% >> %bat% ECHO !commandserver%queue%!
377377
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.
378-
IF %queue% EQU 0 >> %bat% ECHO %minerpath% -uri ethash://0x4a98909270621531dda26de63679c1c6fdcf32ea.%ver:.=%@eu1.ethermine.org:4444 -logfile %log% -max-temperature 80
378+
IF %queue% EQU 0 >> %bat% ECHO %minerpath% -uri ethproxy://0x4a98909270621531dda26de63679c1c6fdcf32ea.%ver:.=%@eu1.ethermine.org:4444 -logfile %log% -max-temperature 80
379379
>> %bat% ECHO EXIT
380380
timeout.exe /T 3 /nobreak >NUL
381381
START "%bat%" "%bat%" && (

CCautorun.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pushd "%~dp0"
55
SETLOCAL EnableExtensions EnableDelayedExpansion
66
MODE CON cols=70 lines=40
77
shutdown.exe /A 2>NUL 1>&2
8-
SET ver=2.1.2
8+
SET ver=2.1.3
99
SET mn=Cmnr
1010
SET firstrun=0
1111
FOR /F "tokens=1 delims=." %%A IN ('wmic.exe OS GET localdatetime^|Find "."') DO SET dt0=%%A

Castautorun.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pushd "%~dp0"
55
SETLOCAL EnableExtensions EnableDelayedExpansion
66
MODE CON cols=70 lines=40
77
shutdown.exe /A 2>NUL 1>&2
8-
SET ver=2.1.2
8+
SET ver=2.1.3
99
SET mn=Cast
1010
SET firstrun=0
1111
FOR /F "tokens=1 delims=." %%A IN ('wmic.exe OS GET localdatetime^|Find "."') DO SET dt0=%%A

ClayETHautorun.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pushd "%~dp0"
55
SETLOCAL EnableExtensions EnableDelayedExpansion
66
MODE CON cols=70 lines=40
77
shutdown.exe /A 2>NUL 1>&2
8-
SET ver=2.1.2
8+
SET ver=2.1.3
99
SET mn=Clay
1010
SET firstrun=0
1111
FOR /F "tokens=1 delims=." %%A IN ('wmic.exe OS GET localdatetime^|Find "."') DO SET dt0=%%A

ClayNSautorun.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pushd "%~dp0"
55
SETLOCAL EnableExtensions EnableDelayedExpansion
66
MODE CON cols=70 lines=40
77
shutdown.exe /A 2>NUL 1>&2
8-
SET ver=2.1.2
8+
SET ver=2.1.3
99
SET mn=Clay
1010
SET firstrun=0
1111
FOR /F "tokens=1 delims=." %%A IN ('wmic.exe OS GET localdatetime^|Find "."') DO SET dt0=%%A

ClayXMRautorun.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pushd "%~dp0"
55
SETLOCAL EnableExtensions EnableDelayedExpansion
66
MODE CON cols=70 lines=40
77
shutdown.exe /A 2>NUL 1>&2
8-
SET ver=2.1.2
8+
SET ver=2.1.3
99
SET mn=Clay
1010
SET firstrun=0
1111
FOR /F "tokens=1 delims=." %%A IN ('wmic.exe OS GET localdatetime^|Find "."') DO SET dt0=%%A

ClayZECautorun.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pushd "%~dp0"
55
SETLOCAL EnableExtensions EnableDelayedExpansion
66
MODE CON cols=70 lines=40
77
shutdown.exe /A 2>NUL 1>&2
8-
SET ver=2.1.2
8+
SET ver=2.1.3
99
SET mn=Clay
1010
SET firstrun=0
1111
FOR /F "tokens=1 delims=." %%A IN ('wmic.exe OS GET localdatetime^|Find "."') DO SET dt0=%%A

Dstmautorun.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pushd "%~dp0"
55
SETLOCAL EnableExtensions EnableDelayedExpansion
66
MODE CON cols=70 lines=40
77
shutdown.exe /A 2>NUL 1>&2
8-
SET ver=2.1.2
8+
SET ver=2.1.3
99
SET mn=Dstm
1010
SET firstrun=0
1111
FOR /F "tokens=1 delims=." %%A IN ('wmic.exe OS GET localdatetime^|Find "."') DO SET dt0=%%A

Ethrautorun.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pushd "%~dp0"
55
SETLOCAL EnableExtensions EnableDelayedExpansion
66
MODE CON cols=70 lines=40
77
shutdown.exe /A 2>NUL 1>&2
8-
SET ver=2.1.2
8+
SET ver=2.1.3
99
SET mn=Ethr
1010
SET firstrun=0
1111
FOR /F "tokens=1 delims=." %%A IN ('wmic.exe OS GET localdatetime^|Find "."') DO SET dt0=%%A

Ewbfautorun.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pushd "%~dp0"
55
SETLOCAL EnableExtensions EnableDelayedExpansion
66
MODE CON cols=70 lines=40
77
shutdown.exe /A 2>NUL 1>&2
8-
SET ver=2.1.2
8+
SET ver=2.1.3
99
SET mn=Ewbf
1010
SET firstrun=0
1111
FOR /F "tokens=1 delims=." %%A IN ('wmic.exe OS GET localdatetime^|Find "."') DO SET dt0=%%A

0 commit comments

Comments
 (0)