The good thing is that it is much easier to work with the GCN assembly now.
I will do some experiments with global syncs first, then see how fast GDS is.
I knew it would be i didn't want to push it to much so i let others . .
thanks for the hard work .
trying it now .
got my 480 pushing 192 using this zcash.conf
CM 11 is doing 245.132 at stock setting so it won"t be long .. till OS software catches up and passes CM and hits max speeds . I.m not upset or against CM, his fees etc so please don't go there, don't misjudge me .
zcash.conf
{
"pools":
[
{
"name": "",
"url": "",
"user": "",
"pass": "z",
"priority": "0",
"profile": "zcash"
}
],
"profiles":
[
{
"name": "zcash",
"algorithm": "equihash",
"api-listen": true,
"api-allow": "W:127.0.0.1/24,W:192.168.1.0/24",
"api-port": "4028",
"failover-only": true,
"rawintensity": "512",
"worksize": "192",
"gpu-threads": "2",
"temp-target": "70",
"temp-overheat": "80",
"gpu-fan": "60-90",
"no-submit-stale": true,
"text-only": false
}
],
"default-profile": "zcash",
"no-extranonce": true
}
with this bat start up one of the many reason l like sgminer or the old school type BFG cgminer and sgminer look way feel etcc ...
start_gatelessgate.bat
@echo off
echo "starting up gatelessgate"
Call :start
pause
GOTO ENDE
:start
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
del *.bin
gatelessgate.exe -c zcash.conf
EXIT /B 0
:ENDE
if you don"t like the looks use
"text-only": with the true flag,
I'm gonna mess with setting more to see whats actually working atm ..
Thanks again top .
PS :
now all we need is some one to Add SSL/TLS support to Gateless Gate/sgminer-gm ,,,, with all the pools using SSL/TLS support now thanks to Clatymore ..... or few: by few i mean a lot Few but not all .
thanks top ,