Bitcoin Forum
September 22, 2025, 06:08:20 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Beginners & Help / Re: CGMiner Config on: May 07, 2013, 10:41:00 AM
Read the scrypt-readme in the cgminer directory - it has a good guide on how to get your gpu running

Yeah done that - thats how I set up the bat file to work successfully - just thought I'd try the conf file as it seemed to give a higher hash rate - I'll stick with circa 200khs for now I guess.
Thanks for help again though!
2  Other / Beginners & Help / Re: CGMiner Config on: May 07, 2013, 10:17:42 AM
Change the

"lookup-gap" : "0",

to

"lookup-gap" : "1",

so that you don't have to divide by 0 ;-)


edit: recommended value is 1 anyways..

Thanks lol - it FINALLY started mining (once I'd added the "scrypt" : true, line, but hashrate way down to 9k Tongue
I've reverted to Bat file for now - that works at circa 200Khs - better that than nothing!
Thanks for help Smiley
3  Other / Beginners & Help / Re: CGMiner Config on: May 07, 2013, 09:45:20 AM
Hi,
I don't know about a diablo kernel, but my config is doing fine with

"kernel" : "scrypt",

 _rob

Hi Rob,
Thanks for reply.
Gah - amended that and now getting following error:-

"[2013-05-07 10:41:49] Started cgminer 3.1.0
        const uint ySIZE = (1024/LOOKUP_GAP+(1024%LOOKUP_GAP>0));
                                 ^

"C:\Users\GregSR\AppData\Local\Temp\OCL9A4.tmp.cl", line 763: error:
          identifier "CONCURRENT_THREADS" is undefined
        const uint xSIZE = CONCURRENT_THREADS;
                           ^

2 errors detected in the compilation of "C:\Users\GregSR\AppData\Local\Temp\OCL9
A4.tmp. [2013-05-07 10:41:52] Failed to init GPU thread 0, disabling device 0
 [2013-05-07 10:41:52] Restarting the GPU from the menu will not fix this.
 [2013-05-07 10:41:52] Try restarting cgminer.
Press enter to continue:"

I've used the concurrent-threads and thread-concurrency commands but neither seems to make any difference?
Hate teething problems Smiley
4  Other / Beginners & Help / Re: CGMiner Config on: May 07, 2013, 09:26:04 AM
Change:

Code:
intensity" : "d", 

to


Code:
"intensity" : "6",


And test it.
I thing it help you.

Hi thanks for reply. once running it sets the intensity to about 5 or 7 usually, so not sure the intensity is the problem.
Something else appears to be preventing it generating shares.
Once I've edited the file by inserting Thread concurrency to recommended settings for card ATI 5850 - 5600) and added a line for scrypt, it still generates no shares Sad
I'd love to use the config file with higher hashrate but, but not generating anything for me yet.

Thanks!
5  Other / Beginners & Help / Re: CGMiner Config on: May 07, 2013, 09:15:26 AM
Hi
Thanks for quick reply!
yes running win7 64bit.
Attempting to mine ltc / or derivatives.
Whatt would be the correct kernel path?
I ran cgminer direct with old conf files disabled and the file it created certainly gave a much better hashrate than my bat file, but again no shares being generated.
Here's the unedited file (which of course is missing the "scrypt" : true, line which I think needs to be inserted?
Thanks!

{
"pools" : [
   {
      "url" : "blah",
      "user" : "blah",
      "pass" : "blah"
   }
]
,
"intensity" : "d",
"vectors" : "2",
"worksize" : "128",
"kernel" : "diablo",
"lookup-gap" : "0",
"thread-concurrency" : "0",
"shaders" : "0",
"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" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
6  Other / Beginners & Help / CGMiner Config on: May 07, 2013, 08:35:59 AM
Hi Guys
Hope someone can help.
cgminer.conf file enclosed.
Getting hashrate 593 for my 5850 which is good I think, but posting no shares accepted.
Any suggestions please?
I'm running cgminer with just the conf file.
With a bat file and no auto settings I can get a regular share acceptance rate, but only half the hashrate.
Thanks!

{
"pools" : [
   {
      "url" : "<details edited out>",
      "user" : "<details edited out>",
      "pass" : "<details edited out>"
   }
]
,
"intensity" : "d",
"vectors" : "2",
"worksize" : "128",
"scrypt" : true,
"kernel" : "diablo",
"lookup-gap" : "2",
"thread-concurrency" : "5600",
"gpu-engine" : "750-900",
"gpu-fan" : "0-85",
"gpu-memclock" : "300",
"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" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"temp-hysteresis" : "3",
"kernel-path" : "/usr/local/bin"
}

Hope someone can help.
Thanks again!
7  Other / Beginners & Help / Re: EasyLTC--The Easiest Litecoin GUIMiner! March 31, 2013, 08:05:21 PM on: May 02, 2013, 11:22:29 AM
Thanks for the reply Smiley
I've actually been using cgminer 2.11.3 cmd interface - but I'm trying to get the temp down / keep hashrate up on my 5850's. At present I get max hash 200khs with
cgminer.exe --scrypt -o stratum+tcp://72.20.53.5:9998 -u user -p pwd -I 12  --shaders 1440 -g 1 --worksize 256-I 12 --shader 1440 --worker 256 - but the cards run constantly at circa 88-90 (not over).
With auto-fan and auto-gpu and set-temp at 80 this reduces temp to designated setting but this reduces hash to circa 100khs
-I 12  --shaders 1440 --auto-fan --auto-gpu --gpu-engine 750-900 --gpu-memclock 300 --temp-target 80  -g 1 --worksize 256
I thought I'd try the GUI to see what auto settings it recommended.
GUIMiner scrypt just hangs on "connecting". So I thought I'd try EasyLTC.
I'm using AMD 12.6 and SDK 12.5 (12.6 wouldn't let cgminer boot up).
Any guidance / input would be mucho appreciated!
Thanks for your time.
Will try the link you provided int he meantime.
Thanks!
8  Other / Beginners & Help / EasyLTC--The Easiest Litecoin GUIMiner! March 31, 2013, 08:05:21 PM on: May 02, 2013, 07:25:40 AM
Hey
Hope Vorksholk scans for this - and help please.
Trying to load EasyLTC but it's popping a Trojan Warning - win32.trojan.KillerAV - I know AV often flags minerd / cgminer etc because they have often been packaged with Trojan Software, but this seems to be something different? It displays in the %appdata% local/temp directory. Is this normal?
Many thanks in anticipation!
9  Other / Beginners & Help / Mt Gox - Withdrawal problems OKPay on: April 24, 2013, 12:03:25 PM
Hey Guys
New Forum Member but been following BTC etc for few months now.
Anyone else having or had problems with Mt Gox withdrawals, specifically via OKPay.
I posted Withdrawal Request on 22/4/13 (Monday during MtGox trading hours) but 48 hours later it's still marked "ToDo".
Support requests appear useless - only reply I get is that "Payment is being processed."
I understand how Exchanges work and that they need the Exchange to deposit funds .... but surely the whole point of an Exchange is to speed up the process ...?
At this rate the Exchange method will be taking longer than a normal Wire / SEPA.
Does this signify financial problems at MtGox?
Any input feedback appreciated.
Thanks.
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!