Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Diamond (DMD) Evolution v 2.0 | NEW wallet, 50% POS Active
by
shveicar
on 02/11/2015, 20:09:38 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