Pages:
Author

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

legendary
Activity: 3808
Merit: 1723
Up to 300% + 200 FS deposit bonuses
Anyone know why I only get 5.9MH/s with the latest sgminer mining X11 with a 7970 ? Should be around 10Mh
full member
Activity: 196
Merit: 100
is it possible to set sgminer to retry the server your mining at ?
looked at help info but didnt see any retry omption.

reason i'm asking is that i mine to my own p2pool server and sometimes it drops out due to p2pool lost connection to the wallet
full member
Activity: 196
Merit: 100
did a reboot of the pc and it started working again.

at the moment i'm mining x11 @15Mhs
[P]ool management [G]PU management Settings Display options Quit
GPU 0:  59.0C 2684RPM | 14.85M/14.79Mh/s | R:  0.0% HW:0 WU:0.000/m xI:1024
full member
Activity: 176
Merit: 100
"algorithm" : "x11mod",        
"nfactor" : "10",        
"xintensity" : "1024",                        
"worksize" : "64",          
"gpu-threads" : "1",
"gpu-fan"   : "0-95",
"temp-target"   : "65",
"temp-cutoff"   : "80",
"temp-overheat"   : "78"
        
}
],
"keccak-unroll" : "0",
"hamsi-expand-big" : "4",
"lookup-gap" : "2",
"log-show-date" : true,
"debug-log" : false,
"failover-only" : true,
"failover-switch-delay" : "300",
"queue" : "0",
"api-listen" : "true",
"api-port" : "4028",
"api-allow" : "W:127.0.0.1"

}
are the bold added correct?

for some reason the fan dont speed up.
76.0C 1020RPM
so its getting hot.. dont want to burn my 2 day old cpu

76C @ 1020 RPM would be a dream for me.  Your temp settings are very low.  I've  never seen any that low but maybe amd improved heat dissipation for the 3xx series a lot, a whole lot.
full member
Activity: 196
Merit: 100
"algorithm" : "x11mod",        
"nfactor" : "10",        
"xintensity" : "1024",                        
"worksize" : "64",          
"gpu-threads" : "1",
"gpu-fan"   : "0-95",
"temp-target"   : "65",
"temp-cutoff"   : "80",
"temp-overheat"   : "78"
        
}
],
"keccak-unroll" : "0",
"hamsi-expand-big" : "4",
"lookup-gap" : "2",
"log-show-date" : true,
"debug-log" : false,
"failover-only" : true,
"failover-switch-delay" : "300",
"queue" : "0",
"api-listen" : "true",
"api-port" : "4028",
"api-allow" : "W:127.0.0.1"

}
are the bold added correct?

for some reason the fan dont speed up.
76.0C 1020RPM
so its getting hot.. dont want to burn my 2 day old cpu
full member
Activity: 196
Merit: 100
Take my config i gave you there, run it. "add your BTC address where the user is." run it from inside the sgminer 5-1-0 folder.

Do not change anything about it except maybe the platform thing.

Leave the url and so as it is.

And than run it. Let me know how it went.

Greetings
got it to work now.

13-15Mhs
thx
legendary
Activity: 1050
Merit: 1293
Huh?
Take my config i gave you there, run it. "add your BTC address where the user is." run it from inside the sgminer 5-1-0 folder.

Do not change anything about it except maybe the platform thing.

Leave the url and so as it is.

And than run it. Let me know how it went.

Greetings
full member
Activity: 196
Merit: 100
change from x11mod to darkcoin-mod and i'm nog doing 8.5Mhs with sgminer-v5.2.1
full member
Activity: 196
Merit: 100
sgminer-5-1-0-optimized give me 3mhs
sgminer-5-1-1-optimized give me 3mhs
sgminer-5-2-1-general give me 5.4mhs - darkcoind-mod
with
sgminer.exe -k darkcoin --gpu-platform 1 -d 0 -w 128  -I 18 -g 4 -l 1 --thread-concurrency 32768 --temp-target 80 --temp-cutoff 95 --temp-overheat 92 -o stratum+tcp://cheadle.ddns.net:7903 -u XqvYrZayeDEQq38kNbLeC8S4GmcrY9GvhS -p x

stock sgminer-v5.2.1 give me 5.4mhs with x11mod

i cant to benchmak with NiceHashMiner_v1.2.3.1 the test gets terminated after a while

Ok, sgminer-5-1-0 is the one you want to go for.

create a config file "sgminer.conf" and insert this

Code:
{

"pools" :
 [
                      
{
              
"name" : "NiceHash_X11_Fixed",
"url" : "stratum+tcp://x11.eu.nicehash.com:3336",          
"user" : "enter btc address here",        
"pass" : "x",      
"algorithm" : "x11mod",        
"nfactor" : "10",        
"xintensity" : "1024",                        
"worksize" : "64",          
"gpu-threads" : "1"
        
}
],
"keccak-unroll" : "0",
"hamsi-expand-big" : "4",
"lookup-gap" : "2",
"log-show-date" : true,
"debug-log" : false,
"failover-only" : true,
"failover-switch-delay" : "300",
"queue" : "0",
"api-listen" : "true",
"api-port" : "4028",
"api-allow" : "W:127.0.0.1"

}

