Skip to content

Commit

Permalink
Update ETHminerWatchDogDmW.bat
Browse files Browse the repository at this point in the history
Adjust -P parameter.
  • Loading branch information
DeadManWalkingTO authored Jul 10, 2018
1 parent e29a7cb commit c1ee66f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ETHminerWatchDogDmW.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rem ==================== Your Code Starts Here ====================
rem ==================== Your Code Starts Here ====================
rem ==================== Your Code Starts Here ====================

ethminer.exe -RH -X --exit -S eu1.ethermine.org:4444 -O 0x7013275311fc37ccc1e40193D75086293eCb43A4.ETHminerWatchDogDmW -FS us1.ethermine.org:4444 -O 0x7013275311fc37ccc1e40193D75086293eCb43A4.ETHminerWatchDogDmW
ethminer.exe --farm-recheck 6000 -R --display-interval 10 --exit -X -P stratum+ssl://0x7013275311fc37ccc1e40193D75086293eCb43A4.ETHminerWatchDogDmW@eu1.ethermine.org:5555

rem ==================== Your Code Ends Here ====================
rem ==================== Your Code Ends Here ====================
Expand All @@ -34,7 +34,7 @@ rem set NO_COLOR=Yes
rem Make script variables local
setlocal
rem Set version info
set V=1.9.5
set V=1.9.6
rem Switch to the batch file's directory
cd /d %~dp0
rem Set codepage
Expand Down

0 comments on commit c1ee66f

Please sign in to comment.