Pages:
Author

Topic: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer) - page 55. (Read 351531 times)

member
Activity: 113
Merit: 14
I'm attempting to setup my miner with the following .conf file which I have named "sph-sgminer.conf", but I can't seem to get my .bat file to connect to it and I need help. My current .bat file is:

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
timeout /t 4
sph-sgminer -c sph-sgminer.conf

And I'm attempting to use a previously posted .conf file named as above:

{
"pools" :
[
   {
   "url" :  "stratum+tcp://useast.blackcoinpool.com:3333",
   "user" : "RouletteRun.4th",
   "pass" : "Time"
   }
]
,
"device" : "0,1,2,3",
"intensity" : "20,17,17,17",
"lookup-gap" : "2",
"vectors" : "1,1,1,1",
"thread-concurrency" : "8193,6401,6401,6401",
"gpu-threads" : "2",
"worksize" : "256,128,128,128",
"expiry" : "1",
"queue" : "0",
"gpu-powertune" : "20,20,20,20",
"gpu-engine" : "1160,1110,1110,1110",
"gpu-memclock" : "1500,1500,1500,1500",
"gpu-fan" : "80,65,65,65",
"kernel" : "x11mod",
"scan-time" : "1"
}

I added a pause into the .bat file and it tells me, "sph-sgminer is not recognized as an internal or external command, operable program or batch file."

Help is appreciated!
sr. member
Activity: 451
Merit: 250
I'm attempting to setup my miner with the following .conf file which I have named "sph-sgminer.conf", but I can't seem to get my .bat file to connect to it and I need help. My current .bat file is:

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
timeout /t 4
sph-sgminer --x11

And I'm attempting to use a previously posted .conf file named as above:

{
"pools" :
[
   {
   "url" :  "stratum+tcp://useast.blackcoinpool.com:3333",
   "user" : "RouletteRun.4th",
   "pass" : "Time"
   }
]
,
"device" : "0,1,2,3",
"intensity" : "20,17,17,17",
"lookup-gap" : "2",
"vectors" : "1,1,1,1",
"thread-concurrency" : "8193,6401,6401,6401",
"gpu-threads" : "2",
"worksize" : "256,128,128,128",
"expiry" : "1",
"queue" : "0",
"gpu-powertune" : "20,20,20,20",
"gpu-engine" : "1160,1110,1110,1110",
"gpu-memclock" : "1500,1500,1500,1500",
"gpu-fan" : "80,65,65,65",
"kernel" : "x11mod",
"scan-time" : "1"
}

I added a pause into the .bat file and it tells me, "sph-sgminer is not recognized as an internal or external command, operable program or batch file."

Help is appreciated!
member
Activity: 72
Merit: 10
I've noticed now that not all of mine like the 1200/1200 clocks from that previous post... If one of my machines hangs with the settings below I've switched them to 1130/1400 clocks which all of them seem to be ok with. I don't feel like wasting the time to set the GPUs individually, lol. I've also changed thread & intensity settings since the new version with support for higher intensity was compiled. I now run:
Code:
"gpu-vddc" : "1.155",
"gpu-threads" : "2",
"gpu-fan" : "75-100",
"gpu-engine" : "1200",
"gpu-memclock" : "1500",
"gpu-powertune" : "20",
"kernel" : "x11mod",
"temp-target" : "75",
"temp-overheat" : "88",
"worksize" : "64",
"shaders" : "1280",
"thread-concurrency" : "5121",
"xintensity" : "500"


Okay thanks for that update!
newbie
Activity: 31
Merit: 0
I'm rocking various (Sapphire, XFX, Gigabyte) 270 & 270X and am getting 2.05+MH/s!  Cool Settings:

Code:
"gpu-threads" : "4",
"gpu-fan" : "75-100",
"gpu-engine" : "1200",
"gpu-memclock" : "1200",
"gpu-powertune" : "20",
"kernel" : "x11mod",
"temp-target" : "75",
"temp-overheat" : "88",
"worksize" : "64",
"shaders" : "1280",
"thread-concurrency" : "6401",
"rawintensity" : "32768"

With previous software I was using 2 threads with other settings than above, but with the optimized x11mod  and after a LOT of testing the past couple days that's the "best" I have so far. I can push it faster but that seems to be pretty stable across all 5 of my machines (27 GPUs, > 50MH/s). If anyone has any better settings for 270's please pass along Smiley
Curious, what voltages are your cards at?  I have various 270s and the voltages are across the board, but some are 'undervolted' from the factory (1.100) - not sure if this new miner requires more power but i'm having some stability issues with almost all the settings I've found on this thread so far, about to try yours.

