diff --git a/AutoExchange.bat b/AutoExchange.bat index 124547ea..9b1207d7 100644 --- a/AutoExchange.bat +++ b/AutoExchange.bat @@ -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%" diff --git a/AutoStart.bat b/AutoStart.bat index ba50b958..f0268947 100644 --- a/AutoStart.bat +++ b/AutoStart.bat @@ -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%"