Than create a .bat file: X11.bat for example with this
Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe -c sgminer.conf

And run it.

Should work.

used that. but added
"gpu-platform" : "1",
"device" : "0",        

i dont find my gpu when i run sgminer -c sgminer.conf

"added --gpu-platform 1 -d 0 to the bat file and i started.
but this came after.

[2016-02-04 21:18:52] No servers were found that could be used to get work from.

[2016-02-04 21:18:52] Please check the details from the list below of the server
s you have input
[2016-02-04 21:18:52] Most likely you have input the wrong URL, forgotten to add
 a port, or have not set up workers
[2016-02-04 21:18:52] Pool: 0  URL: stratum+tcp://xx.net:7903  User: X
qvYrZayeDEQq38kNbLeC8S4GmcrY9GvhS  Password: x
[2016-02-04 21:18:52] No servers could be used! Exiting.

D:\_mining\NiceHashMiner_v1.2.3.1\bin\sgminer-5-1-0-optimized>pause
Tryck ned valfri tangent för att fortsätta...
legendary
Activity: 1050
Merit: 1293
Huh?
sgminer-5-1-0-optimized give me 3mhs
sgminer-5-1-1-optimized give me 3mhs
sgminer-5-2-1-general give me 5.4mhs - darkcoind-mod
with
sgminer.exe -k darkcoin --gpu-platform 1 -d 0 -w 128  -I 18 -g 4 -l 1 --thread-concurrency 32768 --temp-target 80 --temp-cutoff 95 --temp-overheat 92 -o stratum+tcp://cheadle.ddns.net:7903 -u XqvYrZayeDEQq38kNbLeC8S4GmcrY9GvhS -p x

stock sgminer-v5.2.1 give me 5.4mhs with x11mod

i cant to benchmak with NiceHashMiner_v1.2.3.1 the test gets terminated after a while

Ok, sgminer-5-1-0 is the one you want to go for.

create a config file "sgminer.conf" and insert this

Code:
{

"pools" :
 [
                      
{
              
"name" : "NiceHash_X11_Fixed",
"url" : "stratum+tcp://x11.eu.nicehash.com:3336",          
"user" : "enter btc address here",        
"pass" : "x",      
"algorithm" : "x11mod",        
"nfactor" : "10",        
"xintensity" : "1024",                        
"worksize" : "64",          
"gpu-threads" : "1"
        
}
],
"keccak-unroll" : "0",
"hamsi-expand-big" : "4",
"lookup-gap" : "2",
"log-show-date" : true,
"debug-log" : false,
"failover-only" : true,
"failover-switch-delay" : "300",
"queue" : "0",
"api-listen" : "true",
"api-port" : "4028",
"api-allow" : "W:127.0.0.1"

}

Than create a .bat file: X11.bat for example with this
Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe -c sgminer.conf

And run it.

Should work.
full member
Activity: 196
Merit: 100
sgminer-5-1-0-optimized give me 3mhs
sgminer-5-1-1-optimized give me 3mhs
sgminer-5-2-1-general give me 5.4mhs - darkcoind-mod
with
sgminer.exe -k darkcoin --gpu-platform 1 -d 0 -w 128  -I 18 -g 4 -l 1 --thread-concurrency 32768 --temp-target 80 --temp-cutoff 95 --temp-overheat 92 -o stratum+tcp://cheadle.ddns.net:7903 -u XqvYrZayeDEQq38kNbLeC8S4GmcrY9GvhS -p x

stock sgminer-v5.2.1 give me 5.4mhs with x11mod

i cant to benchmak with NiceHashMiner_v1.2.3.1 the test gets terminated after a while
full member
Activity: 196
Merit: 100
Hi.
just got my new gpu Saphire R9 390X Nitro 8GB

got sgminer to work with X11
with this settings:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe -k x11mod --gpu-platform 1 -d 0 -w 128  -I 18 -g 4 -l 1 --thread-concurrency 8193 --auto-fan -o stratum+tcp://x:7903 -u xx -p x

i get about 5.35MH/s is that OK ?
useing: sgminer-v5.2.1 for x11
not sure these settings are optimal for my card.

and is skein "digibyte" only for NVIDIA ?


You should get at least 3x the speed you're getting now.

Get the nice hash version if you're on windows. Open the bin folder and choose the first sgminer folder in there. Run that.

Good luck!

same bat file for sgminer-5-1-0-optimized
and i get
[20:18:41] Most likely you have input the wrong URL, forgotten to add a port, or
 have not set up workers
[20:18:41] Pool: 0  URL: stratum+tcp://xx.net:7903  User: xx  Password: x
[20:18:41] Press any key to exit, or sgminer will try again in 15s.
[20:18:56] cheadle.ddns.net difficulty changed to 0.001
[20:18:57] No servers were found that could be used to get work from.
[20:18:57] Please check the details from the list below of the servers you have
input
[20:18:57] Most likely you have input the wrong URL, forgotten to add a port, or
 have not set up workers
