Author

Topic: Need some help! (i cant post anywere else for some reason) (Read 799 times)

sr. member
Activity: 389
Merit: 250

Code:
{
...
"intensity" : "d,1,18",
...


on the line:  "intensity" : "d,1,18",
doesn't that assume 3 cards? Also, I just tested on my config and d, at least for BTC mining stands for Desktop if I remember correctly, si I think it adjusts difficulty as necessary to be more accommodating of other things, but it doesn't disable the GPU, if that's the intention (sorry, didn't read the thread on the other forum.  Smiley

For example, an intensity of d on my machine did change the I to 7 from what normally would be 9.
Hope this helps, at least a bit...

Edited to add:

Found this in the Mining forum "LTC Mining links":

Quote
For the miner program there are a few, but I'll refer CGminer here
   
CGMINER GPU FPGA overc monit fanspd RPC stratum linux/windws/osx/mip/r-pi 2.11.4
https://bitcointalksearch.org/topic/official-cgminer-mining-software-thread-for-linuxwinosxmipsarmr-pi-4110-28402

If you are unfamiliar with setting up the configuration file (using tag / flag settings to connect to pool or settings etc) you can use this

[Application] cgEasy v1.0.1--Generate CGminer config for LTC Mining easy!
http://forum.litecoin.net/index.php?topic=36.0


haven't tired this CGEasy config maker for LTC mining, but it might be worth checking out too.
legendary
Activity: 3472
Merit: 4794
Take some time to learn about the forum before you try posting.  You can start with the "NEWBIE README" thread that's pinned to the top of this sub-forum

https://bitcointalksearch.org/topic/newbie-readme-177133

That will answer most of your questions about why you can't post to other sub-forums and what you need to do before you can post there.

Once you've got a good understanding of the behavior of this forum, try searching around a bit.  You may find that your questions have already been answered.

If you still have a question, you can post it here in the Newbie forum.  This forum is quite active and there are a number of "bitcoin experts" who participate in discussions here to help newbies get up to speed.

EDIT:  I added a post to the mining support forum directing some of those members to your post.

https://bitcointalksearch.org/topic/newbie-with-cgminer-question-178351
newbie
Activity: 14
Merit: 0
I'm not sure if this is helpful or not, but you said "any" help. I'm using v2.11.2, in the window I push G and D, and can effectively disable Thread 0(GPU0) it seems. It may actually disable both cards, so I would suggest reading what it says when you hit G, and see if you can manually disable one of the GPUs.

You can also try making it a config file:
(You said the 5870 is overclocked, so change and check these settings to your proper setup and cgminer location for header files.)

Code:
{
"pools" : [
{
"url" : "http://stratum.give-me-ltc.com:3333",
"user" : "example",
"pass" : "xxx"
}
],
"intensity" : "d,1,18",
"gpu-engine" : "1250,1150",
"gpu-fan" : "0-85,0-85",
"gpu-memclock" : "875,700",
"gpu-powertune" : "10,0",
"temp-cutoff" : "95,95",
"temp-overheat" : "85,85",
"temp-target" : "75,75",
"auto-fan" : true,
"auto-gpu" : true,
"expiry" : "120",
"failover-only" : true,
"gpu-threads" : "1",
"log" : "5",
"queue" : "1",
"scan-time" : "60",
"temp-hysteresis" : "3",
"kernel-path" : "C:\Users\L\Desktop\cgminer-2.11.2-win32\"
}


Quote
Options for command line only:
--config|-c   Load a JSON-format configuration file

I don't know if this is useful or not, let me know!
newbie
Activity: 1
Merit: 0
So 2 things,

1) i cant seem to post anywhere else on the forum aside form this noob thread, how do i post in the tech support part?

2) since i cant post i made a thread on the litecoin forum, but its quite small compared to this forum and i have yet to get any help.

Any help on my post here:

http://forum.litecoin.net/index.php/topic,1913.0.html

Would be greatly predicated.
Jump to: