Post
Topic
Board Mining (Altcoins)
Re: Megaminer 6.0b1 - Multi pool / Multi Algo launcher
by
tutulfo
on 22/02/2018, 20:05:07 UTC

Change this variables to true at start of new pool file

$ActiveOnAutomaticMode = $false
$ActiveOnAutomatic24hMode = $false

If you dont want to change @@minworkers add this

        $Pools +=[pscustomobject]@{"Symbol"="GBX"; "algo"="Neoscrypt";"port"=10000;"coin"="GBXCoin";"location"="US";"server"="eu1.altminer.net";"PoolWorkers" =20}



I tried to make them true a little after i posted my question but it didnt help. And there is no point of changing them to true because flypool  is also false/false on auto/auto24 but if i add ZEC address and whattominepoolorder=FLYPOOL when i select Auto or Auto24 and then Whattomine it starts flypool with no problem. but i cant make it work with my custom GBXAltminer based on flypool.ps1 ...

Open an issue in github and upload your pool file, I will test it.