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