Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - new unified multi-algorithm on-the-fly kernel switching miner
by
badman74
on 23/06/2014, 23:23:19 UTC

It looks like it can't connect to any of your pools:
then it exits... not sure where that happens in the code yet still looking...
i am currently connected to x11 pool
it will connect if you remove ;f0=1;f2=.5;f3=9.5;f4=6.8;f5=750;c0=1.44;c2=1.44;c3=.72;c4=.72;c5=.96 from the pass and set the port to 3xxx instead of 4xxx
but it also will not start on p2pools either
Code:
{
"pools" : [
{
"poolname" : "x11p2p.com P2Pool",
"url" : "http://x11p2p.com:7903",
"user" : "XvRs67Wnw1n1Kwtq4ihhTpv699DdJpxdnt+.006",
"pass" : "x",
"priority" : "0",
"profile": "x11",
"state" : "enabled"
},
{
"poolname" : "Kicks-Ass.net P2Pool",
"url" : "http://darkcoin.kicks-ass.net:7903",
"user" : "XvRs67Wnw1n1Kwtq4ihhTpv699DdJpxdnt+.006",
"pass" : "x",
"priority" : "1",
"profile": "x11",
"state" : "enabled"
}
],
"profiles": [
    {
      "name": "x11",
      "algorithm": "darkcoin-mod",
      "intensity": "18",
      "worksize": "128",
      "gpu-engine": "1040",
      "gpu-memclock": "1400",
      "gpu-threads": "2"
    },
    {
      "name": "scrypt",
      "algorithm": "ckolivas",
      "lookup-gap": "2",
      "intensity": "16",
      "worksize": "256",
      "gpu-engine": "750-950",
      "gpu-memclock": "1250",
      "gpu-threads": "1"
    }
],
"default-profile": "x11",
"hamsi-expand-big" : "1",
"no-extranonce" : true,
"gpu-map" : "0:1,1:0",
"gpu-fan" : "45-100",
"temp-cutoff" : "95",
"temp-overheat" : "90",
"temp-target" : "85",
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"auto-gpu" : true,
"expiry" : "120",
"gpu-dyninterval" : "7",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"no-submit-stale" : true,
"queue" : "0",
"scan-time" : "1",
"temp-hysteresis" : "5",
"kernel-path" : "/usr/local/bin"
}