Bitcoin Forum
May 11, 2024, 07:09:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Help: Low Hashrate in a 7850 GPU with CGMiner  (Read 3340 times)
vingaard (OP)
Legendary
*
Offline Offline

Activity: 1246
Merit: 1011



View Profile
June 29, 2013, 02:48:15 PM
 #1

First of all, I'm sorry if I post in a incorrect section (and also I'm sorry for my poor english Undecided )

I have a 7850 GPU running in a i5-2500 (3.30GHz) Windows 7 64 bits machine, and I'm using CGMiner 3.3.1 and I can´t get more than 220 MH/s with next configuration:

cgminer.exe -o http://pool.50btc.com:8332 -u **USER** -p **PASSWORD** -I 12 -Q 0 -s 1 -E 5 --thread-concurrency 8192 -g 2 -w 256

I have test a lot of configurations and I can get a slighty higher hass rate whether I increase -I 13 (more of this value the GPU will crash)

Could anyone help me with a best configuration for this GPU card?

Thanks in advance
1715454596
Hero Member
*
Offline Offline

Posts: 1715454596

View Profile Personal Message (Offline)

Ignore
1715454596
Reply with quote  #2

1715454596
Report to moderator
1715454596
Hero Member
*
Offline Offline

Posts: 1715454596

View Profile Personal Message (Offline)

Ignore
1715454596
Reply with quote  #2

1715454596
Report to moderator
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715454596
Hero Member
*
Offline Offline

Posts: 1715454596

View Profile Personal Message (Offline)

Ignore
1715454596
Reply with quote  #2

1715454596
Report to moderator
1715454596
Hero Member
*
Offline Offline

Posts: 1715454596

View Profile Personal Message (Offline)

Ignore
1715454596
Reply with quote  #2

1715454596
Report to moderator
TheSpiral
Full Member
***
Offline Offline

Activity: 322
Merit: 113


Sinbad Mixer: Mix Your BTC Quickly


View Profile
June 29, 2013, 03:12:28 PM
 #2

The same thing with -g 1 should get ~310 MH/s.
You also don't need the thread-concurrency for SHA256 mining...
vingaard (OP)
Legendary
*
Offline Offline

Activity: 1246
Merit: 1011



View Profile
June 29, 2013, 03:18:50 PM
Last edit: June 29, 2013, 10:46:43 PM by vingaard
 #3

Thank you for your answer...

I have test your configuration and I get 213.3 Mh/s... I don't know why?!!! or what I'm doing bad... I have read that this kind of GPU can reach 300 Mh/s, furthermore, with GUIMiner I get 280-300 Mh/s but I can't do the same with cgminer...  Huh

Anyway, thank you and if you think in other option I will try it.


TheSpiral
Full Member
***
Offline Offline

Activity: 322
Merit: 113


Sinbad Mixer: Mix Your BTC Quickly


View Profile
June 29, 2013, 11:15:26 PM
 #4

Thank you for your answer...

I have test your configuration and I get 213.3 Mh/s... I don't know why?!!! or what I'm doing bad... I have read that this kind of GPU can reach 300 Mh/s, furthermore, with GUIMiner I get 280-300 Mh/s but I can't do the same with cgminer...  Huh

Anyway, thank you and if you think in other option I will try it.
Here is my setting for cgminer, it's a bit different than yours (your settings are good for scrypt mining, not SHA mining):
Code:
cgminer -k poclbm -I 6 -w 256

I run 2 7850's that do 315 MH/s (each) with that exact line.

EDIT: So your full line would be:
Code:
cgminer -k poclbm -I 6 -w 256 -o http://pool.50btc.com:8332 -u **USER** -p **PASSWORD**
vingaard (OP)
Legendary
*
Offline Offline

Activity: 1246
Merit: 1011



View Profile
June 30, 2013, 12:05:30 AM
Last edit: June 30, 2013, 12:26:06 AM by vingaard
 #5

Thank you very much...

After a little search and another little "try and error" with different parameters I finally setup a configuration file that give me 300 Mh/s average... (and doesn`t crash the GPU...)  Grin

Quote

{
"pools" : [
{
"url" : "http://pool.50btc.com:8332",
"user" : "USER",
"pass" : "PASSWORD"
}

],

"intensity" : "12",
"vectors" : "1",
"worksize" : "256",
"kernel" : "poclbm",
"lookup-gap" : "0",
"thread-concurrency" : "0",
"expiry" : "120",
"gpu-threads" : "2",
"hotplug" : "5",
"log" : "5",
"queue" : "1",
"scan-time" : "60",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}


Anyway, thank you very much for your help and best regards...

Thanks again  Wink
Pages: [1]
  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!