Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ZCC]ZcCoin with Nfactor=12 was launched on Aug. 8th (bter/cryptsy now)
by
zccoin
on 23/02/2014, 02:14:39 UTC
how i can configure zcc miner with new pref?

and...any1 have working Miner for zcc and .bat?
The ZCC cgminer and 7850 conf are as below:
https://app.box.com/s/cw6ho3vtwxcvy5f75p64
Currently it is about 2K hashrate for 7850 because Nfactor=14

can u give me plz .bat file with working command?



like this cgminer.exe --scrypt -o stratum+tcp://wk1.niehu.com:5555 -u zzzz -p x

or cgminer.exe --Nfmin 12 --Nfmax 30 --StartT 1375817223  --scrypt  -o stratum+tcp://zccoin.miners-point.com:3385 -u Weblogin.Worker -p Worker password

or something like that, all this commands dont working =(, cgminer dont starting or have only HW errors
Cause Nfactor=14, the intensity should be relatively low and carefully tuned. You could refer the following cgminer.conf file for HD7850 2GB:
Code:
{
"pools" : [
{
"url" : "stratum+tcp://zcc.niehu.com:3334",
"user" : "zccoin.1",
"pass" : "x"
}
]
,
"intensity" : "11",
"vectors" : "1",
"worksize" : "64",
"kernel" : "scrypt",
"lookup-gap" : "5",
"thread-concurrency" : "68000",
"shaders" : "0",
"gpu-engine" : "850",
"gpu-fan" : "70",
"gpu-memclock" : "1000",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-port" : "4028",
"api-listen" : true,
"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"
}