Bitcoin Forum
May 24, 2024, 08:24:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 102 103 104 105 106 107 108 [109] 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 ... 233 »
  Print  
Author Topic: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner  (Read 877798 times)
Anobix
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
November 13, 2014, 05:39:28 PM
 #2161

I have an interesting phenomenom with neoscrypt, on 280x.

With intensity 13, I get about 298kh/s stable. If I then lower intensity to 12, hashrate rises to 305kh/s and stays there.

However, if I start sgminer directly with intensity=12, hashrate is only 270kh/s or so, and does not rise any higher.. Sad So it need to go through intensity 13, then lower to 12 to get max speed.

This is with latest sgminer develop version, Wolf's kernel, catalyst 14.6.
 
Are you saying one 280x?I got only 150k/s with one-280x. What;s your config?

I get about 250kh/s per 280x using wolf0's kernel file, 1070/1600 2 threads, 8192 tc, 14.7 drivers
Prelude
Legendary
*
Offline Offline

Activity: 1596
Merit: 1000



View Profile
November 13, 2014, 05:59:19 PM
 #2162

For some reason, since I added neoscrypt to my config, my miner isn't auto switching to x11, x13, or x15 anymore when they are more profitable. Is there something wrong below?

Code:
{
"pools" : [
        {
        "name" : "WestHash_X11_auto",
        "url" : "stratum+tcp://stratum.westhash.com:4336",
          "user" : "1MDRjWZxttXRDYz3aAf1GjUY9JwscgRnFL.1",
          "pass" : "f0=0;f2=0;f3=4;f4=3;f5=0;f6=2;f7=0;f8=1",
          "xintensity": "144",
"worksize" : "128",
"gpu-threads" : "2",
          "kernel" : "darkcoin-mod"
},
{
        "name" : "WestHash_X13_auto",
          "url" : "stratum+tcp://stratum.westhash.com:4337",
          "user" : "1MDRjWZxttXRDYz3aAf1GjUY9JwscgRnFL.1",
          "pass" : "f0=0;f2=0;f3=4;f4=3;f5=0;f6=2;f7=0;f8=1",
          "xintensity": "144",
"worksize" : "128",
"gpu-threads" : "2",
          "kernel" : "marucoin-mod"
},
{
          "name" : "WestHash_X15_auto",
          "url" : "stratum+tcp://stratum.westhash.com:4339",
          "user" : "1MDRjWZxttXRDYz3aAf1GjUY9JwscgRnFL.1",
          "pass" : "f0=0;f2=0;f3=4;f4=3;f5=0;f6=2;f7=0;f8=1",
          "xintensity": "144",
"worksize" : "128",
"gpu-threads" : "2",
          "kernel" : "bitblock"
},
{
          "name" : "WestHash_NeoScrypt_auto",
          "url" : "stratum+tcp://stratum.westhash.com:4341",
          "user" : "1MDRjWZxttXRDYz3aAf1GjUY9JwscgRnFL.1",
          "pass" : "d=16;f0=0;f2=0;f3=4;f4=3;f5=0;f6=2;f7=0;f8=1",
"nfactor" : "10",
"intensity": "13",
"worksize" : "64",
"gpu-threads" : "2",
          "kernel" : "neoscrypt"
},
{
          "name" : "WestHash_X11",
          "url" : "stratum+tcp://stratum.westhash.com:3336",
          "user" : "1MDRjWZxttXRDYz3aAf1GjUY9JwscgRnFL.1",
          "pass" : "d=0.02",
          "nfactor" : "10",
"xintensity": "144",
"worksize" : "128",
"gpu-threads" : "2",
          "kernel" : "darkcoin-mod"
}
]
,
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "28",
"failover-switch-delay" : "60",
"queue" : "0",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/sgminer-5-dev-neoscrypt-windows/kernel"
}



you have to set f8=0.15 in your password mate

Thanks!
ebliever
Legendary
*
Offline Offline

Activity: 1708
Merit: 1035


View Profile
November 13, 2014, 08:13:30 PM
 #2163

For some reason, since I added neoscrypt to my config, my miner isn't auto switching to x11, x13, or x15 anymore when they are more profitable. Is there something wrong below?

