Bitcoin Forum
June 25, 2024, 01:54:14 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 ... 83 »
  Print  
Author Topic: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer)  (Read 351509 times)
bullus
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
May 27, 2014, 06:49:37 AM
 #401

Hello, would anyone mind helping me with settings/code for a 6970? Sad

I'm getting 1.87 Mh/s is that bad?

Thanks.

I'm getting 2300kh/s for 6970, 2800kh/s for 7950
Code:
"kernel" : "x11mod", 
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "28",
"failover-only" : true,
 "kernel-path" : "/usr/local/bin",
"log" : "5",
"queue" : "1",
"scan-time" : "7",
"scrypt" : true,
 "shares" : "0",
"failover-switch-delay" : "1",
"gpu-threads" : "2,2,2,2,2",
"gpu-dyninterval" : "7",
"gpu-engine" : "0",
"gpu-fan" : "55",
"gpu-platform" : "0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "8",
 "gpu-vddc" : "0",
 "intensity" : "18",
"xintensity" : "0",
 "temp-target" : "75",
 "temp-overheat" : "85",
"temp-cutoff" : "95",
"temp-hysteresis" : "3",
"vectors" : "1",
"worksize" : "128,64,128,128,128",
"lookup-gap" : "0",
"shaders" : "1792,1536,1792,1792,1792",
 "thread-concurrency" : "8192,8000,8192,8192,8192",
 "no-pool-disable" : true,
"device" : "0-4" }


btc 16LWhms487bzCxQWq5oeW8SMDPmU2rvQjf
tanil
Full Member
***
Offline Offline

Activity: 136
Merit: 100


View Profile
May 27, 2014, 06:58:24 AM
 #402

Is there Asus r9 280x dc2  owner who use this miner ?

Could you share your config?
xBK201
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
May 27, 2014, 07:01:41 AM
 #403

Hello, would anyone mind helping me with settings/code for a 6970? Sad

I'm getting 1.87 Mh/s is that bad?

Thanks.

I'm getting 2300kh/s for 6970, 2800kh/s for 7950
Code:
"kernel" : "x11mod", 
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "28",
"failover-only" : true,
 "kernel-path" : "/usr/local/bin",
"log" : "5",
"queue" : "1",
"scan-time" : "7",
"scrypt" : true,
 "shares" : "0",
"failover-switch-delay" : "1",
"gpu-threads" : "2,2,2,2,2",
"gpu-dyninterval" : "7",
"gpu-engine" : "0",
"gpu-fan" : "55",
"gpu-platform" : "0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "8",
 "gpu-vddc" : "0",
 "intensity" : "18",
"xintensity" : "0",
 "temp-target" : "75",
 "temp-overheat" : "85",
"temp-cutoff" : "95",
"temp-hysteresis" : "3",
"vectors" : "1",
"worksize" : "128,64,128,128,128",
"lookup-gap" : "0",
"shaders" : "1792,1536,1792,1792,1792",
 "thread-concurrency" : "8192,8000,8192,8192,8192",
 "no-pool-disable" : true,
"device" : "0-4" }


Is the second one the 6970? Smiley
anatolikostis
Legendary
*
Offline Offline

Activity: 2026
Merit: 1005



View Profile
May 27, 2014, 07:18:31 AM
 #404

Can someone give a config for 290non-x? Embarrassed

-I 19 --gpu-engine 947 --gpu-memclock 1250 -g 2 -w 128 --thread-concurrency 20481

Gets me 3550 KH/s on R9 290 (non-X).

Does anybody have some better settings? My card doesn't seem to like -g 4 and if I push the engine too high I get driver crashes.
-I 21 --gpu-engine 965 --gpu-memclock 1250 -g 1 -w 128 --thread-concurrency 20481
3.65mhs
Eastwind
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1000



View Profile
May 27, 2014, 07:22:09 AM
 #405

Does anyone know if the watt per card goes up?  Or is the power consumption still the same more or less?

The wattage goes up. For my rig, it is up from 720 to 750 watts (4%) while the hash rate goes up 40%. You need to lower the frequency for some cards if necessary as the GPU are stressed more.
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
May 27, 2014, 07:22:48 AM
 #406

Does anyone know if the watt per card goes up?  Or is the power consumption still the same more or less?

The wattage goes up. For my rig, it is up from 720 to 750 watts (4%) while the hash rate goes up 40%. You need to lower the frequency for some cards if necessary as the GPU are stressed more.

how many and what gpu?
bullus
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
May 27, 2014, 07:26:58 AM
 #407

Hello, would anyone mind helping me with settings/code for a 6970? Sad

