Post
Topic
Board Mining (Altcoins)
Re: [ANN][X11] X11 (Darkcoin etc) miner (based on sph-sgminer)
by
MIN3R
on 27/05/2014, 04:00:12 UTC
Love the new updated windows binaries from Elun! Getting 2.2MH/s (up from 1.95) now with my 270's (x & non-x) with the following settings:
Code:
"gpu-threads" : "2",
"gpu-vddc": "1.150",
"gpu-fan" : "75-100",
"gpu-engine" : "1200",
"gpu-memclock" : "1500",
"gpu-powertune" : "20",
"kernel" : "x11mod",
"temp-target" : "75",
"temp-overheat" : "88",
"worksize" : "128",
"shaders" : "1280",
"thread-concurrency" : "5121",
"xintensity" : "512",
"lookup-gap": "2",
"vectors": "1"

Temps 60*C & lower (although I do have a 20" box fan under them)...
https://i.imgur.com/8d8omUu.png

Hi,man.What is xintensity equal to intensity?
Posted from Bitcointa.lk - #ucug34o5MpZ8R6YD

rawintensity is the most basic of the intensity settings, it is just as is sounds "raw" and the very number used for intensity
intensity is the power of 2 to use... ie intensity: "15" is of 2^15 == 32768 rawintensity
xintensity is a multiple of the number of shaders for the specific GPU... ie xintensity: "512" is 1280 * 512 === 655360 rawintensity (for a r9 270 w/ 1280 shaders)


Many people (myself included) believe setting intensity as a multiple of shaders makes for better hashing Smiley