Code:
{
"pools" : [
        {
        "name" : "WestHash_X11_auto",
        "url" : "stratum+tcp://stratum.westhash.com:4336",
          "user" : "1MDRjWZxttXRDYz3aAf1GjUY9JwscgRnFL.1",
          "pass" : "f0=0;f2=0;f3=4;f4=3;f5=0;f6=2;f7=0;f8=1",
          "xintensity": "144",
"worksize" : "128",
"gpu-threads" : "2",
          "kernel" : "darkcoin-mod"
},
{
        "name" : "WestHash_X13_auto",
          "url" : "stratum+tcp://stratum.westhash.com:4337",
          "user" : "1MDRjWZxttXRDYz3aAf1GjUY9JwscgRnFL.1",
          "pass" : "f0=0;f2=0;f3=4;f4=3;f5=0;f6=2;f7=0;f8=1",
          "xintensity": "144",
"worksize" : "128",
"gpu-threads" : "2",
          "kernel" : "marucoin-mod"
},
{
          "name" : "WestHash_X15_auto",
          "url" : "stratum+tcp://stratum.westhash.com:4339",
          "user" : "1MDRjWZxttXRDYz3aAf1GjUY9JwscgRnFL.1",
          "pass" : "f0=0;f2=0;f3=4;f4=3;f5=0;f6=2;f7=0;f8=1",
          "xintensity": "144",
"worksize" : "128",
"gpu-threads" : "2",
          "kernel" : "bitblock"
},
{
          "name" : "WestHash_NeoScrypt_auto",
          "url" : "stratum+tcp://stratum.westhash.com:4341",
          "user" : "1MDRjWZxttXRDYz3aAf1GjUY9JwscgRnFL.1",
          "pass" : "d=16;f0=0;f2=0;f3=4;f4=3;f5=0;f6=2;f7=0;f8=1",
"nfactor" : "10",
"intensity": "13",
"worksize" : "64",
"gpu-threads" : "2",
          "kernel" : "neoscrypt"
},
{
          "name" : "WestHash_X11",
          "url" : "stratum+tcp://stratum.westhash.com:3336",
          "user" : "1MDRjWZxttXRDYz3aAf1GjUY9JwscgRnFL.1",
          "pass" : "d=0.02",
          "nfactor" : "10",
"xintensity": "144",
"worksize" : "128",
"gpu-threads" : "2",
          "kernel" : "darkcoin-mod"
}
]
,
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "28",
"failover-switch-delay" : "60",
"queue" : "0",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/sgminer-5-dev-neoscrypt-windows/kernel"
}



you have to set f8=0.15 in your password mate

Thanks!

Might want to make that f8=0.3 based on the latest neoscrypt hashrates. Note that the Nicehashdev just announced the default rate was being adjusted to .15 to .3 over on the Nicehash thread here. I'm getting 1.21 Mhash w. my rig, compared to 3.74 when I last ran Scrypt in May, so that sounds about right.

Luke 12:15-21

Ephesians 2:8-9
jaitor
Full Member
***
Offline Offline

Activity: 227
Merit: 100



View Profile
November 13, 2014, 08:35:16 PM
 #2164

I heard of some .cl files that gives in x11 algo 7Mh/s out of a R9 280X. What's true about this?
qwep
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000



View Profile
November 13, 2014, 09:37:56 PM
 #2165

I heard of some .cl files that gives in x11 algo 7Mh/s out of a R9 280X. What's true about this?
yes
karimdr2
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
November 13, 2014, 11:51:38 PM
 #2166

I heard of some .cl files that gives in x11 algo 7Mh/s out of a R9 280X. What's true about this?
yes
where to get it?

★ BitNet ★ New Darknet, better than TOR ! FREE VPN ! Free Distribution 14,000,000 VPNCOIN!!! Vg7NuuuJt2snso5N1EMPyPwSTHb2ByiHRo
BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
go6ooo1212
Legendary
*
Offline Offline

Activity: 1512
Merit: 1000


quarkchain.io


View Profile
November 14, 2014, 04:25:34 AM
 #2167

I heard of some .cl files that gives in x11 algo 7Mh/s out of a R9 280X. What's true about this?
yes
where to get it?
https://bitcointalk.org/index.php?topic=854257.new;topicseen#new
Here it is...
lobo13hf
Hero Member
*****
Offline Offline

Activity: 2268
Merit: 507



View Profile
November 14, 2014, 07:27:17 PM
 #2168

Someone have a solution for 290 non-x  i can only get 250khs but with my 280x and 7970s i get 280khs anyone Huh



████▄██████████▄
███▄████████████
▄███▀
████
████
████
▀███▄
███▀████████████
████▀██████████▀


▄██████████▄
████████████
███████████▀███▄
████████████████
████████████████
████████████████
▀███▄███████████
████████████████
████▀██████████▀


