GoldCoin Talk

Main Category => Mining & Pools => Topic started by: mingophoria on November 10, 2013, 06:03:14 PM

Title: help~~
Post by: mingophoria on November 10, 2013, 06:03:14 PM
keep getting rejected shares... any idea to solve this??
Title: Re: help~~
Post by: ipaint on November 10, 2013, 06:15:20 PM
mingophoria have you tried any of the other pools to see what happens? If you did and keep getting rejected shares it could be the settings in your conf file, that would be my guess.
Title: Re: help~~
Post by: mingophoria on November 10, 2013, 06:19:46 PM
any idea how to configure the settings of a bfg miner? what command to prompt?
Title: Re: help~~
Post by: ipaint on November 10, 2013, 06:50:21 PM
Here's an example for a BFG conf file. Of course your settings will be different because of what your using. For that maybe post your info video card(s) and one of the guys can help out.

Code: [Select]
{
"pools" : [

        {
                "url" : "POOL URL:PORT",
                "user" : "USERNAME.1",
                "pass" : "PASSWORD"
        }
]
,
"intensity" : "10",
"vectors" : "1",
"worksize" : "128",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "1028",
"shaders" : "0",
"gpu-engine" : "760",
"gpu-fan" : "0-85",
"gpu-memclock" : "800",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "60",
"temp-overheat" : "57",
"temp-target" : "55",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}