EVGA

A couple of Titans >1350+ khash/s

Page: < 123 Showing page 3 of 3
Author
eduncan911
SSC Member
  • Total Posts : 805
  • Reward points : 0
  • Joined: 2010/11/26 10:31:52
  • Status: offline
  • Ribbons : 8
Re: A couple of Titans >1350+ khash/s 2014/03/07 09:35:42 (permalink)
Have you tried each Titan individually, one at a time to test?
 
-d 0
-d 1
-d 2
 
This will verify each card can run at full speed independently.  I haven't used Cudaminer to do 3 cards at once, just two.  Maybe an issue with cudaminer?
 
You can run multiple copies of cudaminer - just copy the entire directory for each instance (I think there's a lock on each cudaminer.exe, that prevents it from running more than 1 copy of itself).  if doing this, set the cudaminer for each -d device.

-=[ MODSRIGS :: FOR-SALE :: HEAT :: EBAY :: EVGA AFFILIATE CODE - HUVCIK9P42 :: TING ]=-

Dell XPS 730X Modified H2C Hybrid TEC Chassis

:: Asrock Tachi X399, 2950x, 64 GB ECC @ 2667
:: 2x AMD VEGA 64 Reference
:: 3x 24" 120 Hz for 3D Vision Surround (6000x1080 @ 120 Hz)

Thinkpad P1 Gen1
:: Xeon E-2176M, 32 GB ECC @ 2667, 9 Hrs w/4K, tri-monitor 5760x1080

100% AMD and Linux household with 10 Gbps to laptop and desktops

#61
_Nite_
Insert Custom Title Here
  • Total Posts : 19175
  • Reward points : 0
  • Joined: 2007/04/18 15:35:04
  • Location: Sumner, Washington
  • Status: offline
  • Ribbons : 46
Re: A couple of Titans >1350+ khash/s 2014/03/07 13:12:41 (permalink)
TheWolf
There shouldn't be a 8, core count should be 0-7 as 0 counts as 1.
Cudaminer 2013-12-18, minerd pooler-cpuminer-2.3.2-win32
I use the x86 of cuda miner, not the x64 bit version.
I'm a little behind on these but haven't seen a real need to upgrade as of yet.
nothing special done with minerd settings, -o stratum+tcp://dogepolis.com:3333 -t 7 -O TheWolf.2:2
Try lowering -C 1 to -C0 that should take away some of the lag from over taxing the GPU for max khash.
You are also manually locking the clients to the cores threw task mgr. correct?
 
 


 
I meant to say 1 - 7 lol
 
I tried what you said and still no luck GPU hashrate still drops enough to make it not worth mining on the 2600K. I lose about 40 KH/s on the GPU's and gain back the 40KH/s on the CPU, so no advantage to run it.
 
and yes I had task manager set correctly
post edited by _Nite_ - 2014/03/07 13:55:47

Gaming Rig: AMD Ryzen 7 2700x @ 4.25Ghz - Asrock B450 Pro 4 - 16GB Crucial Ballistix DDR4 3000 - 240GB SSD (OS), 1TB ADATA SU800 SSD and 2TB ADATA SX8200 Pro M2 NVME (Games) - 8GB RTX 3070 XC3 Ultra - Sound Blaster Audigy 5 RX - EVGA Supernova 750w G2 - Antec 302 - 24" Asus VG248QE
 
#62
TheWolf
CLASSIFIED Member
  • Total Posts : 3800
  • Reward points : 0
  • Joined: 2007/11/14 16:05:23
  • Location: Moss Point, Ms
  • Status: offline
  • Ribbons : 9
Re: A couple of Titans >1350+ khash/s 2014/03/07 14:37:29 (permalink)
_Nite_
I meant to say 1 - 7 lol
 
I tried what you said and still no luck GPU hashrate still drops enough to make it not worth mining on the 2600K. I lose about 40 KH/s on the GPU's and gain back the 40KH/s on the CPU, so no advantage to run it.
 
and yes I had task manager set correctly


From the help file -H 0 sets each GPU to its own CPU core, so with more than one you will need to lock 1 CPU core for each GPU mining.
[quote]0 is now the default which assigns one static CPU core to each GPU.[/quote]

Usage: cudaminer [OPTIONS]
Options:
  -a, --algo=ALGO specify the algorithm to use
                          scrypt scrypt(1024, 1, 1) (default)
                          sha256d SHA-256d
  -o, --url=URL URL of mining server (default: http://127.0.0.1:9332/)
  -O, --userpass=U:P username:password pair for mining server
  -u, --user=USERNAME username for mining server
  -p, --pass=PASSWORD password for mining server
      --cert=FILE certificate for mining server using SSL
  -x, --proxy=[PROTOCOL://]HOST[:PORT] connect through a proxy
  -t, --threads=N number of miner threads (default: number of processors)
  -r, --retries=N number of times to retry if a network call fails
                          (default: retry indefinitely)
  -R, --retry-pause=N time to pause between retries, in seconds (default: 30)
  -T, --timeout=N network timeout, in seconds (default: 270)
  -s, --scantime=N upper bound on time spent scanning current work when
                          long polling is unavailable, in seconds (default: 5)
      --no-longpoll disable X-Long-Polling support
      --no-stratum disable X-Stratum support
  -q, --quiet disable per-thread hashmeter output
  -D, --debug enable debug output
  -P, --protocol-dump verbose dump of protocol-level activities
      --no-autotune disable auto-tuning of kernel launch parameters
  -d, --devices takes a comma separated list of CUDA devices to use.
                        This implies the -t option with the threads set to the
                        number of devices.
  -l, --launch-config gives the launch configuration for each kernel
                        in a comma separated list, one per device.
  -i, --interactive comma separated list of flags (0/1) specifying
                        which of the CUDA device you need to run at inter-
                        active frame rates (because it drives a display).
  -C, --texture-cache comma separated list of flags (0/1) specifying
                        which of the CUDA devices shall use the texture
                        cache for mining. Kepler devices will profit.
  -m, --single-memory comma separated list of flags (0/1) specifying
                        which of the CUDA devices shall allocate their
                        scrypt scratchbuffers in a single memory block.
  -H, --hash-parallel 1 to enable parallel SHA256 hashing on the CPU. May
                        use more CPU overall, but distributes hashing load
                        neatly across all CPU cores. 0 is now the default
                        which assigns one static CPU core to each GPU.
      --benchmark run in offline benchmark mode
  -c, --config=FILE load a JSON-format configuration file
  -V, --version display version information and exit
  -h, --help display this help text and exit

Usage: minerd [OPTIONS]
Options:
  -a, --algo=ALGO specify the algorithm to use
                          scrypt scrypt(1024, 1, 1) (default)
                          sha256d SHA-256d
  -o, --url=URL URL of mining server (default: http://127.0.0.1:9332/)
  -O, --userpass=U:P username:password pair for mining server
  -u, --user=USERNAME username for mining server
  -p, --pass=PASSWORD password for mining server
      --cert=FILE certificate for mining server using SSL
  -x, --proxy=[PROTOCOL://]HOST[:PORT] connect through a proxy
  -t, --threads=N number of miner threads (default: number of processors)
  -r, --retries=N number of times to retry if a network call fails
                          (default: retry indefinitely)
  -R, --retry-pause=N time to pause between retries, in seconds (default: 30)
  -T, --timeout=N network timeout, in seconds (default: 270)
  -s, --scantime=N upper bound on time spent scanning current work when
                          long polling is unavailable, in seconds (default: 5)
      --no-longpoll disable X-Long-Polling support
      --no-stratum disable X-Stratum support
  -q, --quiet disable per-thread hashmeter output
  -D, --debug enable debug output
  -P, --protocol-dump verbose dump of protocol-level activities
      --benchmark run in offline benchmark mode
  -c, --config=FILE load a JSON-format configuration file
  -V, --version display version information and exit
  -h, --help display this help text and exit

C:\pooler-cpuminer-2.3.2-win64>

post edited by TheWolf - 2014/03/07 14:44:26

EVGA Affiliate Code ZHKWRJB9D4 My HeatWare 
 
#63
_Nite_
Insert Custom Title Here
  • Total Posts : 19175
  • Reward points : 0
  • Joined: 2007/04/18 15:35:04
  • Location: Sumner, Washington
  • Status: offline
  • Ribbons : 46
Re: A couple of Titans >1350+ khash/s 2014/03/07 15:00:04 (permalink)
Yep I know it binded to CPU 0 and CPU 1, I did that in task manager as well for cudaminer, and set minerd to 2 - 7, I still had the GPU hashrate drop.
post edited by _Nite_ - 2014/03/07 15:01:17

Gaming Rig: AMD Ryzen 7 2700x @ 4.25Ghz - Asrock B450 Pro 4 - 16GB Crucial Ballistix DDR4 3000 - 240GB SSD (OS), 1TB ADATA SU800 SSD and 2TB ADATA SX8200 Pro M2 NVME (Games) - 8GB RTX 3070 XC3 Ultra - Sound Blaster Audigy 5 RX - EVGA Supernova 750w G2 - Antec 302 - 24" Asus VG248QE
 
#64
Importz2k1
iCX Member
  • Total Posts : 380
  • Reward points : 0
  • Joined: 2014/01/05 08:30:59
  • Location: New Cumberland, PA
  • Status: offline
  • Ribbons : 0
Re: A couple of Titans >1350+ khash/s 2014/03/07 15:01:07 (permalink)
I don't mean to hijack the thread, but I wanted to ask. I will be getting my second card soon, so instead of using this for a single card:
cgminer --scrypt -o stratum+tcp://stratum6.dogehouse.org:993 -u user.name. -p password -I 13 -g 2 --lookup-gap 2 --thread-concurrency 8192 --gpu-engine 1050 --gpu-memclock=1500
 
How would I set this config?
Would I just have to go 0,1 stratum+tcp?

 
http://www.heatware.com/eval.php?id=94752
Gaming Rig: 
GIGABYTE GA-990FXA-UD3/Phenom II X4 980 3.70/G.skill Ripjaws X Series 16gb DDR3 1600/EVGA GeForce GTX 780 Ti Superclocked/PC Power and Cooling Silencer Mk II 950W/COOLER MASTER Storm Trooper/2-Seagate Barracuda ST31000524AS 1TB/Creative Sound Blaster Fatal1ty Professional/Corsair Hydro H100i/NZXT Sentry-2 5.25" Touch Screen fan controller/Windows 7 Professional 64 bit/ASUS VG248QE Black 24
 
2 new builds and 1 major upgrade in the works.
  
#65
_Nite_
Insert Custom Title Here
  • Total Posts : 19175
  • Reward points : 0
  • Joined: 2007/04/18 15:35:04
  • Location: Sumner, Washington
  • Status: offline
  • Ribbons : 46
Re: A couple of Titans >1350+ khash/s 2014/03/07 15:03:22 (permalink)
Importz2k1
I don't mean to hijack the thread, but I wanted to ask. I will be getting my second card soon, so instead of using this for a single card:
cgminer --scrypt -o stratum+tcp://stratum6.dogehouse.org:993 -u user.name. -p password -I 13 -g 2 --lookup-gap 2 --thread-concurrency 8192 --gpu-engine 1050 --gpu-memclock=1500
 
How would I set this config?
Would I just have to go 0,1 stratum+tcp?




if its the same model / type of card for the second GPU all you have to do is double each one with a comma between them like this
 
cgminer --scrypt -o stratum+tcp://stratum6.dogehouse.org:993 -u user.name. -p password -I 13,13 -g 2,2 --lookup-gap 2,2 --thread-concurrency 8192,8192 --gpu-engine 1050,1050 --gpu-memclock 1500,1500
post edited by _Nite_ - 2014/03/07 15:09:03

Gaming Rig: AMD Ryzen 7 2700x @ 4.25Ghz - Asrock B450 Pro 4 - 16GB Crucial Ballistix DDR4 3000 - 240GB SSD (OS), 1TB ADATA SU800 SSD and 2TB ADATA SX8200 Pro M2 NVME (Games) - 8GB RTX 3070 XC3 Ultra - Sound Blaster Audigy 5 RX - EVGA Supernova 750w G2 - Antec 302 - 24" Asus VG248QE
 
#66
Importz2k1
iCX Member
  • Total Posts : 380
  • Reward points : 0
  • Joined: 2014/01/05 08:30:59
  • Location: New Cumberland, PA
  • Status: offline
  • Ribbons : 0
Re: A couple of Titans >1350+ khash/s 2014/03/07 15:08:49 (permalink)
_Nite_
Importz2k1
I don't mean to hijack the thread, but I wanted to ask. I will be getting my second card soon, so instead of using this for a single card:
cgminer --scrypt -o stratum+tcp://stratum6.dogehouse.org:993 -u user.name. -p password -I 13 -g 2 --lookup-gap 2 --thread-concurrency 8192 --gpu-engine 1050 --gpu-memclock=1500
 
How would I set this config?
Would I just have to go 0,1 stratum+tcp?




if its the same model / type of card for the second GPU all you have to do is double each one with a comma between them like this
 
cgminer --scrypt -o stratum+tcp://stratum6.dogehouse.org:993 -u user.name. -p password -I 13,13 -g 2,2 --lookup-gap 2,2 --thread-concurrency 8192,8192 --gpu-engine 1050,1050 --gpu-memclock=1500,1500


Yep, same identical make and model card. Thanks Nite!

 
http://www.heatware.com/eval.php?id=94752
Gaming Rig: 
GIGABYTE GA-990FXA-UD3/Phenom II X4 980 3.70/G.skill Ripjaws X Series 16gb DDR3 1600/EVGA GeForce GTX 780 Ti Superclocked/PC Power and Cooling Silencer Mk II 950W/COOLER MASTER Storm Trooper/2-Seagate Barracuda ST31000524AS 1TB/Creative Sound Blaster Fatal1ty Professional/Corsair Hydro H100i/NZXT Sentry-2 5.25" Touch Screen fan controller/Windows 7 Professional 64 bit/ASUS VG248QE Black 24
 
2 new builds and 1 major upgrade in the works.
  
#67
TheWolf
CLASSIFIED Member
  • Total Posts : 3800
  • Reward points : 0
  • Joined: 2007/11/14 16:05:23
  • Location: Moss Point, Ms
  • Status: offline
  • Ribbons : 9
Re: A couple of Titans >1350+ khash/s 2014/03/07 15:13:24 (permalink)
_Nite_
Yep I know it binded to CPU 0 and CPU 1, I did that in task manager as well for cudaminer, and set minerd to 2 - 7, I still had the GPU hashrate drop.


With my mixed cards 660/760 I don't use -H here's my config line for those: -d 0,1 -i 0,0 -C 0,0 -m 0 -l K35x6,K9x20
but I still lock cudaminer to CPU core 0 and minerd to the other CPU cores leaving CPU core 0 free there.
So with mixed cards the above seems to work better to get max khash.
Good luck and report back if that helps you as it may help others running mixed cards as well.
post edited by TheWolf - 2014/03/07 15:15:15

EVGA Affiliate Code ZHKWRJB9D4 My HeatWare 
 
#68
_Nite_
Insert Custom Title Here
  • Total Posts : 19175
  • Reward points : 0
  • Joined: 2007/04/18 15:35:04
  • Location: Sumner, Washington
  • Status: offline
  • Ribbons : 46
Re: A couple of Titans >1350+ khash/s 2014/03/07 15:28:38 (permalink)
No luck still, I've given up for now
 
I'm gonna replace the GTX 460 with a GTX 750 TI soon and I will try it again when that point comes, almost have enough to buy one.

Gaming Rig: AMD Ryzen 7 2700x @ 4.25Ghz - Asrock B450 Pro 4 - 16GB Crucial Ballistix DDR4 3000 - 240GB SSD (OS), 1TB ADATA SU800 SSD and 2TB ADATA SX8200 Pro M2 NVME (Games) - 8GB RTX 3070 XC3 Ultra - Sound Blaster Audigy 5 RX - EVGA Supernova 750w G2 - Antec 302 - 24" Asus VG248QE
 
#69
TheWolf
CLASSIFIED Member
  • Total Posts : 3800
  • Reward points : 0
  • Joined: 2007/11/14 16:05:23
  • Location: Moss Point, Ms
  • Status: offline
  • Ribbons : 9
Re: A couple of Titans >1350+ khash/s 2014/03/07 15:35:06 (permalink)
Wow something weird going on then as running minerd along with my GPU's doesn't cause any loss of khash to the GPU's.
If run nothing but the GPU's I get the same khash as I do when I run minerd along side them.

EVGA Affiliate Code ZHKWRJB9D4 My HeatWare 
 
#70
_Nite_
Insert Custom Title Here
  • Total Posts : 19175
  • Reward points : 0
  • Joined: 2007/04/18 15:35:04
  • Location: Sumner, Washington
  • Status: offline
  • Ribbons : 46
Re: A couple of Titans >1350+ khash/s 2014/03/07 15:37:30 (permalink)
Yea I can't explain it, works fine with my 2500K and R9 270 but not my 2600K and GTX 770/GTX 460, oh well

Gaming Rig: AMD Ryzen 7 2700x @ 4.25Ghz - Asrock B450 Pro 4 - 16GB Crucial Ballistix DDR4 3000 - 240GB SSD (OS), 1TB ADATA SU800 SSD and 2TB ADATA SX8200 Pro M2 NVME (Games) - 8GB RTX 3070 XC3 Ultra - Sound Blaster Audigy 5 RX - EVGA Supernova 750w G2 - Antec 302 - 24" Asus VG248QE
 
#71
Importz2k1
iCX Member
  • Total Posts : 380
  • Reward points : 0
  • Joined: 2014/01/05 08:30:59
  • Location: New Cumberland, PA
  • Status: offline
  • Ribbons : 0
Re: A couple of Titans >1350+ khash/s 2014/03/09 12:28:28 (permalink)
_Nite_
Importz2k1
I don't mean to hijack the thread, but I wanted to ask. I will be getting my second card soon, so instead of using this for a single card:
cgminer --scrypt -o stratum+tcp://stratum6.dogehouse.org:993 -u user.name. -p password -I 13 -g 2 --lookup-gap 2 --thread-concurrency 8192 --gpu-engine 1050 --gpu-memclock=1500
 
How would I set this config?
Would I just have to go 0,1 stratum+tcp?




if its the same model / type of card for the second GPU all you have to do is double each one with a comma between them like this
 
cgminer --scrypt -o stratum+tcp://stratum6.dogehouse.org:993 -u user.name. -p password -I 13,13 -g 2,2 --lookup-gap 2,2 --thread-concurrency 8192,8192 --gpu-engine 1050,1050 --gpu-memclock 1500,1500


So I finally got around to building my open air case http://www.ebay.com/itm/191059773574?_trksid=p2055119.m1438.l2649&ssPageName=STRK%3AMEBIDX%3AIT with an Asrock BTC board.
I have the R9-280X with the above settings and I want to use a XFX 6950 to get a little extra.
I started it up without changing the bat file (I was thinking I could create a new one for the 6950) but they both started mining with the settings for the 280X. How would I set up the file for different cards? One bat file, or two?
 
These are the settings for the 6950:  -I 15 -g 1 -w 256 -l 1 --thread-concurrency 6144
post edited by Importz2k1 - 2014/03/09 13:07:40

 
http://www.heatware.com/eval.php?id=94752
Gaming Rig: 
GIGABYTE GA-990FXA-UD3/Phenom II X4 980 3.70/G.skill Ripjaws X Series 16gb DDR3 1600/EVGA GeForce GTX 780 Ti Superclocked/PC Power and Cooling Silencer Mk II 950W/COOLER MASTER Storm Trooper/2-Seagate Barracuda ST31000524AS 1TB/Creative Sound Blaster Fatal1ty Professional/Corsair Hydro H100i/NZXT Sentry-2 5.25" Touch Screen fan controller/Windows 7 Professional 64 bit/ASUS VG248QE Black 24
 
2 new builds and 1 major upgrade in the works.
  
#72
Importz2k1
iCX Member
  • Total Posts : 380
  • Reward points : 0
  • Joined: 2014/01/05 08:30:59
  • Location: New Cumberland, PA
  • Status: offline
  • Ribbons : 0
Re: A couple of Titans >1350+ khash/s 2014/03/09 15:18:24 (permalink)
Anyone?

 
http://www.heatware.com/eval.php?id=94752
Gaming Rig: 
GIGABYTE GA-990FXA-UD3/Phenom II X4 980 3.70/G.skill Ripjaws X Series 16gb DDR3 1600/EVGA GeForce GTX 780 Ti Superclocked/PC Power and Cooling Silencer Mk II 950W/COOLER MASTER Storm Trooper/2-Seagate Barracuda ST31000524AS 1TB/Creative Sound Blaster Fatal1ty Professional/Corsair Hydro H100i/NZXT Sentry-2 5.25" Touch Screen fan controller/Windows 7 Professional 64 bit/ASUS VG248QE Black 24
 
2 new builds and 1 major upgrade in the works.
  
#73
_Nite_
Insert Custom Title Here
  • Total Posts : 19175
  • Reward points : 0
  • Joined: 2007/04/18 15:35:04
  • Location: Sumner, Washington
  • Status: offline
  • Ribbons : 46
Re: A couple of Titans >1350+ khash/s 2014/03/09 15:29:18 (permalink)
its probably best to setup the 6950 on a seperate batch file yea, I seen others here have issues with mixed AMD cards.
 
Cudaminer with mixed nvidia cards doesn't seem to be a problem.
post edited by _Nite_ - 2014/03/09 15:30:55

Gaming Rig: AMD Ryzen 7 2700x @ 4.25Ghz - Asrock B450 Pro 4 - 16GB Crucial Ballistix DDR4 3000 - 240GB SSD (OS), 1TB ADATA SU800 SSD and 2TB ADATA SX8200 Pro M2 NVME (Games) - 8GB RTX 3070 XC3 Ultra - Sound Blaster Audigy 5 RX - EVGA Supernova 750w G2 - Antec 302 - 24" Asus VG248QE
 
#74
Importz2k1
iCX Member
  • Total Posts : 380
  • Reward points : 0
  • Joined: 2014/01/05 08:30:59
  • Location: New Cumberland, PA
  • Status: offline
  • Ribbons : 0
Re: A couple of Titans >1350+ khash/s 2014/03/09 15:41:15 (permalink)
But how do I do that Nite if both cards are running from the 280X bat file? As soon as I start it they both run.
I haven't gotten any HW errors yet and rejects are about 1% but I'm only getting 181 kh/s out of the 6950 when it should be at least 400 kh/s.
 
Edit: Made a new bat file with a new worker and the same thing happens, as soon as I start one bat file, they both run.
post edited by Importz2k1 - 2014/03/09 15:58:11

 
http://www.heatware.com/eval.php?id=94752
Gaming Rig: 
GIGABYTE GA-990FXA-UD3/Phenom II X4 980 3.70/G.skill Ripjaws X Series 16gb DDR3 1600/EVGA GeForce GTX 780 Ti Superclocked/PC Power and Cooling Silencer Mk II 950W/COOLER MASTER Storm Trooper/2-Seagate Barracuda ST31000524AS 1TB/Creative Sound Blaster Fatal1ty Professional/Corsair Hydro H100i/NZXT Sentry-2 5.25" Touch Screen fan controller/Windows 7 Professional 64 bit/ASUS VG248QE Black 24
 
2 new builds and 1 major upgrade in the works.
  
#75
_Nite_
Insert Custom Title Here
  • Total Posts : 19175
  • Reward points : 0
  • Joined: 2007/04/18 15:35:04
  • Location: Sumner, Washington
  • Status: offline
  • Ribbons : 46
Re: A couple of Titans >1350+ khash/s 2014/03/09 16:05:57 (permalink)
did you set the 6950 as Device 2? and 280x's as device 0 and 1?

Gaming Rig: AMD Ryzen 7 2700x @ 4.25Ghz - Asrock B450 Pro 4 - 16GB Crucial Ballistix DDR4 3000 - 240GB SSD (OS), 1TB ADATA SU800 SSD and 2TB ADATA SX8200 Pro M2 NVME (Games) - 8GB RTX 3070 XC3 Ultra - Sound Blaster Audigy 5 RX - EVGA Supernova 750w G2 - Antec 302 - 24" Asus VG248QE
 
#76
Importz2k1
iCX Member
  • Total Posts : 380
  • Reward points : 0
  • Joined: 2014/01/05 08:30:59
  • Location: New Cumberland, PA
  • Status: offline
  • Ribbons : 0
Re: A couple of Titans >1350+ khash/s 2014/03/09 16:15:23 (permalink)
No, I don't know how to do that yet. 

 
http://www.heatware.com/eval.php?id=94752
Gaming Rig: 
GIGABYTE GA-990FXA-UD3/Phenom II X4 980 3.70/G.skill Ripjaws X Series 16gb DDR3 1600/EVGA GeForce GTX 780 Ti Superclocked/PC Power and Cooling Silencer Mk II 950W/COOLER MASTER Storm Trooper/2-Seagate Barracuda ST31000524AS 1TB/Creative Sound Blaster Fatal1ty Professional/Corsair Hydro H100i/NZXT Sentry-2 5.25" Touch Screen fan controller/Windows 7 Professional 64 bit/ASUS VG248QE Black 24
 
2 new builds and 1 major upgrade in the works.
  
#77
_Nite_
Insert Custom Title Here
  • Total Posts : 19175
  • Reward points : 0
  • Joined: 2007/04/18 15:35:04
  • Location: Sumner, Washington
  • Status: offline
  • Ribbons : 46
Re: A couple of Titans >1350+ khash/s 2014/03/09 16:18:34 (permalink)
Importz2k1
No, I don't know how to do that yet. 




use the -d command, 0 and 1 for the 280x and 2 for the 6950

Gaming Rig: AMD Ryzen 7 2700x @ 4.25Ghz - Asrock B450 Pro 4 - 16GB Crucial Ballistix DDR4 3000 - 240GB SSD (OS), 1TB ADATA SU800 SSD and 2TB ADATA SX8200 Pro M2 NVME (Games) - 8GB RTX 3070 XC3 Ultra - Sound Blaster Audigy 5 RX - EVGA Supernova 750w G2 - Antec 302 - 24" Asus VG248QE
 
#78
Importz2k1
iCX Member
  • Total Posts : 380
  • Reward points : 0
  • Joined: 2014/01/05 08:30:59
  • Location: New Cumberland, PA
  • Status: offline
  • Ribbons : 0
Re: A couple of Titans >1350+ khash/s 2014/03/09 16:22:20 (permalink)
Like this? 
cgminer --scrypt -o stratum+tcp://stratum6.dogehouse.org:993 -u user.name. -p password -d command,0,1  -I 13,13 -g 2,2 --lookup-gap 2,2 --thread-concurrency 8192,8192 --gpu-engine 1050,1050 --gpu-memclock 1500,1500
 

 
http://www.heatware.com/eval.php?id=94752
Gaming Rig: 
GIGABYTE GA-990FXA-UD3/Phenom II X4 980 3.70/G.skill Ripjaws X Series 16gb DDR3 1600/EVGA GeForce GTX 780 Ti Superclocked/PC Power and Cooling Silencer Mk II 950W/COOLER MASTER Storm Trooper/2-Seagate Barracuda ST31000524AS 1TB/Creative Sound Blaster Fatal1ty Professional/Corsair Hydro H100i/NZXT Sentry-2 5.25" Touch Screen fan controller/Windows 7 Professional 64 bit/ASUS VG248QE Black 24
 
2 new builds and 1 major upgrade in the works.
  
#79
_Nite_
Insert Custom Title Here
  • Total Posts : 19175
  • Reward points : 0
  • Joined: 2007/04/18 15:35:04
  • Location: Sumner, Washington
  • Status: offline
  • Ribbons : 46
Re: A couple of Titans >1350+ khash/s 2014/03/09 16:38:11 (permalink)
Importz2k1
Like this? 
cgminer --scrypt -o stratum+tcp://stratum6.dogehouse.org:993 -u user.name. -p password -d command,0,1  -I 13,13 -g 2,2 --lookup-gap 2,2 --thread-concurrency 8192,8192 --gpu-engine 1050,1050 --gpu-memclock 1500,1500
 




lol no, command isn't needed just the -d
 
cgminer --scrypt -o stratum+tcp://stratum6.dogehouse.org:993 -u user.name. -p password -d 0,1  -I 13,13 -g 2,2 --lookup-gap 2,2 --thread-concurrency 8192,8192 --gpu-engine 1050,1050 --gpu-memclock 1500,1500
 
and then when you setup the batch file for the 6950 make it -d 2

Gaming Rig: AMD Ryzen 7 2700x @ 4.25Ghz - Asrock B450 Pro 4 - 16GB Crucial Ballistix DDR4 3000 - 240GB SSD (OS), 1TB ADATA SU800 SSD and 2TB ADATA SX8200 Pro M2 NVME (Games) - 8GB RTX 3070 XC3 Ultra - Sound Blaster Audigy 5 RX - EVGA Supernova 750w G2 - Antec 302 - 24" Asus VG248QE
 
#80
Importz2k1
iCX Member
  • Total Posts : 380
  • Reward points : 0
  • Joined: 2014/01/05 08:30:59
  • Location: New Cumberland, PA
  • Status: offline
  • Ribbons : 0
Re: A couple of Titans >1350+ khash/s 2014/03/09 16:52:38 (permalink)
Told ya I didn't know how! lol 
 
Thanks Nite! 

 
http://www.heatware.com/eval.php?id=94752
Gaming Rig: 
GIGABYTE GA-990FXA-UD3/Phenom II X4 980 3.70/G.skill Ripjaws X Series 16gb DDR3 1600/EVGA GeForce GTX 780 Ti Superclocked/PC Power and Cooling Silencer Mk II 950W/COOLER MASTER Storm Trooper/2-Seagate Barracuda ST31000524AS 1TB/Creative Sound Blaster Fatal1ty Professional/Corsair Hydro H100i/NZXT Sentry-2 5.25" Touch Screen fan controller/Windows 7 Professional 64 bit/ASUS VG248QE Black 24
 
2 new builds and 1 major upgrade in the works.
  
#81
eduncan911
SSC Member
  • Total Posts : 805
  • Reward points : 0
  • Joined: 2010/11/26 10:31:52
  • Status: offline
  • Ribbons : 8
Re: A couple of Titans >1350+ khash/s 2014/03/09 18:07:57 (permalink)
It may be easier to start a new thread when asking about cgminer (just put that in the title).  THis, coming from the original poster (me).  
 
If you don't specify a "per device" configuration, cgminer will use the same settings for all AMD cards it detects (I run several mining rigs).  For example, I have 2 mining rigs with all 280x cards (well, one rig has 2x 7970s and 2x 280x - which are the same).  With my cgminers for them, I set them to a single 1100 engine and 1500 memory and they all run.
 
I have a free R7 240 as well that I run.  For that one, I had to set cgminer up with 5 different configurations since I have 5 GPUs in that rig.  The first 4 are all the same, whereas the last 5th one is different.
 
 

-=[ MODSRIGS :: FOR-SALE :: HEAT :: EBAY :: EVGA AFFILIATE CODE - HUVCIK9P42 :: TING ]=-

Dell XPS 730X Modified H2C Hybrid TEC Chassis

:: Asrock Tachi X399, 2950x, 64 GB ECC @ 2667
:: 2x AMD VEGA 64 Reference
:: 3x 24" 120 Hz for 3D Vision Surround (6000x1080 @ 120 Hz)

Thinkpad P1 Gen1
:: Xeon E-2176M, 32 GB ECC @ 2667, 9 Hrs w/4K, tri-monitor 5760x1080

100% AMD and Linux household with 10 Gbps to laptop and desktops

#82
Bionikchest
New Member
  • Total Posts : 1
  • Reward points : 0
  • Joined: 2014/03/12 19:47:45
  • Status: offline
  • Ribbons : 0
Re: A couple of Titans >1350+ khash/s 2014/03/12 21:29:13 (permalink)
Hey guys,
 
I have an original Gigabyte Titan GTX card and have been following this thread to learn how to tweak my cudaminer config settings in order to increase my hashrate.  So far, I am averaging about 550 kh/s with standard settings on my Titan. 
 
Today I downloaded Evga Precision X to try and overclock my card, but it seems that when I increase the GPU Clock Offset, it never actually increases the speed.  Would someone be so kind as to give me a hand overclocking my card so I may hit the 600 kh/s mark?
 
Here is a screenshot of Cudaminer and my settings in EVGA Precision X for my Titan GTX Card.
 

 
Any help would me much appreciated! 
 
Thanks
post edited by Bionikchest - 2014/03/12 21:33:14

Attached Image(s)

#83
eduncan911
SSC Member
  • Total Posts : 805
  • Reward points : 0
  • Joined: 2010/11/26 10:31:52
  • Status: offline
  • Ribbons : 8
Re: A couple of Titans >1350+ khash/s 2014/03/12 23:00:02 (permalink)
Bionikchest
Hey guys,
 
I have an original Gigabyte Titan GTX card and have been following this thread to learn how to tweak my cudaminer config settings in order to increase my hashrate.  So far, I am averaging about 550 kh/s with standard settings on my Titan. 
 
Today I downloaded Evga Precision X to try and overclock my card, but it seems that when I increase the GPU Clock Offset, it never actually increases the speed.  Would someone be so kind as to give me a hand overclocking my card so I may hit the 600 kh/s mark?
 
Here is a screenshot of Cudaminer and my settings in EVGA Precision X for my Titan GTX Card.
 

 
Any help would me much appreciated! 
 
Thanks




First and foremost when mining on any NVIDIA, especially the Titan, you have to monitor it closely.
 
Open your Performance Log and scroll down to the Limits.  Study these carefully as they will quickly tell you the limits you are hitting.  Most likely you are hitting the Power Target limit immediately as mining pushes the GPU far harder than any game.  It's sad that hte TItan only comes with a 106% cap - this is why I flashed Skyn3t's custom BIOS on both of my Titans.  Not only did he increase the TDP scale from 300 to 375W (meaning, 100% Power = 300W on original BIOS, but now 100% Power = 375W on Skyn3t's BIOS), but he also increased the max power target to 200% - freeing the Titan from its shackles.
 
Next comes undervolting.  This is key to keep the temps, and power, in check.  You can even undervolt the stock BIOS a good bit and keep the power target in check.  Though I never tried.
 
All the details are here in my posts of when I was hitting 740khash, but talk about using the Fan speed to control the hash rates under Temp Limiting - as Temp Limiting will force the Titan to underclock even more.
 
 
Another thing: I'm going to suggest dumping PrecisionX and going with MSI Afterburner Beta because Afterburner will apply Voltage changes when setting up Profiles - EVGA's Precision does not remember voltages in profile settings.  That 1 difference is why I use MSI Afterburner.
 
 
 
post edited by eduncan911 - 2014/03/12 23:01:44

-=[ MODSRIGS :: FOR-SALE :: HEAT :: EBAY :: EVGA AFFILIATE CODE - HUVCIK9P42 :: TING ]=-

Dell XPS 730X Modified H2C Hybrid TEC Chassis

:: Asrock Tachi X399, 2950x, 64 GB ECC @ 2667
:: 2x AMD VEGA 64 Reference
:: 3x 24" 120 Hz for 3D Vision Surround (6000x1080 @ 120 Hz)

Thinkpad P1 Gen1
:: Xeon E-2176M, 32 GB ECC @ 2667, 9 Hrs w/4K, tri-monitor 5760x1080

100% AMD and Linux household with 10 Gbps to laptop and desktops

#84
Page: < 123 Showing page 3 of 3
Jump to:
  • Back to Mobile