Post
Topic
Board Mining (Altcoins)
Re: [ANN] Miner Control 1.5.2 - Auto profit switching miner controller
by
Joltheadq
on 05/11/2014, 23:37:41 UTC
I've been stuck trying to config cudaminer all night for scrypt. for whatever reason it's most profit tonight. Nicehash keeps saying strutum auth failed. My config is as follows.
Code:
    },
    "algorithms": [
        { "name": "scryptn", "hashrate": 700, "power": 60, "aparam1": "F:\\P\\MinerControl-1.2.2", "aparam2": "cudaminer.exe", "aparam3": "-a scrypt:2048 -d 0,1" },
],
    "nicehash": {
        "account": "btc",
        "worker": "1",
        "sparam1": "-o stratum+tcp://stratum.nicehash.com",
        "sparam2": "-p x",
        "weight": 0.90,
        "algos": [
            { "algo": "scryptn", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:3335 -u _ACCOUNT_._WORKER_ _SPARAM2_" },,
]
this is what MC spits out

[18:29:36] Starting NiceHash Scrypt-N with F:\P\MinerControl-1.2.2\cudaminer.exe -a scrypt:2048 -d 0,1 -o stratum+tcp://stratum.nicehash.com:3335 -u [#real wallet#].1 -p x
[2014-11-05 18:29:36] Starting Stratum on stratum+tcp://stratum.nicehash.com:3335
[2014-11-05 18:29:36] 2 miner threads started, using 'scrypt' algorithm.
[2014-11-05 18:29:37] Stratum authentication failed
[2014-11-05 18:29:37] ...retry after 15 seconds


What am I missing?