yuzi-co / Forager

Advanced multi-algo profit switching miner
GNU General Public License v3.0
24 stars 14 forks source link

Hex Intensity #102

Closed Imaminer closed 5 years ago

Imaminer commented 5 years ago

How do i lower the intensity of Hex or any WildRigMulti Algo? 22 is causing too many rejects hex intensity

yuzi-co commented 5 years ago

You can add a section to Config/MinerParameters.json :

"A-WildRigMulti-0.16.5": {
    "Hex": "your custom params",
    "SomeOtherAlgo": "custom params"
}
Imaminer commented 5 years ago

Thanks!