I'm getting 1.87 Mh/s is that bad?

Thanks.

I'm getting 2300kh/s for 6970, 2800kh/s for 7950
Code:
"kernel" : "x11mod", 
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "28",
"failover-only" : true,
 "kernel-path" : "/usr/local/bin",
"log" : "5",
"queue" : "1",
"scan-time" : "7",
"scrypt" : true,
 "shares" : "0",
"failover-switch-delay" : "1",
"gpu-threads" : "2,2,2,2,2",
"gpu-dyninterval" : "7",
"gpu-engine" : "0",
"gpu-fan" : "55",
"gpu-platform" : "0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "8",
 "gpu-vddc" : "0",
 "intensity" : "18",
"xintensity" : "0",
 "temp-target" : "75",
 "temp-overheat" : "85",
"temp-cutoff" : "95",
"temp-hysteresis" : "3",
"vectors" : "1",
"worksize" : "128,64,128,128,128",
"lookup-gap" : "0",
"shaders" : "1792,1536,1792,1792,1792",
 "thread-concurrency" : "8192,8000,8192,8192,8192",
 "no-pool-disable" : true,
"device" : "0-4" }


Is the second one the 6970? Smiley

yep

btc 16LWhms487bzCxQWq5oeW8SMDPmU2rvQjf
ololo
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
May 27, 2014, 07:34:57 AM
 #408

i use https://www.dropbox.com/s/59lvecndm866bzz/sph-sgminer_x11mod_b2.zip

drv - 14.4

7950 ~ 3000kh on 1100 engine & intensity 21. 7950 has 1792 shaders.
3000 / 1792 / 1.1 gh = 1.522 per shader.

290 must be 1.522*1.03*2560 = 4013kh

290 - if I set the intensity of > 18 speed drops. why?
I can not get more 3870kh on 1030mh engine.
Eastwind
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1000



View Profile
May 27, 2014, 07:36:06 AM
 #409

Does anyone know if the watt per card goes up?  Or is the power consumption still the same more or less?

The wattage goes up. For my rig, it is up from 720 to 750 watts (4%) while the hash rate goes up 40%. You need to lower the frequency for some cards if necessary as the GPU are stressed more.

how many and what gpu?

2X7970+3X7990 = 8 GPU in total.

VCore = 0.94V, Vmemory = 1.5V. Core/Memory = 840/1000MHz for 7990, 840/1250 for 7970. The Core frequency is different for different cards, varying from 820 to 860MHz.

Gold rated 1250W PSU.

Total hash = 19.4 MH/s. Or 2.42MH/s per cards.
punisher1
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
May 27, 2014, 07:43:32 AM
 #410

I have 2 ati video cards 280x(1.094v) undervolted and pimp linux .

,
"auto-fan" : true,
"temp-cutoff" : "85",
"temp-target" : "73",
"gpu-fan" : "30-78",
"intensity" : "15",
"xintensity" : "0",
"rawintensity" : "0",
"vectors" : "1",
"worksize" : "256",
"lookup-gap" : "2",
"thread-concurrency" : "10240",
"shaders" : "0",
"api-listen" : true,
"api-port" : "4028",
"api-allow" : "W:127.0.0.1",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-threads" : "2",
"gpu-platform" : "0",
"gpu-engine" : "1070",
"gpu-memclock" : "1500",
"gpu-powertune" : "20",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"kernel" : "x11mod"
}