▄██▄█████████▄██▄
▀████▄█████▄████▀
▀████▄▄████▀
███████████
▄███▀█████▀███▄
█████████████████
█████████████████
█████████████████
▀███████████████▀


▄███████████████▄
█████████████████
████▀███▀██████▀
███████▄█████▀
████▄▄██████████▄
▀▀██████▀███████
▄██████▄███▄████
█████▀██████████
▀██▀███▀████████▀


████▄███████████
████████████████
▄███▀███████████
███████████████
██████████████
████████████████
███████████▄███▀
████████████
▀██████████▀
████████
██
██
██
██
██
██
██
██




██
██
██
██
██

██
██
██
████████
|
.
Listed
on
BINANCE
KUCOIN
Gate.io
|
semajjames
Hero Member
*****
Offline Offline

Activity: 528
Merit: 500


View Profile
November 14, 2014, 08:09:42 PM
 #2169

Badman74's Modded miner and Wolf0's kernel
damm315er
Sr. Member
****
Offline Offline

Activity: 539
Merit: 255


View Profile
November 14, 2014, 10:06:35 PM
 #2170

Someone have a solution for 290 non-x  i can only get 250khs but with my 280x and 7970s i get 280khs anyone Huh

For a 290 (non-x) with hynix memory, settings 11/96/4 with clocking 1110/1475 will get you ~283k.

drkman
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
November 15, 2014, 05:11:04 AM
 #2171

So the new neoscrypt kernel "isn't released yet", but the hashrate on most of the neoscrypt coins has doubled in the last few hours..

Is that's how it's gonna be?  Know someone to get the new kernel?

Nope. It's here: https://ottrbutt.com/tmp/neoscrypt.cl

Worksize should be 64, don't bother setting TC, GPU threads 2. Basically the same as my earlier screenshot.
Thank you, dear))
256 @ 7970
240 @ 280x
Would be nice if you share a little informations ,such as :
-Your OS ?
-Your SGminer version ?
-Your AMD driver version ?
I could mine as higher speed but more HW also

PiMP 1.4
CGMiner 5.0.0
14.6
Thanks buddy
Hi Guys, I have a decomissioned 5card 270x rig.  Is it worth setting it back up and running the wolf neoscrypt kernel or latest X11 kernel on it?  Might be marginally worth it by my calcs but looking for some real world current input.  If so which sgminer and AMD driver to use with the above kernel?  Also, which multipool to use for neoscrypt?  Currently use trademybit.
Rainman5419
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
November 15, 2014, 07:05:14 AM
 #2172

I know most of everyone is AMD here, but I need some help getting back into mining after taking a few month break. I'm running a Nvidia 970 and I'm interested in mining X11, Scrypt-N and Scrypt coins. I know profit isn't there anymore, but still interested. I've tried creating a bat file with the config below, but for some reason the miner is defaulting to use my processors onboard graphics.

Code:
sgminer -o stratum+tcp://ca.simplemulti.com:3344 -u User.name -p x -I 13 -o stratum+tcp://ca.simplemulti.com:3434 -u user.name -p x
badman74
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
November 15, 2014, 08:19:25 AM
 #2173

I know most of everyone is AMD here, but I need some help getting back into mining after taking a few month break. I'm running a Nvidia 970 and I'm interested in mining X11, Scrypt-N and Scrypt coins. I know profit isn't there anymore, but still interested. I've tried creating a bat file with the config below, but for some reason the miner is defaulting to use my processors onboard graphics.

Code:
sgminer -o stratum+tcp://ca.simplemulti.com:3344 -u User.name -p x -I 13 -o stratum+tcp://ca.simplemulti.com:3434 -u user.name -p x
sgminer only works on amd cards
you will need to find a cuda miner for whatever algo's you want to mine
drkman
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
November 15, 2014, 08:33:43 AM
 #2174

I know most of everyone is AMD here, but I need some help getting back into mining after taking a few month break. I'm running a Nvidia 970 and I'm interested in mining X11, Scrypt-N and Scrypt coins. I know profit isn't there anymore, but still interested. I've tried creating a bat file with the config below, but for some reason the miner is defaulting to use my processors onboard graphics.

Code:
sgminer -o stratum+tcp://ca.simplemulti.com:3344 -u User.name -p x -I 13 -o stratum+tcp://ca.simplemulti.com:3434 -u user.name -p x
sgminer only works on amd cards
you will need to find a cuda miner for whatever algo's you want to mine
badman, you need this data  https://docs.google.com/spreadsheets/d/1dI1Cc3JhhsA-UdIRlndvQ9huX8FmoJT2TXFDB0wdp54/edit#gid=0

