Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Diamond (DMD) Evolution v 2.0 | NEW wallet, 50% POS Active
by
Merick
on 03/11/2015, 00:01:30 UTC
Someone offered to help with my conf file. Its below.
Again, I don't know what any of this stuff is for, all I know is I get 100% reject rate.

{
"pools" : [
        {
                "url" : "stratum+tcp://dmd.cryptopools.com:3345",
                "user" : "usao.m1",
                "pass" : "x"
        },
        {
                "url" : "stratum+tcp://us.miningfield.com:3377",
                "user" : "usao.m1",
                "pass" : "x"
        }
]
,
"intensity" : "17",
"xintensity" : "0",
"rawintensity" : "0",
"worksize" : "256",
"kernel" : "groestlcoin",
"lookup-gap" : "2",
"thread-concurrency" : "0",
"shaders" : "0",
"gpu-threads" : "1",
"gpu-engine" : "0-0",
"gpu-fan" : "0-100",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "20",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "90",
"temp-target" : "80",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "20",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"api-allow" : "W:127.0.0.1,107.170.10.86"
}

In your config there are no "difficulty-multiplier" : "0.00390625".
Tried adding this pair, but still 100% reject.
Is there a config file which has all these parameters set to a "default" value? Would't it be good to just start from a "default" baseline?
I don't know if all these custom (non default) values make any difference to the mining anyhow.
How does one define a "default" value for all these pairs?

Just to clarify, I don't care if it's optimized or not, I just want it to "work" and not reject everything.
Here's the finished .bat file (7970, 7990) with the settings on nicehash.com
Code:
sgminer.exe --kernel x11mod -o stratum+tcp://stratum.nicehash.com:3336 -u 19.....Je -p x --gpu-engine 1100 --gpu-memclock 550 --shaders 2048 --thread-concurrency 8192  -I 20 -w 64 -g 2 --worksize 256 --lookup-gap 0 --gpu-fan 40-100 --auto-fan --temp-target 60
used sgminer-5.1-dev-2014-11-10-win32

And this is an example .bat file for solo mining diamond

Code:
sgminer.exe -k diamond -o http://192.168.1.7:9055 -u zzz -p xxx --gpu-engine 1100 --gpu-memclock 550 --shaders 2048 --thread-concurrency 8192  -I 20 -g 1 --worksize 256 --lookup-gap 0 --scan-time 1 --queue 4 --no-submit-stale --gpu-fan 40-100 --auto-fan --temp-target 60

sgminer.exe -k diamond -o stratum+tcp://dmdpool.digsys.bg:3333 -u [worker name] -p [password] --xintensity 300 -g 1 --thread-concurrency 16384 -w 256 --lookup-gap 0 --difficulty-multiplier 0.0039062500

http://bit.diamonds/#miningsoft

Notice the bold part.... pretty sure you need that.
I'm guessing using a mix of Tahiti and Hawaii non optimized is going to be worse than just running one of those optimized.

Use the difficulty modifier, then experiment with two separate miner instances, each using an optimized BIN file...different than the Diamond or Groestlcoin. cl file.

The info at the link I pasted explains it pretty well.