Author

Topic: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner - page 221. (Read 877843 times)

sr. member
Activity: 294
Merit: 250
sr. member
Activity: 547
Merit: 250
sr. member
Activity: 332
Merit: 250
i tried the 14.6 catalyst yesterday and every version of sgminer i had gave nothing but HW errors on every kernel.
so i am now back on 13.2

That's true, but still your latest version does not compile the kernels and just runs with ckolivas.
I thought the latest SGminer had a fix for catalyst 14.6, that's why I'm trying this version.
What's all this talk then about people claiming huge gains when using 14.6? What miner version are they using?
sr. member
Activity: 294
Merit: 250
Still it's using the ckovalis kernel and not compiling the darcoin or marucoin bins

Code:
{
"pools" : [
        {
  "name" : "am01 x11 multi",
"url" : "stratum+tcp://am02.eu.trademybit.com:4010",
"user" : "xxx",
"pass" : "xxx",
                "profile" : "x11"
},
        {
"name" : "am02 x13 multi",
"url" : "stratum+tcp://am02.eu.trademybit.com:4011",
"user" : "xx",
"pass" : "xx",
                "profile" : "x13"
}
],
  "profiles": [
    {
      "name": "x11",
      "algorithm" : "darkcoin-mod"
    },
    {
      "name": "x13",
      "algorithm" : "marucoin-mod,marucoin-modold,marucoin-mod,marucoin-mod,marucoin-mod"
    }
  ],
"extranonce-subscribe" : true,
"default-profile" : "darkcoin-mod",
"remove-disabled" : true,
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "10",
"failover-only" : true,
"log" : "5",
"queue" : "1",
"scan-time" : "7",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"failover-switch-delay" : "10",
"gpu-threads" : "2",
"gpu-dyninterval" : "7",
"gpu-engine" : "0",
"gpu-fan" : "65",
"gpu-platform" : "0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "8",
"gpu-vddc" : "0",
"temp-target" : "75",
"temp-overheat" : "85",
"temp-cutoff" : "95",
"temp-hysteresis" : "3",
"vectors" : "1",
"lookup-gap" : "0",
"gpu-threads": "2",
"device": "0,1,2,3,4",
"hamsi-expand-big" : "4",
"no-pool-disable" : true
}
hero member
Activity: 700
Merit: 500
Ok, need to check that..
It is possible to use multi profiles like?

"profile" : "x13,x13old,x13,x13"



I doubt it... that configuration doesn't really make any sense.  If you need to specify per-GPU settings, you do it IN the profile. 

