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
{
"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"