Bitcoin Forum
May 17, 2024, 08:19:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 [51] 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 ... 233 »
  Print  
Author Topic: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner  (Read 877797 times)
dewminer
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
July 11, 2014, 10:17:13 AM
 #1001

I guess I will give this one last shot.

Anyone have a config for 270s?

I have PMed the two people I have seen mention 270s but no response from them. I seem to be getting rates that are way low based on one person's posts but I don't know if they are exaggerating or not.

So far per card I'm getting
x11 = 2mh/s
x13 = 1.5mh/s
x15 = 870kh/s (but locks up on pool switch or q so I don't use it)\
Nist5 = 4.6mh/s

All algos are doing what I can find as best at 1160/1500 with 2 threads at I 17.

on nicehash with undervolted 270s (core/mem clock @ 1040/1250MHz) running linux with 14.6 beta drivers i'm getting
x11 = 2.5 mh/s
x13 = 2.0 mh/s
x15 = 1.75 mh/s

with this config
{
"pools" : [
   {
      "name" : "NiceHash_X11_Auto",
      "url" : "stratum+tcp://stratum.nicehash.com:4336",
      "user" : "BTC_Address",
      "pass" : "d=0.02;f0=0;f2=0;f3=5;f4=4;f5=0;f6=3.5;f7=0",
      "profile" : "x11"
   },
   {
      "name" : "NiceHash_X13_Auto",
      "url" : "stratum+tcp://stratum.nicehash.com:4337",
      "user" : "BTC_Address",
      "pass" : "d=0.02;f0=0;f2=0;f3=5;f4=4;f5=0;f6=3.5;f7=0",
      "profile" : "x13"
   },
   {
      "name" : "NiceHash_X15_Auto",
      "url" : "stratum+tcp://stratum.nicehash.com:4339",
      "user" : "BTC_Address",
      "pass" : "d=0.02;f0=0;f2=0;f3=5;f4=4;f5=0;f6=3.5;f7=0",
      "profile" : "x15"
   }
],      
"profiles" : [
        {
      "name" : "x11",
      "algorithm" : "darkcoin-mod",
      "xintensity" : "200",
      "gpu-engine" : "1040-1040",
      "gpu-memclock" : "1250-1250",
      "gpu-threads" : "2",
      "worksize" : "128"
        },
        {
      "name" : "x13",
      "algorithm" : "marucoin-mod",
      "xintensity" : "200",
      "gpu-engine" : "1040-1040",
      "gpu-memclock" : "1250-1250",
      "gpu-threads" : "2",
      "worksize" : "64"
        },
        {
      "name" : "x15",
      "algorithm" : "bitblock",
      "xintensity" : "200",
      "gpu-engine" : "1040-1040",
      "gpu-memclock" : "1250-1250",
      "gpu-threads" : "2",
      "worksize" : "64"
        }
],      
"default-profile" : "x11",
"api-listen" : true,
"api-allow" : "W:127.0.0.1",
"vectors" : "1",
"lookup-gap" : "2",
"shaders" : "1280",
"gpu-fan" : "0-90",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "80",
"auto-fan" : true,
"log" : "5",
"failover-only" : true,
"failover-switch-delay" : "30",
"no-pool-disable" : true,
"scrypt" : true,
"queue" : "1",
"scan-time" : "10",
"expiry" : "120",
"hamsi-expand-big" : "1",
"hamsi-short" : true
}
coda
Full Member
***
Offline Offline

Activity: 212
Merit: 100



View Profile
July 11, 2014, 11:18:30 AM
Last edit: July 11, 2014, 12:01:11 PM by coda
 #1002

hello guys
do you know what is the port for Nist5 in trademybit?
i mean not the 7770 port but the one which works like 4010 (x11), 4011 (x13), 4012(x15)
is it 4013 for Nist5 ?
thanks for the info

BTC:18oLLFcxwwzfQt4F2YF7QzKyFeksq3dqsQ
hotrock
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
July 11, 2014, 11:35:08 AM
 #1003


on nicehash with undervolted 270s (core/mem clock @ 1040/1250MHz) running linux with 14.6 beta drivers i'm getting
x11 = 2.5 mh/s
x13 = 2.0 mh/s
x15 = 1.75 mh/s

with this config
Code:
{
"pools" : [
{
"name" : "NiceHash_X11_Auto",
"url" : "stratum+tcp://stratum.nicehash.com:4336",
"user" : "BTC_Address",
"pass" : "d=0.02;f0=0;f2=0;f3=5;f4=4;f5=0;f6=3.5;f7=0",
"profile" : "x11"
},
{
"name" : "NiceHash_X13_Auto",
"url" : "stratum+tcp://stratum.nicehash.com:4337",
"user" : "BTC_Address",
"pass" : "d=0.02;f0=0;f2=0;f3=5;f4=4;f5=0;f6=3.5;f7=0",
"profile" : "x13"
},
{
"name" : "NiceHash_X15_Auto",
"url" : "stratum+tcp://stratum.nicehash.com:4339",
"user" : "BTC_Address",
"pass" : "d=0.02;f0=0;f2=0;f3=5;f4=4;f5=0;f6=3.5;f7=0",
"profile" : "x15"
}
],
"profiles" : [
        {
"name" : "x11",
"algorithm" : "darkcoin-mod",
"xintensity" : "200",
"gpu-engine" : "1040-1040",
"gpu-memclock" : "1250-1250",
"gpu-threads" : "2",
"worksize" : "128"
        },
        {
"name" : "x13",
"algorithm" : "marucoin-mod",
"xintensity" : "200",
"gpu-engine" : "1040-1040",
"gpu-memclock" : "1250-1250",
"gpu-threads" : "2",
"worksize" : "64"
        },
        {
"name" : "x15",
"algorithm" : "bitblock",
"xintensity" : "200",
"gpu-engine" : "1040-1040",
"gpu-memclock" : "1250-1250",
"gpu-threads" : "2",
"worksize" : "64"
        }
],
"default-profile" : "x11",
"api-listen" : true,
"api-allow" : "W:127.0.0.1",
"vectors" : "1",
"lookup-gap" : "2",
"shaders" : "1280",
"gpu-fan" : "0-90",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "80",
"auto-fan" : true,
"log" : "5",
"failover-only" : true,
"failover-switch-delay" : "30",
"no-pool-disable" : true,
"scrypt" : true,
"queue" : "1",
"scan-time" : "10",
"expiry" : "120",
"hamsi-expand-big" : "1",
"hamsi-short" : true
}

Thanks!

I'm running 13.12 drivers, was there much of a difference between 13.12 and 14.6 beta or were you ever on 13.12?
I'll go ahead and give the config a try before I update drivers just to see.
dewminer
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
July 11, 2014, 01:42:31 PM
 #1004

I'm running 13.12 drivers, was there much of a difference between 13.12 and 14.6 beta or were you ever on 13.12?
I'll go ahead and give the config a try before I update drivers just to see.

sure there is a difference, roughly 30% increase in hashrate. you have to update your drivers to 14.6 or ask someone to provide you with the kernel bin files compiled by sgminer on machine running 14.6 drivers. then you can use these kernel bins on mining rig with 13.12 drivers and get almost the same hashrate as with 14.6 drivers
hotrock
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
July 11, 2014, 02:24:08 PM
 #1005

sure there is a difference, roughly 30% increase in hashrate. you have to update your drivers to 14.6 or ask someone to provide you with the kernel bin files compiled by sgminer on machine running 14.6 drivers. then you can use these kernel bins on mining rig with 13.12 drivers and get almost the same hashrate as with 14.6 drivers

I just did a fresh install with the 14.6 drivers and am still getting the same rates as before, even with a direct c&p your config.
I originally tried to just update but ran into problems hence the fresh install.

I even checked with
dmesg | grep fglrx | grep module
and it verified that I had fglrx 14.20.7 installed. (downloaded the 14.6beta driver right off of AMD's website)

Any ideas?

Edit: Additional details about my set up:
2 Sapphire 270x
Ubuntu 14.04 fresh install using unity desktop.
I'm focusing on x11 and x13 right now. x15 causes crashes no matter what I do. If this is all I can get nbd.
Zels
Full Member
***
Offline Offline

Activity: 203
Merit: 100



View Profile
July 11, 2014, 02:46:35 PM
 #1006

sure there is a difference, roughly 30% increase in hashrate. you have to update your drivers to 14.6 or ask someone to provide you with the kernel bin files compiled by sgminer on machine running 14.6 drivers. then you can use these kernel bins on mining rig with 13.12 drivers and get almost the same hashrate as with 14.6 drivers

I just did a fresh install with the 14.6 drivers and am still getting the same rates as before, even with a direct c&p your config.
I originally tried to just update but ran into problems hence the fresh install.

I even checked with
dmesg | grep fglrx | grep module
and it verified that I had fglrx 14.20.7 installed. (downloaded the 14.6beta driver right off of AMD's website)

Any ideas?

Edit: Additional details about my set up:
2 Sapphire 270x
Ubuntu 14.04 fresh install using unity desktop.
I'm focusing on x11 and x13 right now. x15 causes crashes no matter what I do. If this is all I can get nbd.


Delete your old .bin and restart.
My conf for a 270 with 14.6rc2 driver
2.6Mh on x11
2.0Mh on x13
1.6Mh on x15
8.2Mh on nist5
Code:
{
"pools" : [
{
          "name" : "NHash_X11_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4336",
          "user" : "16NemDVF6xUpXNrqJtwqiFFQR2aA8kYEPL.R9",
          "pass" : "d=0.02;p=0.4",
          "nfactor" : "10",
          "algorithm" : "darkcoin-mod",
  "gpu-engine" : "1100",
"gpu-memclock" : "1500",
        "thread-concurrency" : "13188"
     },
     {
          "name" : "NHash_X13_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4337",
          "user" : "16NemDVF6xUpXNrqJtwqiFFQR2aA8kYEPL.R9",
          "pass" : "d=0.02;p=0.6",
          "nfactor" : "10",
          "algorithm" : "marucoin-mod",
  "gpu-engine" : "1100",
"gpu-memclock" : "1500",
        "thread-concurrency" : "13188"
     },
{
          "name" : "NHash_X15_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4339",
          "user" : "16NemDVF6xUpXNrqJtwqiFFQR2aA8kYEPL.R9",
          "pass" : "p=0.8;d=0.02",
          "nfactor" : "10",
          "algorithm" : "bitblock",
          "gpu-engine" : "1100",
          "gpu-memclock" : "1500",
  "thread-concurrency" : "13188"
     },
{
          "name" : "NHash_Nist5_multi",
          "url" : "stratum+tcp://stratum.nicehash.com:4340",
          "user" : "16NemDVF6xUpXNrqJtwqiFFQR2aA8kYEPL.R9",
          "pass" : "p=0.19;d=0.02",
          "nfactor" : "10",
          "algorithm" : "talkcoin-mod",
          "gpu-engine" : "1100",
          "gpu-memclock" : "1500",
  "thread-concurrency" : "13188"
     },
{
          "name" : "NHash_X11",
          "url" : "stratum+tcp://stratum.nicehash.com:3336",
          "user" : "16NemDVF6xUpXNrqJtwqiFFQR2aA8kYEPL.R9",
          "pass" : "d=0.02;p=0.38",
          "nfactor" : "10",
          "algorithm" : "darkcoin-mod",
  "gpu-engine" : "1100",
"gpu-memclock" : "1500",
        "thread-concurrency" : "13188"
     },
{
          "name" : "NHash_X13",
          "url" : "stratum+tcp://stratum.nicehash.com:3337",
          "user" : "16NemDVF6xUpXNrqJtwqiFFQR2aA8kYEPL.R9",
          "pass" : "d=0.02;p=0.6",
          "nfactor" : "10",
          "algorithm" : "marucoin-mod",
  "gpu-engine" : "1100",
"gpu-memclock" : "1500",
        "thread-concurrency" : "13188"
     },
{
          "name" : "NHash_X15",
          "url" : "stratum+tcp://stratum.nicehash.com:3339",
          "user" : "16NemDVF6xUpXNrqJtwqiFFQR2aA8kYEPL.R9",
          "pass" : "d=0.02;p=0.8",
          "nfactor" : "10",
          "algorithm" : "bitblock",
  "gpu-engine" : "1100",
"gpu-memclock" : "1500",
        "thread-concurrency" : "13188"
     },
{
          "name" : "NHash_Nist5",
          "url" : "stratum+tcp://stratum.nicehash.com:3340",
          "user" : "16NemDVF6xUpXNrqJtwqiFFQR2aA8kYEPL.R9",
          "pass" : "p=0.4;d=0.02",
          "nfactor" : "10",
          "algorithm" : "talkcoin-mod",
          "gpu-engine" : "1100",
          "gpu-memclock" : "1500",
  "thread-concurrency" : "13188"
     }
]
,
"hamsi-expand-big" : "1",
"hamsi-short" : true,
"xintensity" : "512",
"worksize" : "64",
"shaders" : "1280",
"lookup-gap" : "2",
"gpu-threads" : "2",
"gpu-engine" : "1100",
"gpu-memclock" : "1500",
"gpu-powertune" : "20",
"temp-cutoff" : "94",
"temp-overheat" : "88",
"temp-hysteresis" : "3",
"api-listen" : true,
"api-mcast-port" : "4028",
"expiry" : "1",
"log" : "5",
"vectors" : "1",
"shares" : "0",
"no-restart" : true,
"failover-switch-delay" : "30",
"failover-only" : true,
"no-pool-disable" : true,
"queue" : "0",
"scan-time" : "1",
"show-coindiff" : true,
"remove-disabled" : true,
"disable-rejecting" : true,
"extranonce-subscription" : true,
"api-allow" : "W:127.0.0.1"
}
cgladue
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
July 11, 2014, 03:11:43 PM
 #1007

Any plans to incorporate the FRESH algo into the next build of this sgminer ?  and im talking about the optimized FRESH algo kernel

also any plans on adding FRESH to nicehash ?

hotrock
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
July 11, 2014, 03:17:28 PM
 #1008



Delete your old .bin and restart.
My conf for a 270 with 14.6rc2 driver
2.6Mh on x11
2.0Mh on x13
1.6Mh on x15
8.2Mh on nist5

Deleted .bin files, empty trash, reboot

C&P of your config (changed btc address XD sorry, and removed payment limits) give me per card:

2.0Mh on x11
1.6Mh on x13
0.8Mh on x15 (still crashed when trying to switch to another pool)
4.4Mh on nist5

What disto are you using? Are you using strictly cli or are you using gui?
I'm probably just gonna give in and leave things the way they are.

Edit: I appreciate your willingness to help, that is for sure!

I could do without the gui if I had a reliable way of getting to cli from outside of my house but I'm not sure how to do that. Right now I'm planning on using TeamViewer since I'm going to be on holiday for a month.
miner777
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
July 11, 2014, 05:07:13 PM
 #1009

is there instructions anywhere on how to install the 14.6rc2 drivers on PIMP mining software?
jimbob007
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
July 11, 2014, 05:37:12 PM
 #1010

Anyone get as good of speeds as on sgminer_x11x13mod_03_06_2014? Using 280x toxics?
sgminer_x11x13mod_03_06_2014                         4.2Mh on x11
sgminer-5.0-pre-release-2014-07-08-win32           3.7Mh on x11
badman74
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
July 11, 2014, 06:25:41 PM
Last edit: July 12, 2014, 12:25:26 AM by badman74
 #1011

is there instructions anywhere on how to install the 14.6rc2 drivers on PIMP mining software?
http://www.reddit.com/r/BAMT/comments/28xu3i/add_amd_146_drivers_and_djm34s_optimized_sgminer/
And be sure or delete your old bin files or it won't do any good
edit: rm -fv /opt/ifmi/*.bin to get rid of those bin files
guzzzi
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
July 11, 2014, 07:18:18 PM
 #1012

anyone tested 14.7RC?
miner777
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
July 12, 2014, 12:27:19 AM
 #1013

badman74,  it worked. I sincerely appreciate you taking the time to help me. Thank you.  Smiley
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
July 12, 2014, 02:52:16 AM
 #1014

anyone tested 14.7RC?

Yep I just dropped 14.7RC on all my W7x64 rigs and, haven't seen crashes as of yet.  I wouldn't expect there to me a performance increase over 14.6, changelog says it has all the increases from 14.6 and barely a few additions.

Still.  They appear to work okay; unsure yet of the longterm stability.
Arachnid
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 12, 2014, 06:53:25 AM
 #1015


Could someone share his config and speeds for 290x cards?
scrypt : 600kh/s
nscrypt : 325kh/s
x11 : 5.4mh/s
x13 : 4mh/s
x15 : 3.5mh/s
keccak : 350mh/s
nist5 : 16.5mh/s
this is with default clocks
Code:
{
"pools" : [
{
"name" : "NH x13 multi",
"url" : "stratum+tcp://stratum.nicehash.com:4337",
"user" : "1AHDnxrDrPkP7mPNPbhx3LsQTXZuXvbFAA",
"pass" : "d=.01;f0=1.3;f2=.65;f3=10.5;f4=8;f5=700;f6=7;f7=33",
"algorithm" : "marucoin-mod",
"intensity" : "18",
"gpu-threads" : "2",
"worksize": "256"
},
{
"name" : "NH x11 multi",
"url" : "stratum+tcp://stratum.nicehash.com:4336",
"user" : "1AHDnxrDrPkP7mPNPbhx3LsQTXZuXvbFAA",
"pass" : "d=.01;f0=1.3;f2=.65;f3=10.5;f4=8;f5=700;f6=7;f7=33",
"algorithm" : "darkcoin-mod",
"intensity" : "17",
"gpu-threads" : "2",
"worksize": "128"
},
{
"name" : "NH x15 multi",
"url" : "stratum+tcp://stratum.nicehash.com:4339",
"user" : "1AHDnxrDrPkP7mPNPbhx3LsQTXZuXvbFAA",
"pass" : "d=.01;f0=1.3;f2=.65;f3=10.5;f4=8;f5=700;f6=7;f7=33",
"algorithm" : "bitblock",
"intensity" : "16",
"gpu-threads" : "2",
"worksize": "256"
},
{
"name" : "NH NIST5 multi",
"url" : "stratum+tcp://stratum.nicehash.com:4340",
"user" : "1AHDnxrDrPkP7mPNPbhx3LsQTXZuXvbFAA",
"pass" : "d=.01;f0=1.3;f2=.65;f3=10.5;f4=8;f5=700;f6=7;f7=33",
"algorithm" : "talkcoin-mod",
"intensity" : "16",
"gpu-threads" : "2",
"worksize": "256"
},
{
"name" : "NH keccak multi",
"url" : "stratum+tcp://stratum.nicehash.com:4338",
"user" : "1AHDnxrDrPkP7mPNPbhx3LsQTXZuXvbFAA",
"pass" : "d=.01;f0=1.3;f2=.65;f3=10.5;f4=8;f5=700;f6=7;f7=33",
"intensity" : "12",
"worksize" : "256",
"gpu-threads": "4",
"algorithm" : "maxcoin"
},
{
"name" : "NH scrypt multi",
"url" : "stratum+tcp://stratum.nicehash.com:4333",
"user" : "1AHDnxrDrPkP7mPNPbhx3LsQTXZuXvbFAA",
"pass" : "d=64;f0=1.3;f2=.65;f3=10.5;f4=8;f5=700;f6=7;f7=33",
"intensity" : "16",
"worksize" : "64",
"lookup-gap" : "2",
"gpu-threads": "1",
"algorithm" : "alexkarnew",
"nfactor" : "10"
},
{
"name" : "NH nscrypt multi",
"url" : "stratum+tcp://stratum.nicehash.com:4335",
"user" : "1AHDnxrDrPkP7mPNPbhx3LsQTXZuXvbFAA",
"pass" : "d=64;f0=1.3;f2=.65;f3=10.5;f4=8;f5=700;f6=7;f7=33",
"intensity" : "16",
"worksize" : "64",
"lookup-gap" : "2",
"gpu-threads": "2",
"algorithm" : "zuikkis",
"nfactor" : "11"
},
{
"name" : "Xpool Dark Multipool",
"url" : "stratum+tcp://mine.xpool.ca:8888",
"user" : "XvRs67Wnw1n1Kwtq4ihhTpv699DdJpxdnt",
"pass" : "x",
"algorithm" : "darkcoin-mod",
"intensity" : "17",
"gpu-threads" : "2",
"worksize": "128"
}
],
"hamsi-expand-big" : "1",
"hamsi-short" : true,
"gpu-map" : "0:1,1:0",
"gpu-fan" : "30-100",
"gpu-engine": "750-1000",
"gpu-memdiff" : "300",
"failover-only" : true,
"temp-cutoff" : "96",
"temp-overheat" : "94",
"temp-target" : "90",
"auto-fan" : true,
"auto-gpu" : true,
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-port" : "4028",
"expiry" : "1",
"gpu-dyninterval" : "7",
"hotplug" : "5",
"log" : "5",
"queue" : "0",
"scan-time" : "1",
"temp-hysteresis" : "2",
"shares" : "0",
"no-submit-stale" : true,
"no-restart" : false,
"failover-switch-delay" : "30",
"show-coindiff" : true,
"remove-disabled" : true
}


Are these hashrates with your sgminer in your signature?
CryptoHobo
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000



View Profile
July 12, 2014, 09:42:21 AM
 #1016

Should I upgrade my AMD drivers from 13.12 to 14.6?  I'm seeing so many people say they get better hash rate out of the driver upgrade, but also have read about people seeing HW errors, etc.

Is there something I would need to do after upgrading, ie. copying files or something, that would make it work better?


try this
http://www.reddit.com/r/vertcoin/comments/298gqc/greenpool_x11_amd_144146_drivers_trick_for_extra/

thats awesome my 270x has gone from 5.2mh nist5 to 8.6mh  Shocked
badman74
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
July 12, 2014, 01:43:47 PM
 #1017


Could someone share his config and speeds for 290x cards?
scrypt : 600kh/s
nscrypt : 325kh/s
x11 : 5.4mh/s
x13 : 4mh/s
x15 : 3.5mh/s
keccak : 350mh/s
nist5 : 16.5mh/s
this is with default clocks
Code:
{
"pools" : [
{
"name" : "NH x13 multi",
"url" : "stratum+tcp://stratum.nicehash.com:4337",
"user" : "1AHDnxrDrPkP7mPNPbhx3LsQTXZuXvbFAA",
"pass" : "d=.01;f0=1.3;f2=.65;f3=10.5;f4=8;f5=700;f6=7;f7=33",
"algorithm" : "marucoin-mod",
"intensity" : "18",
"gpu-threads" : "2",
"worksize": "256"
},
{
"name" : "NH x11 multi",
"url" : "stratum+tcp://stratum.nicehash.com:4336",
"user" : "1AHDnxrDrPkP7mPNPbhx3LsQTXZuXvbFAA",
"pass" : "d=.01;f0=1.3;f2=.65;f3=10.5;f4=8;f5=700;f6=7;f7=33",
"algorithm" : "darkcoin-mod",
"intensity" : "17",
"gpu-threads" : "2",
"worksize": "128"
},
{
"name" : "NH x15 multi",
"url" : "stratum+tcp://stratum.nicehash.com:4339",
"user" : "1AHDnxrDrPkP7mPNPbhx3LsQTXZuXvbFAA",
"pass" : "d=.01;f0=1.3;f2=.65;f3=10.5;f4=8;f5=700;f6=7;f7=33",
"algorithm" : "bitblock",
"intensity" : "16",
"gpu-threads" : "2",
"worksize": "256"
},
{
"name" : "NH NIST5 multi",
"url" : "stratum+tcp://stratum.nicehash.com:4340",
"user" : "1AHDnxrDrPkP7mPNPbhx3LsQTXZuXvbFAA",
"pass" : "d=.01;f0=1.3;f2=.65;f3=10.5;f4=8;f5=700;f6=7;f7=33",
"algorithm" : "talkcoin-mod",
"intensity" : "16",
"gpu-threads" : "2",
"worksize": "256"
},
{
"name" : "NH keccak multi",
"url" : "stratum+tcp://stratum.nicehash.com:4338",
"user" : "1AHDnxrDrPkP7mPNPbhx3LsQTXZuXvbFAA",
"pass" : "d=.01;f0=1.3;f2=.65;f3=10.5;f4=8;f5=700;f6=7;f7=33",
"intensity" : "12",
"worksize" : "256",
"gpu-threads": "4",
"algorithm" : "maxcoin"
},
{
"name" : "NH scrypt multi",
"url" : "stratum+tcp://stratum.nicehash.com:4333",
"user" : "1AHDnxrDrPkP7mPNPbhx3LsQTXZuXvbFAA",
"pass" : "d=64;f0=1.3;f2=.65;f3=10.5;f4=8;f5=700;f6=7;f7=33",
"intensity" : "16",
"worksize" : "64",
"lookup-gap" : "2",
"gpu-threads": "1",
"algorithm" : "alexkarnew",
"nfactor" : "10"
},
{
"name" : "NH nscrypt multi",
"url" : "stratum+tcp://stratum.nicehash.com:4335",
"user" : "1AHDnxrDrPkP7mPNPbhx3LsQTXZuXvbFAA",
"pass" : "d=64;f0=1.3;f2=.65;f3=10.5;f4=8;f5=700;f6=7;f7=33",
"intensity" : "16",
"worksize" : "64",
"lookup-gap" : "2",
"gpu-threads": "2",
"algorithm" : "zuikkis",
"nfactor" : "11"
},
{
"name" : "Xpool Dark Multipool",
"url" : "stratum+tcp://mine.xpool.ca:8888",
"user" : "XvRs67Wnw1n1Kwtq4ihhTpv699DdJpxdnt",
"pass" : "x",
"algorithm" : "darkcoin-mod",
"intensity" : "17",
"gpu-threads" : "2",
"worksize": "128"
}
],
"hamsi-expand-big" : "1",
"hamsi-short" : true,
"gpu-map" : "0:1,1:0",
"gpu-fan" : "30-100",
"gpu-engine": "750-1000",
"gpu-memdiff" : "300",
"failover-only" : true,
"temp-cutoff" : "96",
"temp-overheat" : "94",
"temp-target" : "90",
"auto-fan" : true,
"auto-gpu" : true,
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-port" : "4028",
"expiry" : "1",
"gpu-dyninterval" : "7",
"hotplug" : "5",
"log" : "5",
"queue" : "0",
"scan-time" : "1",
"temp-hysteresis" : "2",
"shares" : "0",
"no-submit-stale" : true,
"no-restart" : false,
"failover-switch-delay" : "30",
"show-coindiff" : true,
"remove-disabled" : true
}


Are these hashrates with your sgminer in your signature?
yes it is telling the server my hasrates so it can decide what algo's are profitable for me
Arachnid
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 12, 2014, 03:07:00 PM
Last edit: July 12, 2014, 03:37:52 PM by Arachnid
 #1018

Are these hashrates with your sgminer in your signature?
yes it is telling the server my hasrates so it can decide what algo's are profitable for me

I'm getting significantly lower hashrates on my 290x than you are, so I'm going to try the sgminer in your signature with the settings in your codebox. Are you on Windows? I'm Win 7 x64 with 14.4 drivers.

Thanks!
phzi
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile
July 12, 2014, 03:11:42 PM
 #1019

I'm getting significantly lower hashrates on my 290x than you are, so I'm going to try the sgminer in your signature with the settings in your codebox. Are you on Windows? I'm Win 7 x64 with 14.4 drivers.
14.6RC2 or 14.7RC will offer speed increases over 14.4 for X?? algorithms.
Arachnid
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 12, 2014, 03:38:18 PM
 #1020

Are these hashrates with your sgminer in your signature?
yes it is telling the server my hasrates so it can decide what algo's are profitable for me

I'm getting significantly lower hashrates on my 290x than you are, so I'm going to try the sgminer in your signature with the settings in your codebox. Are you on Windows? I'm Win 7 x64 with 14.4 drivers.

Thanks!

Using your config, changing only my BTC address, it crashes instantly. Hmmmm....
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 [51] 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 ... 233 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!