Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: jjshabadoo on November 04, 2012, 01:50:09 AM



Title: do you have to use a batch file for cgminer to mine litecoin?
Post by: jjshabadoo on November 04, 2012, 01:50:09 AM
Or can you just edit the cgminer.conf file as is ?

Thanks.


Title: Re: do you have to use a batch file for cgminer to mine litecoin?
Post by: jasinlee on November 04, 2012, 02:02:50 AM
Or can you just edit the cgminer.conf file as is ?

Thanks.

There are various ways to do it, both CAN work, but dont always.


Title: Re: do you have to use a batch file for cgminer to mine litecoin?
Post by: creativex on November 04, 2012, 02:14:14 AM
So what's the syntax for enabling scrypt in cgminer.conf? My JSON is rusty(non-existent) Something like:

"scrypt" : true,

???


Title: Re: do you have to use a batch file for cgminer to mine litecoin?
Post by: odolvlobo on November 04, 2012, 03:49:34 AM
I edited the cgminer.conf file. Here it is:

Code:
{
"pools" : [
{
"url" : "http://lc.ozco.in:9332",
"user" : "...",
"pass" : "..."
},
{
"url" : "http://ltc.xurious.com:9332",
"user" : "...",
"pass" : "..."
}
]
,
"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" : "60",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"load-balance" : true,
"kernel-path" : "/usr/local/bin"
}


Title: Re: do you have to use a batch file for cgminer to mine litecoin?
Post by: jjshabadoo on November 05, 2012, 01:50:21 AM
thanks, I'll try this.