TLDR
Does this have lasybear improvements?
And where is a link to the best for multi use? Seems to have to many versions around.
also I could use a generic safe setting for r9 270 for each algo.
Thx guys
These are simple answers not covered in the OP.
ok
#1 yes lasybear improvements (darkcoin-mod) is included (in the OP)
#2 not sure if you are looking for a binary download or a website to use it on.... (also in the OP)
#3 the only thing really different with each algo is whether you use 1, 2, 4 threads, and your Intensity settings (most general stuff still in the OP)
unless you want to overclock your cards these are the only things you need to worry about
TC settings and such are only used on scrypt/nscrypt and these need to be found per card type
if all else fails read
https://github.com/sgminer-dev/sgminer/blob/v5_0/doc/configuration.md for your configuration needs (found in the OP....)
only other thing that people commonly mess up is the algo's need to be set with algorithm not -k or kernel (as seen in the example conf on the OP)
Thx, completely missed lasybear in op. For some reason all I'm getting is hardware errors even with 13int and only 8196tc single threads on X15? I'll start again tomorrow from scratch.
Ohh can I use the Bin file from a SPH? My x13 is perfect and I don't want to lose it.
you can probably use your old bin, scrypt/nscrypt are the ONLY algo's that look at TC, and are you using --algorithm x15 if you try to use -k or kernel it will build a ckolivas bin instead
{
"pools" : [
{
"name" : "X11P2P.com",
"url" : "http://x11p2p.com:7903",
"user" : "XvRs67Wnw1n1Kwtq4ihhTpv699DdJpxdnt+.02",
"pass" : "x",
"priority" : "0",
"no-extranonce" : true,
"profile": "x11"
},
{
"name" : "MineP.it DRK",
"url" : "STRATUM+TCP://DRK.MINEP.IT:3333",
"user" : "badman74.1",
"pass" : "x",
"priority" : "1",
"profile": "x11"
},
{
"name" : "Xpool X11",
"url" : "stratum+tcp://mine.xpool.ca:8888",
"user" : "XvRs67Wnw1n1Kwtq4ihhTpv699DdJpxdnt",
"pass" : "x",
"priority" : "2",
"profile": "x11"
}
],
"profiles" : [
{
"name" : "x11",
"algorithm" : "x11"
},
{
"name" : "x13",
"algorithm" : "x13"
},
{
"name" : "x14",
"algorithm" : "x14"
},
{
"name" : "x15",
"algorithm" : "x15"
},
{
"name" : "NIST5",
"algorithm" : "nist5"
},
{
"name" : "scrypt",
"lookup-gap" : "2",
"gpu-engine": "1000,1000",
"gpu-memclock" : "1250,1250",
"gpu-powertune" : "0",
"gpu-threads": "1",
"algorithm" : "zuikkis"
},
{
"name" : "nscrypt",
"lookup-gap" : "2",
"gpu-engine": "1000,1000",
"gpu-memclock" : "1250,1250",
"gpu-powertune" : "0",
"algorithm" : "zuikkis",
"nfactor" : "11"
},
{
"name" : "keccak",
"intensity" : "12",
"gpu-threads": "4",
"algorithm" : "keccak"
},
{
"name" : "qubit",
"intensity" : "18",
"algorithm" : "qubitcoin"
},
{
"name" : "quark",
"intensity" : "18",
"algorithm" : "quarkcoin"
}
],
"intensity" : "16",
"worksize": "64",
"hamsi-expand-big" : "7",
"hamsi-short" : true,
"gpu-map" : "0:0,1:1",
"gpu-fan" : "50-100",
"gpu-engine": "1040,1040",
"gpu-memclock" : "1500,1500",
"gpu-threads" : "2",
"gpu-powertune" : "15",
"failover-only" : true,
"temp-cutoff" : "96",
"temp-overheat" : "94",
"temp-target" : "85",
"auto-fan" : true,
"auto-gpu" : false,
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-port" : "4028",
"expiry" : "1",
"gpu-dyninterval" : "7",
"hotplug" : "5",
"log-file" : "logfile.txt",
"log-show-date" : true,
"log" : "5",
"net-delay" : true,
"queue" : "0",
"scan-time" : "1",
"temp-hysteresis" : "5",
"shares" : "0",
"no-submit-stale" : false,
"no-restart" : false,
"failover-switch-delay" : "30",
"show-coindiff" : true,
"remove-disabled" : true
}