Bitcoin Forum
June 21, 2024, 07:56:14 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 »  All
  Print  
Author Topic: 7970 Question :D  (Read 1974 times)
Jude Austin
Legendary
*
Offline Offline

Activity: 1140
Merit: 1000


The Real Jude Austin


View Profile WWW
April 23, 2013, 10:08:59 PM
 #21

You probably need to restart the machine you are on.

Also check to make sure you don't have a cgminer.conf file in your cgminer directory.

Did you set the proper shader count for your card?

Intensity 13
memory clock at 1500
Engine clock at 1100
Powertune 0%
ACtivitiy 61%

pushing 580kh/s

What's wrong here that im only using 61% and how can i make it push more?

Now you need to start overclocking with the ratio.

Press G > C > E and enter 1150

then

Press G > C > M and enter 1575

Let it sit for a few, if your hash rate is bouncing around, adjust engine speed in 1mhz increments until it goes steady again.

Then post results.

Buy or sell $100 of Crypto and get $10!
previse (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 23, 2013, 10:12:56 PM
 #22

With 1150/1575 clocks i'm steady at 602 Kh/s - My working config is --scrypt -- shaders 2048 --intensity 13 --worksize 128 -g 2

I still think it should be higher; no?
Jude Austin
Legendary
*
Offline Offline

Activity: 1140
Merit: 1000


The Real Jude Austin


View Profile WWW
April 23, 2013, 10:23:02 PM
 #23

With 1150/1575 clocks i'm steady at 602 Kh/s - My working config is --scrypt -- shaders 2048 --intensity 13 --worksize 128 -g 2

I still think it should be higher; no?

You can keep going.

Go to 1175/1600.

Eventually it will crash.

Buy or sell $100 of Crypto and get $10!
Jude Austin
Legendary
*
Offline Offline

Activity: 1140
Merit: 1000


The Real Jude Austin


View Profile WWW
April 23, 2013, 10:26:54 PM
 #24

Shit, are you mining Litecoins or Bitcoins?

If Bitcoins then I have a config you can use.

Sorry.

Buy or sell $100 of Crypto and get $10!
previse (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 23, 2013, 10:28:59 PM
 #25

With 1150/1575 clocks i'm steady at 602 Kh/s - My working config is --scrypt -- shaders 2048 --intensity 13 --worksize 128 -g 2

I still think it should be higher; no?

You can keep going.

Go to 1175/1600.

Eventually it will crash.

How are you pulling over 700 when for the life of me i cant get past 615. With 1175/1600 i get 615. after that i'm sort of SoL, 61% activity, 0 powertune now

ks3rv3rg
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
April 23, 2013, 10:29:31 PM
 #26

I'm gonna be switching to litecoins but i'd like to know what the best settings would be for me to mine the most?

Right now with
1100 Core
1500 Clock

I'm running 650 Kh/s

Quote
worksize 256
vectors 1
aggression 20
threads_per_gpu 1
sharethreads 32
lookup_gap 2
gpu_thread_concurrency 24000

That's my current litecoin.conf in reaper as well.

Any suggestions? Thanks!

Are you sure you're using the proper thread concurrency?  I have the 7950s and their max concurrency is 24000.  Although they run better closer to 16xxx.  You could also try changing the lookupgap to 1.  Also, when you mine litecoin(or any scrypt) and you're using cgminer you need to insert:

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1

Before the rest of your code.  For example, on my 7950s this is my LTC mining setup:

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
title CG_MINER_420
color 02
cgminer.exe --scrypt -o stratum+tcp://us.wemineltc.com:80 -u USER -p PASS --lookup-gap 2 --gpu-fan 100 --intensity 18 --worksize 256 --gpu-engine 950,900,850 --gpu-memclock 1500,1500,1250 --thread-concurrency 16128
@pause
This is fairly optimized for my system after lots of trial and error.
ks3rv3rg
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
April 23, 2013, 10:31:21 PM
 #27

So basically that means I can achieve ~550/600 kh/s with the 7950s. Mining LTC/BTC or my current fav TRC.
Jude Austin
Legendary
*
Offline Offline

Activity: 1140
Merit: 1000


The Real Jude Austin


View Profile WWW
April 23, 2013, 10:31:28 PM
 #28

It takes a lot of tweaking.

We will get there, be patient.

And hardware is a big deal.

The results I seen may not be the same depending on system specs.

Unlike Bitcoin when mining Litecoins there is a lot more being used.


Buy or sell $100 of Crypto and get $10!
Jude Austin
Legendary
*
Offline Offline

Activity: 1140
Merit: 1000


The Real Jude Austin


View Profile WWW
April 23, 2013, 10:33:45 PM
 #29

For future reference here is my config file for Bitcoin, these settings are not system dependent.

{
"pools" : [
   {
      "url" : "stratum.bitcoin.cz:3333",
      "user" : "JudeAustin.7970",
      "pass" : "7970"
   }
]
,
"intensity" : "6",
"vectors" : "1",
"worksize" : "64",
"kernel" : "poclbm",
"lookup-gap" : "0",
"thread-concurrency" : "0",
"shaders" : "0",
"gpu-engine" : "0-1200",
"gpu-fan" : "0-85",
"gpu-memclock" : "1050",
"gpu-memdiff" : "-150",
"gpu-powertune" : "20",
"gpu-vddc" : "0.000",
"temp-cutoff" : "75",
"temp-overheat" : "65",
"temp-target" : "60",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "120",
"failover-only" : true,
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "6",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"temp-hysteresis" : "3",
"shares" : "0",
"balance" : true,
"kernel-path" : "/usr/local/bin"
}

This yields ~720Mh/s.

Buy or sell $100 of Crypto and get $10!
ks3rv3rg
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
April 23, 2013, 10:39:03 PM
 #30

For future reference here is my config file for Bitcoin, these settings are not system dependent.

{
"pools" : [
   {
      "url" : "stratum.bitcoin.cz:3333",
      "user" : "JudeAustin.7970",
      "pass" : "7970"
   }
]
,
"intensity" : "6",
"vectors" : "1",
"worksize" : "64",
"kernel" : "poclbm",
"lookup-gap" : "0",
"thread-concurrency" : "0",
"shaders" : "0",
"gpu-engine" : "0-1200",
"gpu-fan" : "0-85",
"gpu-memclock" : "1050",
"gpu-memdiff" : "-150",
"gpu-powertune" : "20",
"gpu-vddc" : "0.000",
"temp-cutoff" : "75",
"temp-overheat" : "65",
"temp-target" : "60",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "120",
"failover-only" : true,
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "6",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"temp-hysteresis" : "3",
"shares" : "0",
"balance" : true,
"kernel-path" : "/usr/local/bin"
}

This yields ~720Mh/s.

previse, one thing to notice about Judes setup here is that he didn't set concurrency or shaders. The cgminer guys say that depending on the circumstances, the concurrency can change while mining so its best to leave it out.  Also, if you set shaders and concurrency at the same time the concurrency will cancel out the shaders command and make it pointless.  You can reference the cgminer git readme for that info as well.
Jude Austin
Legendary
*
Offline Offline

Activity: 1140
Merit: 1000


The Real Jude Austin


View Profile WWW
April 23, 2013, 10:45:12 PM
 #31

For future reference here is my config file for Bitcoin, these settings are not system dependent.

{
"pools" : [
   {
      "url" : "stratum.bitcoin.cz:3333",
      "user" : "JudeAustin.7970",
      "pass" : "7970"
   }
]
,
"intensity" : "6",
"vectors" : "1",
"worksize" : "64",
"kernel" : "poclbm",
"lookup-gap" : "0",
"thread-concurrency" : "0",
"shaders" : "0",
"gpu-engine" : "0-1200",
"gpu-fan" : "0-85",
"gpu-memclock" : "1050",
"gpu-memdiff" : "-150",
"gpu-powertune" : "20",
"gpu-vddc" : "0.000",
"temp-cutoff" : "75",
"temp-overheat" : "65",
"temp-target" : "60",
"api-port" : "4028",
"auto-fan" : true,
"expiry" : "120",
"failover-only" : true,
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "6",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"temp-hysteresis" : "3",
"shares" : "0",
"balance" : true,
"kernel-path" : "/usr/local/bin"
}

This yields ~720Mh/s.

previse, one thing to notice about Judes setup here is that he didn't set concurrency or shaders. The cgminer guys say that depending on the circumstances, the concurrency can change while mining so its best to leave it out.  Also, if you set shaders and concurrency at the same time the concurrency will cancel out the shaders command and make it pointless.  You can reference the cgminer git readme for that info as well.

This is my Bitcoin mining config.

So no shaders need to be set.

But you are correct about the concurrency, always just set shader count.


Buy or sell $100 of Crypto and get $10!
previse (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 23, 2013, 10:45:17 PM
 #32

Code:
{
"pools" : [
{
"url" : "",
"user" : "",
"pass" : ""
}
]
,
"intensity" : "13",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"gpu-engine" : "0-0",
"gpu-fan" : "0-85",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "6",
"gpu-platform" : "0",
"gpu-threads" : "1",
"threads_per_gpu" : "1",
"sharethreads" : "32",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "3",
"retry-pause" : "2",
"scan-time" : "60",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}

1200/1600 clocks - 615 Kh/s
I must have something messed up in here..
Jude Austin
Legendary
*
Offline Offline

Activity: 1140
Merit: 1000


The Real Jude Austin


View Profile WWW
April 23, 2013, 10:47:05 PM
 #33

Code:
{
"pools" : [
{
"url" : "",
"user" : "",
"pass" : ""
}
]
,
"intensity" : "13",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"gpu-engine" : "0-0",
"gpu-fan" : "0-85",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "6",
"gpu-platform" : "0",
"gpu-threads" : "1",
"threads_per_gpu" : "1",
"sharethreads" : "32",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "3",
"retry-pause" : "2",
"scan-time" : "60",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}

1200/1600 clocks - 615 Kh/s
I must have something messed up in here..

Bump up memory another 25.

Essentially keep going up with memory.

Litecoin is memory intensive.

You are mining Litecoins with memory clock.

Buy or sell $100 of Crypto and get $10!
zif33rs
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile
April 23, 2013, 10:47:48 PM
 #34

Do you use these?

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1


New to bitcoin? Want to mine? Not sure where to start out?
Check out www.hostedmining.com
Donations and Tips  btc - 1MkjKHpZbSaRepeYaAcmRMcqt8o3HKQCF   ltc  - LNz48TP8MZmke38qbZD5gXi53KrktbJG7V  ftc  - 6iDt92cyDvxXkrDhCzMh4zEmK1b9PqShs4
previse (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 23, 2013, 10:48:46 PM
 #35

I've tried and its not moving. maybe 1kh/s - it's only using 62% of the GPU - Is there a reason for this?
0% powertune as well

I really am getting frusturated
previse (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 23, 2013, 10:50:21 PM
 #36

Do you use these?

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1



Yes in my batch file
Jude Austin
Legendary
*
Offline Offline

Activity: 1140
Merit: 1000


The Real Jude Austin


View Profile WWW
April 23, 2013, 10:51:51 PM
 #37

Don't get frustrated.

Once you have increased memory and don't see a result start adjust engine speed, I would start going down a little bit on engine.


Buy or sell $100 of Crypto and get $10!
previse (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 23, 2013, 10:54:42 PM
 #38

Don't get frustrated.

Once you have increased memory and don't see a result start adjust engine speed, I would start going down a little bit on engine.



Anytime i touch engine clocks the kh/s go down. Could you look over my settings tell me how they look?

Also powertune 0 or 20?
lastly: why is activity only 62%

thanks
ks3rv3rg
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
April 23, 2013, 10:55:46 PM
 #39

Yeah, every problem that you're having, at least a few of us and probably most of us have experienced.  So, no need to get frustrated, plenty of help for you.  Try turning your gpu clock WAY down, to like 900/1000 with your gpu memclock at the max you've been able to run with stability.
Jude Austin
Legendary
*
Offline Offline

Activity: 1140
Merit: 1000


The Real Jude Austin


View Profile WWW
April 23, 2013, 10:56:41 PM
 #40

Don't get frustrated.

Once you have increased memory and don't see a result start adjust engine speed, I would start going down a little bit on engine.



Anytime i touch engine clocks the kh/s go down. Could you look over my settings tell me how they look?

Also powertune 0 or 20?
lastly: why is activity only 62%

thanks

Post your config again.

I'll be home soon and if you have TeamViewer I could essentially do it all for you.

It would save you some time and frustration.

Buy or sell $100 of Crypto and get $10!
Pages: « 1 [2] 3 »  All
  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!