[20:18:57] Pool: 0  URL: stratum+tcp://xx.net:7903  User: xx  Password: x
[20:18:57] Press any key to exit, or sgminer will try again in 15s.

same for sgminer-5-1-1-optimized and sgminer-5-2-1-general
feels like it takes to long for them to load so they timeout or something
legendary
Activity: 1050
Merit: 1293
Huh?
Hi.
just got my new gpu Saphire R9 390X Nitro 8GB

got sgminer to work with X11
with this settings:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe -k x11mod --gpu-platform 1 -d 0 -w 128  -I 18 -g 4 -l 1 --thread-concurrency 8193 --auto-fan -o stratum+tcp://x:7903 -u xx -p x

i get about 5.35MH/s is that OK ?
useing: sgminer-v5.2.1 for x11
not sure these settings are optimal for my card.

and is skein "digibyte" only for NVIDIA ?


You should get at least 3x the speed you're getting now.

Get the nice hash version if you're on windows. Open the bin folder and choose the first sgminer folder in there. Run that.

Good luck!
full member
Activity: 196
Merit: 100
Hi.
just got my new gpu Saphire R9 390X Nitro 8GB

got sgminer to work with X11
with this settings:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe -k x11mod --gpu-platform 1 -d 0 -w 128  -I 18 -g 4 -l 1 --thread-concurrency 8193 --auto-fan -o stratum+tcp://x:7903 -u xx -p x

i get about 5.35MH/s is that OK ?
useing: sgminer-v5.2.1 for x11
not sure these settings are optimal for my card.

and is skein "digibyte" only for NVIDIA ?
full member
Activity: 140
Merit: 100
fastdice.com The Worlds Fastest Bitcoin Dice
Which AMD driver is recommended for mining ETH with 280X cards

Any of the recent drivers, from 14.6 to 15.7. I tried most of them, there is no difference in mining performance.

Thanks , I explored a difference between mining ETH , EXP/SOIL. When mining EXP and SOIL , the speed is about 20% faster , than mining ETH. Tried both win 7 and 8.1 x64. Tried several mining pools , as well. And deleting ethash folder for every single try.
So is it normal such a big difference in speeds ( Im with 15.7 driver, but Crimson 16.1 giving same speed )...

The DAG files size of Eth has increased a lot since early days. So the hash speed dropped a lot. The EXP/SOIL's DAG files size is still small, the speed is faster.

I do not see difference between W7 and W8.1.
sr. member
Activity: 582
Merit: 250
An Impressive Purely Anonymous Currency.
Just an update that the problem starting the miner was caused because even though I disabled the onboard intel ship the monitor was plugged in and showing a display.

Anyway,  After installing 3 280x and an old 7950 I was shocked at the results for my 7950...Did I need to upgrade!!!

280x - GPU  0:  62.0C 1904RPM | 10.84M/10.74Mh/s | R:  0.0% HW:0 WU:0.175/m xI: 64
280x - GPU  1:  74.0C 1865RPM | 10.67M/10.65Mh/s | R:  0.0% HW:0 WU:0.142/m xI: 64
280x - GPU  2:  72.0C 1898RPM | 10.67M/10.67Mh/s | R:  0.0% HW:0 WU:0.132/m xI: 64
7950 - GPU  3:  68.0C 1898RPM | 9.053M/8.034Mh/s | R:  0.0% HW:0 WU:0.079/m xI: 64

My thought is how can I get the 280x even higher !!!
legendary
Activity: 1512
Merit: 1000
quarkchain.io
Which AMD driver is recommended for mining ETH with 280X cards

Any of the recent drivers, from 14.6 to 15.7. I tried most of them, there is no difference in mining performance.

Thanks , I explored a difference between mining ETH , EXP/SOIL. When mining EXP and SOIL , the speed is about 20% faster , than mining ETH. Tried both win 7 and 8.1 x64. Tried several mining pools , as well. And deleting ethash folder for every single try.
So is it normal such a big difference in speeds ( Im with 15.7 driver, but Crimson 16.1 giving same speed )...
full member
Activity: 140
Merit: 100
fastdice.com The Worlds Fastest Bitcoin Dice
Which AMD driver is recommended for mining ETH with 280X cards

Any of the recent drivers, from 14.6 to 15.7. I tried most of them, there is no difference in mining performance.
legendary
Activity: 1274
Merit: 1006
Hi guys,

I decided to upgrade my 7950's to 280x's but I'm having a mare with AMD drivers.

Also I can't remember the relationship between driver and SDK.

What driver and SDK should I install on Windows 8.1 ?

Many thanks

Lee


Newest version of both will work fine Smiley

I always wanted to ask that - why do you even need SDK?
I don't have it installed and mining just fine.
legendary
Activity: 1512
Merit: 1000
quarkchain.io
Which AMD driver is recommended for mining ETH with 280X cards
Pages:
Jump to: