Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN]AXIS coin - Hybrid - X13 Algorithm - 12M in total - 6 days of hashing.
by
grotoc
on 06/06/2014, 20:57:09 UTC
wow this is fucking frustrating


can someone share a sample config for x13 algo?
All I get is nonce errors but I am specifying x13mod kernel in config for all 4 cards...please help...

This is mine for 5  Radeon 7950

Code:
{
"pools" : [
    {
        "url" : "stratum+tcp://stratum.zpool.co:3044",
        "user": "APH4BewtiMmnidqLpb4qsGwnaq8Rn1fNab",
        "pass" : "x",
        "coin" : "AXIS"
    },
    {
        "url" : "stratum+tcp://stratum.zpool.co:3039",
        "user": "obN7C742ZmzWNYWwgkBheLfnq1RDPGusad",
        "pass" : "x",
        "coin" : "OPC"
    }
],
"api-listen" : true,
"api-port": "4028",
"api-allow": "127.0.0.1,192.168.1.81",
"auto-fan" : true,
"temp-cutoff" : "90",
"temp-overheat" : "80",
"temp-target" : "70",
"gpu-fan" : "0-100",
"intensity" : "20",
"thread-concurrency" : "8192",
"lookup-gap" : "2",
"gpu-engine" : "1025,1025,1025,1025,1025",
"gpu-memclock" : "1250",
"worksize": "128"
}

I launch it with "sgminer -k x13mod"