Skip to content

Commit

Permalink
Add Zerg back to default bat
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzi-co committed Jan 26, 2019
1 parent 32a128f commit fa91e72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AutoExchange.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cd /d %~dp0

set Mode=Automatic
set Pools=NiceHash,Zpool,BlockMasters,NLPool
set Pools=NiceHash,Zpool,NLPool,ZergPool,BlockMasters

powershell -version 5.0 -noexit -executionpolicy bypass -command "& .\Core.ps1 -MiningMode %Mode% -PoolsName %Pools%"
::pwsh -noexit -executionpolicy bypass -command "& .\Core.ps1 -MiningMode %Mode% -PoolsName %Pools%"
Expand Down
2 changes: 1 addition & 1 deletion AutoStart.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cd /d %~dp0

set Mode=Automatic
set Pools=NiceHash,Zpool,BlockMasters,NLPool,WhatToMine,CoinCalc
set Pools=NiceHash,Zpool,BlockMasters,NLPool,ZergPool,WhatToMine,CoinCalc

powershell -version 5.0 -noexit -executionpolicy bypass -command "& .\Core.ps1 -MiningMode %Mode% -PoolsName %Pools%"
::pwsh -noexit -executionpolicy bypass -command "& .\Core.ps1 -MiningMode %Mode% -PoolsName %Pools%"
Expand Down

0 comments on commit fa91e72

Please sign in to comment.