Post
Topic
Board Mining (Altcoins)
Re: [ANN] Miner Control 1.0.2 - Auto profit switching miner controller
by
Zels
on 07/09/2014, 07:53:22 UTC
Does anyone have the necessary .conf settings for a Radeon 280x?  I've been through pages upon pages of the old NiceHash Control Tool as well as throughout this posting but don't seem to be able to find a .conf setup that works.  Everything pulls prices, but when attempting to start SGMiner nothing happens - even with the correct directory structures set using \\ to separate heirarchy.

If someone would be willing to post which miner they are using for AMD, and their appropriate .conf files that would be absolutely amazing!

MinerControl.conf
Code:
{
    "general": {
        "power": 0.10,
        "exchange": 500,
        "mintime": 5,
        "maxtime": 180,
        "switchtime": 2,
        "deadtime": 10
    },
    "algorithms": [
        { "name": "x11", "hashrate": 2700, "power": 100 },
        { "name": "x13", "hashrate": 2100, "power": 100 },
        { "name": "x15", "hashrate": 1800, "power": 105 },
        { "name": "nist5", "hashrate": 8300, "power": 100 },
        { "name": "scryptn", "hashrate": 220, "power": 130 }
    ],
    "nicehash": {
        "account": "xx",
        "worker": "R9",
        "param1": "-c",
        "param2": "stratum+tcp://stratum.nicehash.com",
        "algos": [
            { "algo": "x11", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ x11NH.conf" },
            { "algo": "x13", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ x13NH.conf" },
            { "algo": "x15", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ x15NH.conf" },
            { "algo": "nist5", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ nist5NH.conf" },
            { "algo": "scryptn", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ nscryptNH.conf" }
        ]
    },
    "westhash": {
        "account": "xx",
        "worker": "R9",
        "param1": "-c",
        "param2": "stratum+tcp://stratum.nicehash.com",
        "algos": [
            { "algo": "x11", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ x11NH.conf" },
            { "algo": "x13", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ x13NH.conf" },
            { "algo": "x15", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ x15NH.conf" },
            { "algo": "nist5", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ nist5NH.conf" },
            { "algo": "scryptn", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ nscryptNH.conf" }
        ]
    },
    "trademybit": {
        "apikey": "xxxxx",
        "account": "xxx",
        "worker": "xx",
        "param1": "-c",
        "param2": "stratum+tcp://am01.eu.trademybit.com",
        "algos": [
            { "algo": "x11", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ x11trade.conf" },
            { "algo": "x13", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ x13trade.conf" },
            { "algo": "x15", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ x15trade.conf" },
            { "algo": "nist5", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ nist5trade.conf" },
            { "algo": "scryptn", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ nscrypttrade.conf" }
        ]
    },
    "yaamp": {
        "account": "xx",
        "worker": "R9",
        "param1": "-c",
        "param2": "stratum+tcp://yaamp.com",
        "algos": [
            { "algo": "x11", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ x11yaamp.conf" },
            { "algo": "x13", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ x13yaamp.conf" },
            { "algo": "x15", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ x15yaamp.conf" },
            { "algo": "nist5", "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ nist5yaamp.conf" }
        ]
    },
"manual": {
        "account": "xx",
"worker": "R9",
        "param1": "-c",
        "param2": "stratum+tcp://eu.wafflepool.com",
        "algos": [
            { "algo": "x11", price: 0.180, fee: 2.0, "folder": "sgminer", "command": "sgminer.exe", "arguments": "_PARAM1_ manual.conf" }
        ]
    }
}

x11NH.conf:
1st pool is the main for this algo/pool, other are just backup pool Smiley
Code:
{
"pools" : [
{
          "name" : "NHash_X11",
          "url" : "stratum+tcp://stratum.nicehash.com:3336",
          "user" : "xx.R9",
          "pass" : "d=0.008",
          "nfactor" : "10",
          "algorithm" : "darkcoin-mod",
 "gpu-engine" : "1100",
"gpu-memclock" : "1500",
"xintensity" : "256",
        "thread-concurrency" : "13188"
     },
{
          "name" : "WHash_X11",
          "url" : "stratum+tcp://stratum.westhash.com:3336",
          "user" : "xx.R9",
          "pass" : "d=0.008",
          "nfactor" : "10",
          "algorithm" : "darkcoin-mod",
 "gpu-engine" : "1100",
"gpu-memclock" : "1500",
"xintensity" : "256",
        "thread-concurrency" : "13188"
     },
{
"name" : "wafflepool_EU_x11",
"url" : "stratum+tcp://eu.wafflepool.com:3331",
"user" : "xx",
"pass" : "d=0.008",
"algorithm" : "darkcoin-mod",
"pgpu-engine" : "1100",
"gpu-memclock" : "1500",
"xintensity" : "256",
"state" : "enabled",
        "thread-concurrency" : "13188"
},
{
"name" : "wafflepool_USeast_x11",
"url" : "stratum+tcp://useast.wafflepool.com:3331",
"user" : "xx",
"pass" : "d=0.008",
"algorithm" : "darkcoin-mod",
"gpu-engine" : "1100",
"gpu-memclock" : "1500",
"xintensity" : "256",
"state" : "enabled",
        "thread-concurrency" : "13188"
},
{
"name" : "wafflepool_USwest_x11",
"url" : "stratum+tcp://uswest.wafflepool.com:3331",
"user" : "xx",
"pass" : "d=0.008",
"algorithm" : "darkcoin-mod",
"gpu-engine" : "1100",
"gpu-memclock" : "1500",
"xintensity" : "256",
"state" : "enabled",
        "thread-concurrency" : "13188"
}
]
,
"hamsi-expand-big" : "1",
"hamsi-short" : true,
"worksize" : "64",
"shaders" : "1280",
"lookup-gap" : "2",
"gpu-threads" : "2",
"gpu-engine" : "1100",
"gpu-memclock" : "1500",
"gpu-powertune" : "20",
"temp-cutoff" : "94",
"temp-overheat" : "88",
"temp-hysteresis" : "3",
"api-listen" : true,
"api-mcast-port" : "4028",
"expiry" : "1",
"log" : "5",
"vectors" : "1",
"shares" : "0",
"no-restart" : true,
"failover-switch-delay" : "30",
"failover-only" : true,
"no-pool-disable" : true,
"queue" : "0",
"scan-time" : "1",
"show-coindiff" : true,
"remove-disabled" : true,
"tcp-keepalive": "30",
"disable-rejecting" : true,
"extranonce-subscription" : true,
"blake-compact" : true,
"keccak-unroll" : "8",
"luffa-parallel" : true,
"api-allow" : "W:127.0.0.1"
}

It's for a 270, change to fit your speed.
I use 1 conf for each algo / pool, but you can choose to not use .conf and give every option as parameter to sgminer if you prefer long line Smiley
for the folder structure I use: Minercontrol, and inside a folder sgminer where there is sgminer.exe and all the .conf