*EDIT* Never mind, this is what my Sapphire 270s look like after running for 2 min

Code:
GPU  0:  43.0C 2923RPM | SICK  / 0.000h/s | R:  0.0% HW:0 WU:0.000/m rI:32768
GPU  1:  52.0C 2861RPM | 584.6K/590.3Kh/s | R:  0.0% HW:0 WU:0.018/m rI:32768
GPU  2:  35.0C 2854RPM | OFF   /4.162Kh/s | R:  0.0% HW:0 WU:0.000/m rI:32768
GPU  3:  48.0C 2881RPM | 622.3K/613.7Kh/s | R:  0.0% HW:2 WU:0.003/m rI:32768
GPU  4:  51.0C 2900RPM | 644.1K/632.9Kh/s | R:  0.0% HW:0 WU:0.010/m rI:32768
GPU  5:  55.0C 2890RPM | 624.3K/628.5Kh/s | R:  0.0% HW:0 WU:0.008/m rI:32768

Sad

p.s. i used gpu-vdcc to raise them to 1.175v just in case

I've noticed now that not all of mine like the 1200/1200 clocks from that previous post... If one of my machines hangs with the settings below I've switched them to 1130/1400 clocks which all of them seem to be ok with. I don't feel like wasting the time to set the GPUs individually, lol. I've also changed thread & intensity settings since the new version with support for higher intensity was compiled. I now run:
Code:
"gpu-vddc" : "1.155",
"gpu-threads" : "2",
"gpu-fan" : "75-100",
"gpu-engine" : "1200",
"gpu-memclock" : "1500",
"gpu-powertune" : "20",
"kernel" : "x11mod",
"temp-target" : "75",
"temp-overheat" : "88",
"worksize" : "64",
"shaders" : "1280",
"thread-concurrency" : "5121",
"xintensity" : "500"

legendary
Activity: 1512
Merit: 1000
quarkchain.io
Wow , with the x13mod my 280X give 2.45 MH/s speed, nice...
newbie
Activity: 22
Merit: 0
how much show your pools? i have one worker which shows pretty accurate and another insted of 18Mh/s only 15 or so
sr. member
Activity: 346
Merit: 250
Easy Instant Private
X13 algo added to whatmine.com

Is it possibile that is so profitable with 4x r9 290s? my miner is currently under maintenance and I can't test it

member
Activity: 117
Merit: 10
That worked, but I'm getting 3.4M  on the x11 only dl with my 280x's  and only 2.6M with your version.  I need to test more to see if the other is just inflated.
Check your configuration settings. Tested x11mod kernel with last x13mod binaries. Works fine: 3.4M on R9280X-DC2T-3GD5
full member
Activity: 126
Merit: 100
That worked, but I'm getting 3.4M  on the x11 only dl with my 280x's  and only 2.6M with your version.  I need to test more to see if the other is just inflated.
member
Activity: 117
Merit: 10
I'm sure it's already been stated, but I have a dead second pool showing in the x13 dl  with user: elun.main  in it.  Any way to remove this?
mmm. strange. Go to file sgminer.conf and edit it. Sorry, i forgot to remove test pool from configuration file.
Going to upload archive without pools in conf file.
UPD: Now sgminer.conf have not valid pools. REMEMBER you should delete/rename sgminer.conf file if you not use it and run sgminer via bat file.
full member
Activity: 126
Merit: 100
I'm sure it's already been stated, but I have a dead second pool showing in the x13 dl  with user: elun.main  in it.  Any way to remove this?
sr. member
Activity: 280
Merit: 250
Windows keeps crashing after few hours... Don't know why. Will try again with just the miner opened.

Hashing HD 7950 from 2.1 MB to 3 MB  Shocked Shocked Shocked Shocked Shocked

3MH with just one 7950? core/mem clock?

speaking about x13mod

Yes with one HD 7950.


Here is my setting. Should I change anything?

Quote
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
color 0a
sgminer -k x11mod -o stratum+tcp://stratum.multipoolmining.com:5555 -u USER -p x --failover-only -o stratum+tcp://pool.xhash.net:3355 -u USER -p x -I 20 -g 1 -w 256 --lookup-gap 2 --gpu-engine 1100 --gpu-memclock 1500 --gpu-powertune 20 --thread-concurrency 24000 --temp-cutoff 95 --temp-overheat 85 --temp-target 75 --api-listen --api-allow W:127.0.0.1
im getting "share is above target" with these settings on my HD 7950  Huh

EDIT : oh, you are using X11mode instead of X13mode
im getting 1.9 mh with X13mode on HD 7950
almost double than sph miner


Is there an x13mod in this miner? Does that improve your HD 7950 as compared to x11mod?
newbie
Activity: 18
Merit: 0
...
Please try last updated sources.