e.g.
Code:
"profiles": [
 {
      "name": "x13",
      "algorithm": "marucoin-mod,marucoin-modold,marucoin-mod,marucoin-mod",
      "intensity": "18",
      "shaders" : "1792,1536,1792,1792",
      "thread-concurrency": "8192,8000,8192,8192",
      "worksize": "256,64,256,256",
      "gpu-threads": "2"
    }
hero member
Activity: 658
Merit: 500
hero member
Activity: 658
Merit: 500

it appears that i can't build this from the current source...
don't know if it is a problem on my end or something in the code

looking forward to rebuilding out my farm with this... will keep watching!

thxs for all the hard work devs and ops.
ok i have it working now
https://mega.co.nz/#!fVIVxSZD!1Fqnlm8vu-N2QbVdwXZvohIPD8arXdYD6wKYbCR4-iU
https://www.dropbox.com/s/20hcs4j5unpjjxy/sgminer_multi.rar

cant get old config working with this
always using cholivas kernel
it should have worked...
here is newest build
https://mega.co.nz/#!jJZwybCA!xZMgjAPymCRHCjGe-gPSrstUjLj4XP9K89Rem0NTaOI
https://www.dropbox.com/s/20hcs4j5unpjjxy/sgminer_multi.rar

Still the same problem. It will not compile the darkcoin or marucoin kernels and just use ckolivas and spit hardware errors.

This one should work on catalyst 14.6 right?
i tried the 14.6 catalyst yesterday and every version of sgminer i had gave nothing but HW errors on every kernel.
so i am now back on 13.2
sr. member
Activity: 332
Merit: 250

it appears that i can't build this from the current source...
don't know if it is a problem on my end or something in the code

looking forward to rebuilding out my farm with this... will keep watching!

thxs for all the hard work devs and ops.
ok i have it working now
https://mega.co.nz/#!fVIVxSZD!1Fqnlm8vu-N2QbVdwXZvohIPD8arXdYD6wKYbCR4-iU
https://www.dropbox.com/s/20hcs4j5unpjjxy/sgminer_multi.rar

cant get old config working with this
always using cholivas kernel
it should have worked...
here is newest build
https://mega.co.nz/#!jJZwybCA!xZMgjAPymCRHCjGe-gPSrstUjLj4XP9K89Rem0NTaOI
https://www.dropbox.com/s/20hcs4j5unpjjxy/sgminer_multi.rar

Still the same problem. It will not compile the darkcoin or marucoin kernels and just use ckolivas and spit hardware errors.

This one should work on catalyst 14.6 right?
sr. member
Activity: 294
Merit: 250
sr. member
Activity: 547
Merit: 250
sr. member
Activity: 294
Merit: 250

Seems like it is not working, after 30sec. or so it just quits the miner.
using sgminer_v5_10062014 no problems
i found that trying to use the new profile options caused the 60 sec quit problem

Are y'all trying to use pool-gpu-threads?  This knowingly fucks up on Windows binaries.

my config but got driver crashes and hw errors, not hashing yet

Code:
{
"pools" : [
        {
  "name" : "am01 x11 multi",
"url" : "stratum+tcp://am02.eu.trademybit.com:4010",
"user" : "xx",
"pass" : "xx",
                "profile":"x11"
},
        {
"name" : "am02 x13 multi",
"url" : "stratum+tcp://am02.eu.trademybit.com:4011",
"user" : "xx",
"pass" : "xx",
                "profile":"x13,x13old,x13,x13,x13"
}
  ],
  "profiles": [
    {
      "name": "x11",
      "algorithm": "darkcoin-mod",
      "intensity": "18",
      "device": "0,1,2,3,4",
      "thread-concurrency": "8192,8000,8192,8192,8192",
      "worksize": "256,64,256,256,256",
      "gpu-threads": "2"
    },
    {
      "name": "x13old",
      "algorithm": "marucoin-modold",
      "device": "1",
      "intensity": "18",
      "shaders" : "1536",
      "thread-concurrency": "8000",
      "worksize": "64",
      "gpu-threads": "2"
    },
    {
      "name": "x13",
      "algorithm": "marucoin-mod",
      "device": "0,2,3,4",
      "intensity": "18",
      "shaders" : "1792",
      "thread-concurrency": "8192",
      "worksize": "256",
      "gpu-threads": "2"
    }
  ],

"extranonce-subscribe" : true,
"remove-disabled" : true,
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "10",
"failover-only" : true,
"log" : "5",
"queue" : "1",
"scan-time" : "7",
"shares" : "0",
"failover-switch-delay" : "10",
"gpu-threads" : "2",
"gpu-dyninterval" : "7",
"gpu-engine" : "0",
"gpu-fan" : "65",
"gpu-platform" : "0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "8",
"gpu-vddc" : "0",
"temp-target" : "75",
"temp-overheat" : "85",
"temp-cutoff" : "95",
"temp-hysteresis" : "3",
"vectors" : "1",
"lookup-gap" : "0",
"hamsi-expand-big" : "4",
"no-pool-disable" : true
}

7950-6970-7950-7950-7950
sr. member
Activity: 547
Merit: 250

Seems like it is not working, after 30sec. or so it just quits the miner.
using sgminer_v5_10062014 no problems
i found that trying to use the new profile options caused the 60 sec quit problem

Are y'all trying to use pool-gpu-threads?  This knowingly fucks up on Windows binaries.
sr. member
Activity: 294
Merit: 250

it appears that i can't build this from the current source...
don't know if it is a problem on my end or something in the code

looking forward to rebuilding out my farm with this... will keep watching!

thxs for all the hard work devs and ops.
ok i have it working now
https://mega.co.nz/#!fVIVxSZD!1Fqnlm8vu-N2QbVdwXZvohIPD8arXdYD6wKYbCR4-iU
https://www.dropbox.com/s/20hcs4j5unpjjxy/sgminer_multi.rar

Seems like it is not working, after 30sec. or so it just quits the miner.
using sgminer_v5_10062014 no problems
i found that trying to use the new profile options caused the 60 sec quit problem

I downloade the latest one, but stil the same.
What do u mean by new profile options?

Also tested with copie the ocl files from 14.6drivers and I get higher hashrates but getting hw-errors.
take a look at the example.conf also check doc/configuration.md

Ok, need to check that..
It is possible to use multi profiles like?

"profile" : "x13,x13old,x13,x13"

hero member
Activity: 658
Merit: 500

it appears that i can't build this from the current source...
don't know if it is a problem on my end or something in the code

looking forward to rebuilding out my farm with this... will keep watching!

thxs for all the hard work devs and ops.
ok i have it working now
https://mega.co.nz/#!fVIVxSZD!1Fqnlm8vu-N2QbVdwXZvohIPD8arXdYD6wKYbCR4-iU
https://www.dropbox.com/s/20hcs4j5unpjjxy/sgminer_multi.rar

Seems like it is not working, after 30sec. or so it just quits the miner.
using sgminer_v5_10062014 no problems
i found that trying to use the new profile options caused the 60 sec quit problem

I downloade the latest one, but stil the same.
What do u mean by new profile options?

Also tested with copie the ocl files from 14.6drivers and I get higher hashrates but getting hw-errors.
take a look at the example.conf also check doc/configuration.md
sr. member
Activity: 294
Merit: 250

it appears that i can't build this from the current source...
don't know if it is a problem on my end or something in the code

looking forward to rebuilding out my farm with this... will keep watching!

thxs for all the hard work devs and ops.
ok i have it working now
https://mega.co.nz/#!fVIVxSZD!1Fqnlm8vu-N2QbVdwXZvohIPD8arXdYD6wKYbCR4-iU
https://www.dropbox.com/s/20hcs4j5unpjjxy/sgminer_multi.rar

Seems like it is not working, after 30sec. or so it just quits the miner.
using sgminer_v5_10062014 no problems
i found that trying to use the new profile options caused the 60 sec quit problem

I downloade the latest one, but stil the same.
What do u mean by new profile options?

Also tested with copie the ocl files from 14.6drivers and I get higher hashrates but getting hw-errors.
hero member
Activity: 658
Merit: 500

it appears that i can't build this from the current source...
don't know if it is a problem on my end or something in the code

looking forward to rebuilding out my farm with this... will keep watching!

thxs for all the hard work devs and ops.
ok i have it working now
https://mega.co.nz/#!fVIVxSZD!1Fqnlm8vu-N2QbVdwXZvohIPD8arXdYD6wKYbCR4-iU
https://www.dropbox.com/s/20hcs4j5unpjjxy/sgminer_multi.rar

Seems like it is not working, after 30sec. or so it just quits the miner.
using sgminer_v5_10062014 no problems
i found that trying to use the new profile options caused the 60 sec quit problem
hero member
Activity: 658
Merit: 500

it appears that i can't build this from the current source...
don't know if it is a problem on my end or something in the code

looking forward to rebuilding out my farm with this... will keep watching!

thxs for all the hard work devs and ops.
ok i have it working now
https://mega.co.nz/#!fVIVxSZD!1Fqnlm8vu-N2QbVdwXZvohIPD8arXdYD6wKYbCR4-iU
https://www.dropbox.com/s/20hcs4j5unpjjxy/sgminer_multi.rar

cant get old config working with this
always using cholivas kernel
it should have worked...
here is newest build
https://mega.co.nz/#!jJZwybCA!xZMgjAPymCRHCjGe-gPSrstUjLj4XP9K89Rem0NTaOI
https://www.dropbox.com/s/20hcs4j5unpjjxy/sgminer_multi.rar
sr. member
Activity: 294
Merit: 250

it appears that i can't build this from the current source...
don't know if it is a problem on my end or something in the code

looking forward to rebuilding out my farm with this... will keep watching!

thxs for all the hard work devs and ops.
ok i have it working now
https://mega.co.nz/#!fVIVxSZD!1Fqnlm8vu-N2QbVdwXZvohIPD8arXdYD6wKYbCR4-iU
https://www.dropbox.com/s/20hcs4j5unpjjxy/sgminer_multi.rar

Seems like it is not working, after 30sec. or so it just quits the miner.
using sgminer_v5_10062014 no problems
full member
Activity: 219
Merit: 100
I compiled it but it seems that miner don't understand the main thing - "algorithm" option Sad
are you sure you got the right branch, it sounds like you compiled the master branch
try git clone -b v5_0 git://github.com/sgminer-dev/sgminer.git
ups, yeah...
what branch I should compile?
v5_0
see link above
I confused... I used exactly this miner:
git clone -b v5_0 git://github.com/sgminer-dev/sgminer.git
sr. member
Activity: 560
Merit: 250

it appears that i can't build this from the current source...
don't know if it is a problem on my end or something in the code

looking forward to rebuilding out my farm with this... will keep watching!

thxs for all the hard work devs and ops.
ok i have it working now
https://mega.co.nz/#!fVIVxSZD!1Fqnlm8vu-N2QbVdwXZvohIPD8arXdYD6wKYbCR4-iU
https://www.dropbox.com/s/20hcs4j5unpjjxy/sgminer_multi.rar

cant get old config working with this
always using cholivas kernel
Jump to: