Post
Topic
Board Mining (Altcoins)
Re: [Forager] v19.01.1 - Multi-Pool profit switching miner (AMD/NVIDIA/CPU)
by
gregfromo
on 31/01/2019, 10:07:34 UTC
hi,
should I be able to mine equi192 & equi96 with lol6/AMD on zergpool? somehow these both don't show up, tested with 570/8gb & 580/4gb on win10
equi144 is working, using latest github clone version

regards,
g.


Make sure you have Equihash192 and Equihash96 in "Algorithms_AMD = " in config.ini (or just comment out the line to mine all available algos)
Also, they might be filtered out by "MinWorkers = 20" if there are less that configured workers on the pool


These settings are present and working. maybe it has something with the "|" switch todo, because MTP|8 from wildrig is also not working on the 8gb rig?

this does config "A-SgminerMTP.json"I made works on both, although the 4GB ris is ultra slow, ofcause:
{
    "Path": "sgminer.exe",
    "Uri": "https://github.com/zcoinofficial/sgminer/releases/download/0.0.5-test/sgminer.zip",
    "SHA256": "1396fa53e5655b3eb3899a98bf25ca3cb6cef10fa7941f747f1ae87b75c50ac3",
    "Type": "AMD",
    "Arguments": [
        "-o #Protocol#://#Server#:#Port#",
        "-u #Login#",
        "-p #Password#",
        "--gpu-platform #GPUPlatform#",
        "--device #Devices#",
        "--api-listen",
        "--api-port #APIPort#",
        "#AlgorithmParameters#"
    ],
    "API": "Xgminer",
    "APIPort": 4028,
    "Algorithms": {
        "MTP": "-k mtp -I 20"
    }
}




please also check nrghash from zergpool on AMD & NVIDIA, it gives crazy profit estimations.

thank you