Sorry, I need windows binaries and I've lost track of the latest.
newbie
Activity: 6
Merit: 0
Thanks!

I have downloaded another sgminer x11mod and each core 3,5 mh: 1150/1500
newbie
Activity: 48
Merit: 0
x11mod hangs on my 7950 once it starts to mine. Sad -k darkcoin works

C:\sph-sgminer_x11mod\sgminer.exe -k x11mod -o stratum+tcp://east1.us.stratum.dedicatedpool.com:8006 -u medvezhonok.mgpu0 -p x -I 13 -g 2 -w 256 --lookup-gap 2 --gpu-engine 950 --gpu-memclock 1250 --gpu-powertune 20 --thread-concurrency 24000 --temp-cutoff 95 --temp-overheat 85 --temp-target 75 --api-listen --api-allow W:127.0.0.1
try to set lower tc.

thx Elun! I tried 8192, and it failed with error -42 loading binary cl into program blah.... darkcoin works, its lower, but it works.

"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"kernel" : "x11mod",
"auto-fan" : true,
"auto-gpu" : true,
"gpu-threads" : "2",
"gpu-engine" : "950",
"gpu-fan" : "55-100",
"gpu-platform" : "0",
"gpu-memclock" : "1250",
"gpu-powertune" : "20",
"gpu-reorder" : true,
"intensity" : "13",
"no-restart" : true,
"temp-target" : "70",
"temp-overheat" : "85",
"temp-cutoff" : "90",
"worksize" : "256",
"lookup-gap" : "2",
"shaders" : "1792",
"thread-concurrency" : "8192"
legendary
Activity: 3248
Merit: 1070
anyone has the 295x2, should do 9.5-10MH/s for a single card(yeah 2 gpu i know)  Shocked
member
Activity: 117
Merit: 10
Quote from: aleks777 on Today at 01:28:20 PM
Hi,

Anyone is mining with 7990 with new sgminer x11mod?

I couldn't start the sgminer it shows error and both cores are off. The sgminer with darkcoin mode works fine.

Thanks in advance.

Alex

Hi alex! mining at 3.45 mhs with lastest version X11mod 1160/1500

Hi bigradeon,

The problem that the sgminer with x11mod doesn't start with my ASUS 7990 at all.

Error -11: Building  Program (clBuildProgram)
Internal error: Input OpenCL binary is not for the target!

Failed to init GPU thread 0, disabling device 0
Restarting the GPU from the menu will not fix this

But, sgminer previous version with darcoin mode works fine.
Try set lower tc and rig reboot.
newbie
Activity: 6
Merit: 0
Quote from: aleks777 on Today at 01:28:20 PM
Hi,

Anyone is mining with 7990 with new sgminer x11mod?

I couldn't start the sgminer it shows error and both cores are off. The sgminer with darkcoin mode works fine.

Thanks in advance.

Alex

Hi alex! mining at 3.45 mhs with lastest version X11mod 1160/1500

Hi bigradeon,

The problem that the sgminer with x11mod doesn't start with my ASUS 7990 at all.

Error -11: Building  Program (clBuildProgram)
Internal error: Input OpenCL binary is not for the target!

Failed to init GPU thread 0, disabling device 0
Restarting the GPU from the menu will not fix this

But, sgminer previous version with darcoin mode works fine.
member
Activity: 117
Merit: 10
x11mod hangs on my 7950 once it starts to mine. Sad -k darkcoin works

C:\sph-sgminer_x11mod\sgminer.exe -k x11mod -o stratum+tcp://east1.us.stratum.dedicatedpool.com:8006 -u medvezhonok.mgpu0 -p x -I 13 -g 2 -w 256 --lookup-gap 2 --gpu-engine 950 --gpu-memclock 1250 --gpu-powertune 20 --thread-concurrency 24000 --temp-cutoff 95 --temp-overheat 85 --temp-target 75 --api-listen --api-allow W:127.0.0.1
try to set lower tc.
newbie
Activity: 48
Merit: 0
x11mod hangs on my 7950 once it starts to mine. Sad -k darkcoin works

C:\sph-sgminer_x11mod\sgminer.exe -k x11mod -o stratum+tcp://east1.us.stratum.dedicatedpool.com:8006 -u medvezhonok.mgpu0 -p x -I 13 -g 2 -w 256 --lookup-gap 2 --gpu-engine 950 --gpu-memclock 1250 --gpu-powertune 20 --thread-concurrency 24000 --temp-cutoff 95 --temp-overheat 85 --temp-target 75 --api-listen --api-allow W:127.0.0.1
Pages:
Jump to: