Bitcoin Forum
April 25, 2024, 05:33:58 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 »
  Print  
Author Topic: Consolidated Litecoin Mining Guide for 5xxx, 6xxx, and 7xxx GPUs  (Read 624153 times)
onaboat
Newbie
*
Offline Offline

Activity: 23
Merit: 10


View Profile WWW
December 20, 2013, 05:42:51 AM
 #801

5970 won't show the specific GPU stats in CG miner 3.7.2 on my win8 machine, just a black screen. Only can see summary stats if I do a '-T' command in the batch file, but this is a pain as I can't optimize very easily. Anyone else run into this issue and how were you able to resolve?

Thanks Smiley

Ron Paul Coin - rare and valuable! | Website (http://www.RonPaulCoin.com) | Twitter (http://www.twitter.com/RPCoin) |  I can take donations at RNuCmSAygdPAXeUmy6ty3WCiNbU27toXyw| RPC Forum (http://ronpaulcoin.cryptotycoons.com/RPCForum/)
1714066438
Hero Member
*
Offline Offline

Posts: 1714066438

View Profile Personal Message (Offline)

Ignore
1714066438
Reply with quote  #2

1714066438
Report to moderator
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714066438
Hero Member
*
Offline Offline

Posts: 1714066438

View Profile Personal Message (Offline)

Ignore
1714066438
Reply with quote  #2

1714066438
Report to moderator
1714066438
Hero Member
*
Offline Offline

Posts: 1714066438

View Profile Personal Message (Offline)

Ignore
1714066438
Reply with quote  #2

1714066438
Report to moderator
frank754
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
December 24, 2013, 06:57:56 PM
 #802

I just built a new rig yesterday with a single R9 280X on Ubuntu Saucy (13.10) - bgfminer didn't do the trick, so I installed cgminer 3.7.2 (the "built" version)  into my home folder and with the help of all the posts above I put together a script. If you see anything to improve on, let me know, but it keeps hashing just above 700KHs and now about 17 hours later without a restart, it's still going +/- 660KHs. And the GPU temp stays under 75 C.
Of course I also installed fglrx for Ubuntu and did the initialization, reboots, etc.-- It does include the amdcccle app now.
Wanted to share the results:

export GPU_MAX_ALLOC_PERCENT=100

./cgminer --scrypt --url=stratum+tcp://MYCHOSENPOOL.com:3333 --userpass=WORKER.1:x --url=stratum+tcp://MYCHOSENPOOL.com:3333 --userpass=WORKER.1:x --failover-only --shaders=2048 --intensity=10 --thread-concurrency 8192 --auto-fan --vectors=1 --worksize=256 --lookup-gap=2 --temp-target=75 -I 13 -g 2 -w 256 --gpu-powertune 20 --gpu-memclock=1500

I don't want to go any hotter than 75, so I guess this is the best to expect, and I'm happy so far.
 
frank754
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
December 25, 2013, 07:45:24 PM
 #803

Regarding the above post, all is working well, but after 2 days, now I'm only averaging in the upper 500KHs range. The GPU stays at 72-75 C, and upon a restart in the console, it goes back to the same range, not higher as originally. What would be the best thing to tweak without making it hotter? For example, thread concurrency > 8192?
ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
December 25, 2013, 08:57:31 PM
 #804

Regarding the above post, all is working well, but after 2 days, now I'm only averaging in the upper 500KHs range. The GPU stays at 72-75 C, and upon a restart in the console, it goes back to the same range, not higher as originally. What would be the best thing to tweak without making it hotter? For example, thread concurrency > 8192?

Try this conf:

"intensity" : "13, 13",
"worksize" : "256, 256",
"kernel" : "scrypt",
"lookup-gap" : "2,2",
"thread-concurrency" : "22336,22336",
"shaders" : "2048,2048",
"gpu-fan" : "30-90,30-90",
"gpu-engine" : "1070,1070",
"gpu-memclock" : "1500,1500",
"gpu-memdiff" : "0,0",
"gpu-powertune" : "20,20",
"temp-cutoff" : "86,86",
"temp-overheat" : "78,78",
"temp-target" : "70,70",
"api-listen" : true,
"api-port" : "4028",
"auto-fan" : true,
"auto-gpu" : false,
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-threads" : "2",
onaboat
Newbie
*
Offline Offline

Activity: 23
Merit: 10


View Profile WWW
December 26, 2013, 04:50:47 AM
 #805

why only intensity 13? Should be able to increase that and subsequently your k/hs. I'd go with at least 16 (after your GPU/TC settings are dialed)

Ron Paul Coin - rare and valuable! | Website (http://www.RonPaulCoin.com) | Twitter (http://www.twitter.com/RPCoin) |  I can take donations at RNuCmSAygdPAXeUmy6ty3WCiNbU27toXyw| RPC Forum (http://ronpaulcoin.cryptotycoons.com/RPCForum/)
ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
December 27, 2013, 12:32:23 AM
 #806

why only intensity 13? Should be able to increase that and subsequently your k/hs. I'd go with at least 16 (after your GPU/TC settings are dialed)

Because it's a 280X (or a 7970 rebrand with a better bios and ram), they like i 13 and g 2 dude. :p
onaboat
Newbie
*
Offline Offline

Activity: 23
Merit: 10


View Profile WWW
December 27, 2013, 02:55:21 AM
 #807

Touche'. I read 290. Need...more...sleep.

In all seriousness, anyone have any idea on how to get the individual GPUs to read out in CGMiner on a 5970? (per my above post) This has me baffled. Its hashing well now (~750 total) but when I toss in a 6xxx this weekend i'm sure optimizing is going to be a bee-hatch.

Ron Paul Coin - rare and valuable! | Website (http://www.RonPaulCoin.com) | Twitter (http://www.twitter.com/RPCoin) |  I can take donations at RNuCmSAygdPAXeUmy6ty3WCiNbU27toXyw| RPC Forum (http://ronpaulcoin.cryptotycoons.com/RPCForum/)
ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
December 27, 2013, 09:36:45 PM
 #808

Touche'. I read 290. Need...more...sleep.

In all seriousness, anyone have any idea on how to get the individual GPUs to read out in CGMiner on a 5970? (per my above post) This has me baffled. Its hashing well now (~750 total) but when I toss in a 6xxx this weekend i'm sure optimizing is going to be a bee-hatch.

Just use a conf file, and use commas...you can figure it out easily that way.
onaboat
Newbie
*
Offline Offline

Activity: 23
Merit: 10


View Profile WWW
December 28, 2013, 01:03:30 AM
 #809

Conf file I made isn't doing any better.....any suggestions? Honestly have never used the conf file before, just batch file.


(this is for testing out a solo 5970)

{
"pools" : [
   {
      "url" : "http://stratum.SWEETPOOL.ORG:3333",
      "user" : "USER.WORKER",
      "pass" : "WORKERPASS"
   }
]
,
"intensity" : "11,11",
"thread-concurrency" : "8192,8192",
"vectors" : "1,1",
"worksize" : "256,256",
"kernel" : "scrypt,scrypt",
"gpu-fan" : "0-75,0-75",
"gpu-vddc" : "1.088,1.088",
"gpu-engine" : "0-820,0-820",
"gpu-memclock" : "1100,1100",
"gpu-memdiff" : "0,0",
"gpu-powertune" : "0,0",
"temp-cutoff" : "80,80",
"temp-overheat" : "90,90",
"temp-target" : "70,70",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-threads" : "1",
"log" : "5",
"queue" : "1",
"retry-pause" : "5",
"scan-time" : "60",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"api-listen" : true,
"api-network" : true,
"api-port" : "4028",
"kernel-path" : "/usr/local/bin"
}



Ron Paul Coin - rare and valuable! | Website (http://www.RonPaulCoin.com) | Twitter (http://www.twitter.com/RPCoin) |  I can take donations at RNuCmSAygdPAXeUmy6ty3WCiNbU27toXyw| RPC Forum (http://ronpaulcoin.cryptotycoons.com/RPCForum/)
Gasai Yuno
Full Member
***
Offline Offline

Activity: 154
Merit: 100

Yukki Yukki Yukki!


View Profile
December 28, 2013, 02:28:17 PM
 #810

5970 won't show the specific GPU stats in CG miner 3.7.2 on my win8 machine, just a black screen. Only can see summary stats if I do a '-T' command in the batch file, but this is a pain as I can't optimize very easily. Anyone else run into this issue and how were you able to resolve?

Thanks Smiley

same here. i couldnt find a way...

i m using -T to see details. it only for 5970s
onaboat
Newbie
*
Offline Offline

Activity: 23
Merit: 10


View Profile WWW
December 28, 2013, 06:07:32 PM
 #811

5970 won't show the specific GPU stats in CG miner 3.7.2 on my win8 machine, just a black screen. Only can see summary stats if I do a '-T' command in the batch file, but this is a pain as I can't optimize very easily. Anyone else run into this issue and how were you able to resolve?

Thanks Smiley

same here. i couldnt find a way...

i m using -T to see details. it only for 5970s

Thankfully I'm not the only one.....although it sucks that you are dealing with this too. Out of curiosity, what drivers/SDK and OS are you using? I'm on win8.1 32bit, 13.11 v9.5 beta driver, and latest (2.9? sdk). At the end of the day I think it may be a driver issue but when I tried installing some 12.x drivers my system started going bezerk.

Ron Paul Coin - rare and valuable! | Website (http://www.RonPaulCoin.com) | Twitter (http://www.twitter.com/RPCoin) |  I can take donations at RNuCmSAygdPAXeUmy6ty3WCiNbU27toXyw| RPC Forum (http://ronpaulcoin.cryptotycoons.com/RPCForum/)
Gasai Yuno
Full Member
***
Offline Offline

Activity: 154
Merit: 100

Yukki Yukki Yukki!


View Profile
December 28, 2013, 06:45:09 PM
 #812

5970 won't show the specific GPU stats in CG miner 3.7.2 on my win8 machine, just a black screen. Only can see summary stats if I do a '-T' command in the batch file, but this is a pain as I can't optimize very easily. Anyone else run into this issue and how were you able to resolve?

Thanks Smiley

same here. i couldnt find a way...

i m using -T to see details. it only for 5970s

Thankfully I'm not the only one.....although it sucks that you are dealing with this too. Out of curiosity, what drivers/SDK and OS are you using? I'm on win8.1 32bit, 13.11 v9.5 beta driver, and latest (2.9? sdk). At the end of the day I think it may be a driver issue but when I tried installing some 12.x drivers my system started going bezerk.

windows 7 64bit home premium

app sdk 2.9
ati cata. 13.9

actually it is running stable. just should work with -T

-I 18 --thread-concurrency 8000 -g 1 -w 256 -T



i have an other rig with 5x 7950s and it runs smooth. no need to add -T

as i said its fully about 5970s. i dont think its about drivers. because i tried many different drivers.

only that drivers worked stable for me.
onaboat
Newbie
*
Offline Offline

Activity: 23
Merit: 10


View Profile WWW
December 28, 2013, 08:25:41 PM
 #813

what is your card setup to get 1422k/hs? Two 5970s?

Yes mine is running stable too. One 5970 and one 5850 yielding ~1,125 khs. My 5970 seems to like a little OC'ing (gpu 835/mem 1100), likes 8192 TC, and also i'm not sure whether it likes 17 or 18 intensity better. 17 = more stable but 18 may get a little more hash? more volatile tho.

My only concern will be when i get a 6xxx plugged in i'm sure things will go haywire. Will have to do a -d X command to work on the 6xxx card solo, then do a gpu-fan command when running them all in tandem to identify who is who, then hopefully my batch file will make it work. Because I have no idea how to run a successful .conf file like ivan mentioned.

Ron Paul Coin - rare and valuable! | Website (http://www.RonPaulCoin.com) | Twitter (http://www.twitter.com/RPCoin) |  I can take donations at RNuCmSAygdPAXeUmy6ty3WCiNbU27toXyw| RPC Forum (http://ronpaulcoin.cryptotycoons.com/RPCForum/)
Gasai Yuno
Full Member
***
Offline Offline

Activity: 154
Merit: 100

Yukki Yukki Yukki!


View Profile
December 28, 2013, 09:41:42 PM
 #814

what is your card setup to get 1422k/hs? Two 5970s?

Yes mine is running stable too. One 5970 and one 5850 yielding ~1,125 khs. My 5970 seems to like a little OC'ing (gpu 835/mem 1100), likes 8192 TC, and also i'm not sure whether it likes 17 or 18 intensity better. 17 = more stable but 18 may get a little more hash? more volatile tho.

My only concern will be when i get a 6xxx plugged in i'm sure things will go haywire. Will have to do a -d X command to work on the 6xxx card solo, then do a gpu-fan command when running them all in tandem to identify who is who, then hopefully my batch file will make it work. Because I have no idea how to run a successful .conf file like ivan mentioned.

yes im running two of 5970. actually i can get about 1520khs but it is risky. and crashing too often.

1422khs running stable and no crash anymore about a day. hope it wont.

actually i got headaches to make this rig stable. got many errors, many crashes, cards was closer to be burned.

im noob and running this shits made me stress. but with researching threads, getting help from experienced users. it s now okey.

i also started to use cgwatcher it has some options about restarting cgminer if a gpu crashes. dead or sick gpu it also restart cgminer. so when u r sleeping or at outside it can help.

also it has some features about temp. protect. if your card gets 85+ temp. its auto lowering -I

etc etc etc.

i got many crashes with high oc'ing so i lowered core clock and memory clock. I also advice u to not make much OC.
frank754
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
December 29, 2013, 01:45:24 AM
 #815

Thanks to you all for the input, especially Ivanlabrie, I finally got it to work best with this, after doing extensive research:

./cgminer --scrypt --url=stratum+tcp://xxxxpool.com:3333 --userpass=xxxx:x -I 13 -g 2 -w 256 --lookup-gap=2 --temp-target=75 --auto-fan --no-submit-stale --gpu-engine=1070 --gpu-memclock=1800 --gpu-powertune=20

Some of the other parameters are redundant, even thread-concurrency & shaders, but I got it to mine steady (the R9 280X / 7970). They say every rig is slightly different so you have to play around.
It now mines Litecoins at a steady ~650 KHs rate.

What I didn't mention was that when trying also mining BTC on an external Block Erupter (mining_proxy.py), and even though it's external, the console and system memory takes a hit from that and dropped my LTC mining down quite a bit to under 500 again. Then I tried using the -q (quiet) option on the  mining_proxy (which quiets but doesn't eliminate all output), so now I'm back to the 610+ range.

I only have 4 gig memory installed on that box right now, but will have 8 Gb soon, so hopefully that will improve things.




 
frank754
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
December 29, 2013, 02:58:04 AM
 #816

I have an old "mini" box with a wi-fi card, and I built it to run Apple OSX about 5 years ago. It only has a single CPU without a fan (about 1.0 Ghz), but do you think if I installed Ubuntu on it I could run my BTC cube miner off of it and free up my Litecoin box? I think you can run mining_proxy and it won't even mess up your meager video card and such, on an old box like that. It would just be the terminal window running.
merred
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
December 29, 2013, 03:03:19 AM
 #817

5970 users add --compact

DONATIONS WELCOME

Gasai Yuno
Full Member
***
Offline Offline

Activity: 154
Merit: 100

Yukki Yukki Yukki!


View Profile
December 29, 2013, 08:57:41 AM
 #818

5970 users add --compact

DONATIONS WELCOME



can you please explain, its helping for what? so surely we can add.
BobNash
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
January 11, 2014, 01:15:13 PM
 #819

5970 users add --compact

DONATIONS WELCOME



can you please explain, its helping for what? so surely we can add.

when u start cgminer without -T or --compact => u see only "black screen" with 5970 cards
-T gives u lined text results
--compact give u compact Smiley view == no detailed info / cards(cores), just 1 line for overall stats => but u can change settings by builtin commands! etc

bit_user
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
January 14, 2014, 02:12:29 AM
 #820

Hello, i am mining with Asus r9 280x & Saphire HD6950 with cgminer 3.72 i know that this cards have different g so far i managed to get 1.037Mh/s when i run both of them with this cofig:
 
 
 
Quote

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer.exe --scrypt -u XXXXX -p XXXXX -o stratum+tcp://global.wemineltc.com:3335  -I 19,13 -g 1 -l 1 -w 256 -v 1 --thread-concurrency 7104,11200 --auto-fan --auto-gpu --gpu-engine 700-935,1080 --gpu-memclock 1300,1500 --gpu-vddc 1.10,1.10

Radeon HD6950 gives me 460~470Kh/s  with 70~75c temperature - i am happy with this
 
Asus r9 280x gives me 560~570Kh/s with 70~75c temperature - i think it's to low, because when i run only Asus it gives me ~750Kh/s with this config:
Quote

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer.exe --scrypt -u XXXXX -p XXXXX -o stratum+tcp://global.wemineltc.com:3335 -d 1 --lookup-gap 2 --thread-concurrency 11200 -g 2 -I 13 -w 256 --auto-fan --gpu-fan 30-75 --temp-cutoff 90 --temp-overheat 85 --temp-target 72 --gpu-memclock 1500 --gpu-engine 1080 --gpu-powertune -20 --expiry 1 --scan-time 1 --queue 0 --no-submit-stale

Please advise how to encrease my hash rates by minining with this two cards.
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 »
  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!