if i put more than 15 intensity one video card in a few hours will stop mining and gets "sick" .
i`ve tried with intensity 16,17,18 and tc 8192 .
what to do to get more speed ?
at these settings i get ~ 3 Mh/s / card .
micairvas
Full Member
***
Offline Offline

Activity: 303
Merit: 105



View Profile
May 27, 2014, 07:49:01 AM
 #411

Hi guys yesterday I tried to use new sgminer but without success Cheesy.
I have mining rig with 6xR9 270 cards (5 x asus and 1 gigabyte), I used this config bellow, getting about 1,9 mhs per card. Unfortunately my rig with this settings working stable maximum one hour.
Also I using Smos linux 1.3. Can somebody tell me what is problem with my config fajl? Or give me some good and checked config file for r9 270 cards.

"intensity" : "18",
"vectors" : "1",
"worksize" : "128",
"kernel" : "x11mod",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"gpu-engine" : "1050",
"gpu-memclock" : "1380",
"gpu-memdiff" : "0",
"gpu-powertune" : "20",
"gpu-vddc" : "0.000",
"temp-cutoff" : "85",
"temp-overheat" : "80",
"temp-target" : "72",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "120",
"failover-only" : true,
"gpu-dyninterval" : "7",
"gpu-threads" : "2",
"log" : "5",
"no-pool-disable" : true,
"queue" : "2",
"scan-time" : "40",
"temp-hysteresis" : "3",
"shares" : "0",
"no-submit-stale" : true




ALso I need config fajl for Asus 7950 dcuII mining rig, if somebody have it, please let me know.

Thx in advance.
ozzy1926
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
May 27, 2014, 07:53:44 AM
 #412

can we mine jackpotcoin with this miner?
mgrudzien
Newbie
*
Offline Offline

Activity: 7
Merit: 0



View Profile
May 27, 2014, 08:59:09 AM
 #413

I get 3.5MH/s with Gigabyte R9 280x  Smiley
How much DRK I get a day at 10,50MH/s?

which settings, core/temp?

"intensity" : "18",
"vector" : "1",
"worksize" : "256",
"kernel" : "x11mod",
"thread-concurrency" : "8192",
"lookup-gap" : "2",
"gpu-threads" : "2"

sgminer 4.1.0 - Started: [2014-05-26 18:23:40]
--------------------------------------------------------------------------------
(5s):10.69M (avg):10.48Mh/s | A:142  R:2  HW:0  WU:0.146/m

--------------------------------------------------------------------------------
[P]ool management [G]PU management ettings [D]isplay options [Q]uit
 GPU 0:  54.0C 2094RPM | 3.501M/3.502Mh/s | R:  1.7% HW:0 WU:0.049/m I:18
 GPU 1:  62.0C 2717RPM | 3.491M/3.484Mh/s | R:  1.7% HW:0 WU:0.047/m I:18
 GPU 2:  53.0C 2037RPM | 3.488M/3.497Mh/s | R:  1.4% HW:0 WU:0.050/m I:18
--------------------------------------------------------------------------------
Catalyst 14.1 Win7
punisher1
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
May 27, 2014, 09:00:55 AM
 #414

I get 3.5MH/s with Gigabyte R9 280x  Smiley
How much DRK I get a day at 10,50MH/s?

which settings, core/temp?

"intensity" : "18",
"vector" : "1",
"worksize" : "256",
"kernel" : "x11mod",
"thread-concurrency" : "8192",
"lookup-gap" : "2",
"gpu-threads" : "2"

sgminer 4.1.0 - Started: [2014-05-26 18:23:40]
--------------------------------------------------------------------------------
(5s):10.69M (avg):10.48Mh/s | A:142  R:2  HW:0  WU:0.146/m

--------------------------------------------------------------------------------
[P]ool management [G]PU management ettings [D]isplay options [Q]uit
 GPU 0:  54.0C 2094RPM | 3.501M/3.502Mh/s | R:  1.7% HW:0 WU:0.049/m I:18
 GPU 1:  62.0C 2717RPM | 3.491M/3.484Mh/s | R:  1.7% HW:0 WU:0.047/m I:18
 GPU 2:  53.0C 2037RPM | 3.488M/3.497Mh/s | R:  1.4% HW:0 WU:0.050/m I:18
--------------------------------------------------------------------------------
Catalyst 14.1 Win7

what voltage on the card ?
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
May 27, 2014, 09:26:40 AM
 #415

Does anyone know if the watt per card goes up?  Or is the power consumption still the same more or less?

The wattage goes up. For my rig, it is up from 720 to 750 watts (4%) while the hash rate goes up 40%. You need to lower the frequency for some cards if necessary as the GPU are stressed more.

how many and what gpu?

2X7970+3X7990 = 8 GPU in total.

VCore = 0.94V, Vmemory = 1.5V. Core/Memory = 840/1000MHz for 7990, 840/1250 for 7970. The Core frequency is different for different cards, varying from 820 to 860MHz.

Gold rated 1250W PSU.

Total hash = 19.4 MH/s. Or 2.42MH/s per cards.


you lose a potentially 5MH/s for 150w less, is worth it?
saykor
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile WWW
May 27, 2014, 09:27:59 AM
 #416

I get 3.5MH/s with Gigabyte R9 280x  Smiley
How much DRK I get a day at 10,50MH/s?

which settings, core/temp?

"intensity" : "18",
"vector" : "1",
"worksize" : "256",
"kernel" : "x11mod",
"thread-concurrency" : "8192",
"lookup-gap" : "2",
"gpu-threads" : "2"

sgminer 4.1.0 - Started: [2014-05-26 18:23:40]
--------------------------------------------------------------------------------
(5s):10.69M (avg):10.48Mh/s | A:142  R:2  HW:0  WU:0.146/m

--------------------------------------------------------------------------------
[P]ool management [G]PU management ettings [D]isplay options [Q]uit
 GPU 0:  54.0C 2094RPM | 3.501M/3.502Mh/s | R:  1.7% HW:0 WU:0.049/m I:18
 GPU 1:  62.0C 2717RPM | 3.491M/3.484Mh/s | R:  1.7% HW:0 WU:0.047/m I:18
 GPU 2:  53.0C 2037RPM | 3.488M/3.497Mh/s | R:  1.4% HW:0 WU:0.050/m I:18
--------------------------------------------------------------------------------
Catalyst 14.1 Win7

what is core?

Let's color the MOON: YP4ZV8yabKGBKG2uNWHQBwrdURkyxqst4D
Before to do business with me you can check my  BitcoinFeedback; ebay and .net developer profile
PetrGasparik
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
May 27, 2014, 09:42:30 AM
 #417

Can someone give a config for 290non-x? Embarrassed

-I 19 --gpu-engine 947 --gpu-memclock 1250 -g 2 -w 128 --thread-concurrency 20481

Gets me 3550 KH/s on R9 290 (non-X).

Does anybody have some better settings? My card doesn't seem to like -g 4 and if I push the engine too high I get driver crashes.
-I 21 --gpu-engine 965 --gpu-memclock 1250 -g 1 -w 128 --thread-concurrency 20481
3.65mhs


I can't get it past 3.3Mh - 2x Sapphire 290

config is
"intensity" : "21",
"gpu-engine" : "965",
"gpu-memclock" : "1250",
"gpu-threads" : "1",
"worksize" : "128",
"thread-concurrency" : "20481",
"kernel" : "x11mod"

plus api-* params, nothing more. Compiled under SMOS, without SDK

any ideas?
samaricanin
Hero Member
*****
Offline Offline

Activity: 697
Merit: 500



View Profile
May 27, 2014, 09:44:19 AM
 #418

Hi guys yesterday I tried to use new sgminer but without success Cheesy.
I have mining rig with 6xR9 270 cards (5 x asus and 1 gigabyte), I used this config bellow, getting about 1,9 mhs per card. Unfortunately my rig with this settings working stable maximum one hour.
Also I using Smos linux 1.3. Can somebody tell me what is problem with my config fajl? Or give me some good and checked config file for r9 270 cards.

"intensity" : "18",
"vectors" : "1",
"worksize" : "128",
"kernel" : "x11mod",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"gpu-engine" : "1050",
"gpu-memclock" : "1380",
"gpu-memdiff" : "0",
"gpu-powertune" : "20",
"gpu-vddc" : "0.000",
"temp-cutoff" : "85",
"temp-overheat" : "80",
"temp-target" : "72",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "120",
"failover-only" : true,
"gpu-dyninterval" : "7",
"gpu-threads" : "2",
"log" : "5",
"no-pool-disable" : true,
"queue" : "2",
"scan-time" : "40",
"temp-hysteresis" : "3",
"shares" : "0",
"no-submit-stale" : true




ALso I need config fajl for Asus 7950 dcuII mining rig, if somebody have it, please let me know.

Thx in advance.

Gpu thread 1 I 20 work for me on win7

BuryMeInSmoke
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
May 27, 2014, 09:59:39 AM
 #419

User magro on reddit posted this script to install on Bamt 1.6

https://github.com/benmagro/Add-SGminer-X11Mod-Miner-To-BAMT/

Installs and works fine except I'm not getting temperatures or fan speeds showing up in sgminer.  Any ideas for a fix?  Had the same problem when I tried to build myself.

BTW getting 6.0mhs from 2 x Sapphire Vapor X 280x, 335w at the wall.  Using 280x config from OP, best I could get out of sgminer-sph was 4.4mhs, 36% increase, nice!


You need to copy the adl header files into the ADL_SDK folder before compiling to see tempuratures

Thanks.  Got it working.

If anyone else is having the same problem -

I altered x11.sh script too look like this.

Code:
...
cd /opt/miners/sgminer-x11mod
cp /opt/miners/sgminer-4.1.0-sph/ADL_SDK/* /opt/miners/sgminer-x11mod/ADL_SDK/
make clean
...

Also edited the conf file made by the script rather than deleting and copying over another one.
micairvas
Full Member
***
Offline Offline

Activity: 303
Merit: 105



View Profile
May 27, 2014, 10:01:53 AM
 #420


Gpu thread 1 I 20 work for me on win7

Ok, thx, I will try. Does anybody using Smos linux for mining?
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 ... 83 »
  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!