Title: How to configure cgminer for scrypt mining Post by: dimaz on June 16, 2013, 05:49:12 AM How to configure cgminer for scrypt mining coin (wdc, ftc etc.)?
Where make these parameters: Run cgminer: cgminer -o stratum+tcp://multipool.in:port -u username.1 -p x? Where download ready bat file for cgminer? Title: Re: How to configure cgminer for scrypt mining Post by: odolvlobo on June 16, 2013, 05:53:32 AM Here is my LTC config file. I'm not 100% sure, but I think the important values are "pools", "kernel", "scrypt" and "scan-time". The rest can be left out.
Quote { "pools" : [ ... ], "intensity" : "13", "vectors" : "1", "worksize" : "256", "kernel" : "scrypt", "lookup-gap" : "0", "thread-concurrency" : "0", "shaders" : "960", "gpu-engine" : "0-0", "gpu-fan" : "0-85", "gpu-memclock" : "0", "gpu-memdiff" : "0", "gpu-powertune" : "0", "gpu-vddc" : "0.000", "temp-cutoff" : "95", "temp-overheat" : "85", "temp-target" : "75", "api-port" : "4028", "expiry" : "120", "gpu-dyninterval" : "7", "gpu-platform" : "0", "gpu-threads" : "1", "log" : "5", "queue" : "1", "scan-time" : "6", "scrypt" : true, "temp-hysteresis" : "3", "shares" : "0", "load-balance" : true, "kernel-path" : "/usr/local/bin" } Title: Re: How to configure cgminer for scrypt mining Post by: SgtMoth on June 16, 2013, 05:57:22 AM https://bitcointalk.org/index.php?topic=117221.0
|