Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CACH] CACHeCoin released based on scrypt-jane
by
arbuzzinho
on 25/02/2014, 22:59:39 UTC
Guys, can you tell me whether my hashrates are OK? Im using cgminer that supports scrypt-jane algorithm. I've read somewhere on the internet, that scrypt-jane hashrate should be something like 75% of scrypt hashrate. In my case, it is not Sad. I'm not getting any HW errors at all.

radeon 7970
265 kH/s (WU: 220 kH/s) -- scrypt-jane
760 kH/s (WU: 690 kH/s) -- scrypt

radeon 270x
186 kH/s (WU: 195 kH/s) -- scrypt-jane
465 kH/s (WU: 410 kH/s) -- scrypt

my configs: (I'm ofcourse executing both cgminers with additional "--scrypt-jane" param)
7970's config:
Code:
"sj-nfmin" : "4",
"sj-nfmax" : "30",
"sj-time" : "1388361600",
"gpu-threads" : "2",
"worksize" : "256",
"intensity" : "12",
"gpu-engine" : "1084,1095,1095",
"gpu-memclock" : "1500,1500,1500",
"gpu-powertune" : "20",
"thread-concurrency" : "8192",
"vectors" : "1",
"lookup-gap" : "0",
"gpu-memdiff" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-listen" : true,
"api-port" : "4028",
"expiry" : "120",
"failover-only" : true,
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"

270x's config:
Code:
"sj-nfmin" : "4",
"sj-nfmax" : "30",
"sj-time" : "1388949883",
"gpu-threads" : "1",
"worksize" : "256",
"intensity" : "18",
"gpu-engine" : "1120",
"gpu-memclock" : "1500",
"gpu-powertune" : "10",
"thread-concurrency" : "15200",
"vectors" : "1",
"lookup-gap" : "0",
"gpu-memdiff" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-listen" : true,
"api-port" : "4028",
"expiry" : "120",
"failover-only" : true,
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"