Bitcoin Forum
May 10, 2024, 10:48:22 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Beginners & Help / Re: How many newbies are mining? on: January 05, 2014, 04:01:57 AM
Been mining at 744 kh/s on my 2 5850's for about a month now. Just trying to decide ATM on if I should invest in a 6 r290x rig and go for gold.
2  Other / Beginners & Help / Re: cgminer settings on: January 05, 2014, 03:49:08 AM
Open notepad and put the following code into it and edit it to your pool and gpu settings. Then save it as cgminer.conf in the same folder as cgminer. All you need to do then is open cgminer.exe and you should be set.

Code:
{
"pools" : [
{
"url" : "stratum+tcp://YOUR POOL:POOL PORT",
"user" : "cncguitars.1",
"pass" : "x"
}
]
,
"intensity" : "19",
"vectors" : "1",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "0",
"thread-concurrency" : "5824",
"shaders" : "0",
"gpu-engine" : "780",
"gpu-fan" : "0-85",
"gpu-memclock" : "1180",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "1.088",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}

Hope this helps.
3  Other / Beginners & Help / Mining with 2 5850's on: January 05, 2014, 12:13:56 AM
Hi guys I am new to the forum and would like some advice. I am mining my 2 5850's with cgminer and getting a hash rate of 372.1kh/s on each, (Total hash of 744.3kh/s).
Is using these cards at the hash rate I am getting worth it or should I look into getting some new cards.

Any advice would be appreciated

cncguitars
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!