and the miner in this thread.  https://bitcointalk.org/index.php?topic=826901.300
Zuikkis
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
November 15, 2014, 09:39:38 AM
 #2175

Someone have a solution for 290 non-x  i can only get 250khs but with my 280x and 7970s i get 280khs anyone Huh

For a 290 (non-x) with hynix memory, settings 11/96/4 with clocking 1110/1475 will get you ~283k.



Seems awful low for such high clocks?

My 290 with Elpida memory is running 1000/1500 MHz and 287kh/s..

I haven't even tweaked any settings, just the first ones I tried. Smiley TC 16384, gpu-threads 2, worksize 64, intensity 13.




lobo13hf
Hero Member
*****
Offline Offline

Activity: 2268
Merit: 507



View Profile
November 15, 2014, 11:38:12 AM
 #2176

Someone have a solution for 290 non-x  i can only get 250khs but with my 280x and 7970s i get 280khs anyone Huh

For a 290 (non-x) with hynix memory, settings 11/96/4 with clocking 1110/1475 will get you ~283k.



Seems awful low for such high clocks?

My 290 with Elpida memory is running 1000/1500 MHz and 287kh/s..

I haven't even tweaked any settings, just the first ones I tried. Smiley TC 16384, gpu-threads 2, worksize 64, intensity 13.






lucky you i tried W64 but my computer just shuts down, what could it be?



████▄██████████▄
███▄████████████
▄███▀
████
████
████
▀███▄
███▀████████████
████▀██████████▀


▄██████████▄
████████████
███████████▀███▄
████████████████
████████████████
████████████████
▀███▄███████████
████████████████
████▀██████████▀


▄██▄█████████▄██▄
▀████▄█████▄████▀
▀████▄▄████▀
███████████
▄███▀█████▀███▄
█████████████████
█████████████████
█████████████████
▀███████████████▀


▄███████████████▄
█████████████████
████▀███▀██████▀
███████▄█████▀
████▄▄██████████▄
▀▀██████▀███████
▄██████▄███▄████
█████▀██████████
▀██▀███▀████████▀


████▄███████████
████████████████
▄███▀███████████
███████████████
██████████████
████████████████
███████████▄███▀
████████████
▀██████████▀
████████
██
██
██
██
██
██
██
██




██
██
██
██
██

██
██
██
████████
|
.
Listed
on
BINANCE
KUCOIN
Gate.io
|
damm315er
Sr. Member
****
Offline Offline

Activity: 539
Merit: 255


View Profile
November 15, 2014, 01:10:46 PM
 #2177

Someone have a solution for 290 non-x  i can only get 250khs but with my 280x and 7970s i get 280khs anyone Huh

For a 290 (non-x) with hynix memory, settings 11/96/4 with clocking 1110/1475 will get you ~283k.



Seems awful low for such high clocks?

My 290 with Elpida memory is running 1000/1500 MHz and 287kh/s..

I haven't even tweaked any settings, just the first ones I tried. Smiley TC 16384, gpu-threads 2, worksize 64, intensity 13.






lucky you i tried W64 but my computer just shuts down, what could it be?

So try my settings, or experiment with his..
arielbit
Legendary
*
Offline Offline

Activity: 3416
Merit: 1059


View Profile
November 15, 2014, 01:32:02 PM
 #2178

my 280x at ~280Khs

thanks wolf

thanks ftc for changing algo
lsss
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
November 15, 2014, 08:22:19 PM
Last edit: November 15, 2014, 10:57:55 PM by lsss
 #2179

I have three 5870's and would like to mine FTC at TMB. Any one have neoscrypt running decent for AMD 5870? I'm only getting 20kh/s per card, using badman's current mod miner.
lsss
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
November 16, 2014, 04:38:05 AM
 #2180

I have three 5870's and would like to mine FTC at TMB. Any one have neoscrypt running decent for AMD 5870? I'm only getting 20kh/s per card, using badman's current mod miner.

Check the FTC forums - they have a cl for old cards.

Thanks, I did see that forum and tried that cl, I think neoscrypt_vliw, but it doesn't work with this Multi-Algo version of SGMiner, at least not badman's latest mod version. Is there a version of the Multi-Algo SGMIner it does work with?  I think over at the FTC forum they were using some new version of CGMiner?

Anyway I was hoping to mine FTC at TMB with the algo switcher.


Thanks,
Pages: « 1 ... 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 102 103 104 105 106 107 108 [109] 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 ... 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!