Bitcoin Forum
July 04, 2024, 06:42:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: target-miss  (Read 3527 times)
bitcoinharvester (OP)
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
December 04, 2012, 12:27:17 AM
 #1

I have a triple 5870 rig that I am trying to move to LTC and when running cgminer or bfgminer I get all rejected (target-miss).
Any ideas?
MooC Tals
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


View Profile
December 04, 2012, 12:38:56 AM
 #2

Try other mining programs. Cgminer and BFG miner were tuff for me to figure out as well. I found minerd worked out but I don't have a gpu I been waiting for a pre order to come in but I have been experimenting with my laptop cpu.

Good luck

ps There are a great deal of self help ltc threads. The one created by Graet here on this forum was very pleasant to follow.Can't find it though....but here's one

https://bitcointalk.org/index.php?topic=83371.0
https://bitcointalk.org/index.php?topic=54620.msg650745#msg650745
https://bitcointalk.org/index.php?topic=47417.0

I had these bookmarked
c4n10
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
December 04, 2012, 12:53:39 AM
 #3

I have a triple 5870 rig that I am trying to move to LTC and when running cgminer or bfgminer I get all rejected (target-miss).
Any ideas?
Are you running cgminer with --scrypt?
bitcoinharvester (OP)
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
December 04, 2012, 01:13:24 AM
 #4

Thanks Mooc,
I have read all of these and still no dice.  I have a win 8 machine (that I only setup to play with) with same setup that works fine.
I have been mining btc with the 3x5870 machine for a long time and it still works fine there.
I know it must be a config prob but I just don't see it.
bitcoinharvester (OP)
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
December 04, 2012, 01:14:59 AM
Last edit: December 04, 2012, 01:26:56 AM by bitcoinharvester
 #5

C4n10,

Yes with script.
I have tried cgminer, bfgminer, and reaper all with the same results.
Many different configs, always the same.

I have over 10 machines all with 5870's or 6950's that are working but not this one?

Seems that I get all blocks rejected solo mining as well.  No gpu errors though.
Starting to get a headache!
c4n10
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
December 04, 2012, 01:40:11 AM
 #6

C4n10,

Yes with script.
I have tried cgminer, bfgminer, and reaper all with the same results.
Many different configs, always the same.

You have the latest ati ccc: http://www.amd.com/us/products/technologies/amd-catalyst/pages/catalyst.aspx

The catalyst control ceneter comes with the opencl sdk necessary for scrypt mining.

I mine with a single Gigabyte 5870 SuperOC on cgminer and my litecoin setup looks like so:

Code:
cgminer --scrypt -o http://webaddress.com:port -u username -p password --thread-concurrency 8192 -I 18 -g 1 -v 2 -w 256 --gpu-engine 450 --gpu-memclock 1300

You will likely want to use lower thread-concurrency and gpu-memclock settings or not use those flags at all depending on your card, I have the Gigabyte Super OC which has twice as many shaders as the standard 5870 and is intended for extreme overclocking.
bitcoinharvester (OP)
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
December 05, 2012, 01:59:46 AM
 #7

Kinda funny I have 2 of the same cards that you have and a ref card!
If I use that config cgminer crashes immediately.
if I use this:
"intensity" : "5,5,5",
"vectors" : "2,2,2",
"worksize" : "128,128,128",
"kernel" : "phatk,phatk,phatk",
"lookup-gap" : "0,0,0",
"thread-concurrency" : "0,0,0",
"shaders" : "0,0,0",
"gpu-engine" : "0-0,0-0,0-0",
"gpu-fan" : "0-85,0-85,0-85",
"gpu-memclock" : "0,0,0",
"gpu-memdiff" : "0,0,0",
"gpu-powertune" : "0,0,0",
"gpu-vddc" : "0.000,0.000,0.000",
"temp-cutoff" : "95,95,95",
"temp-overheat" : "85,85,85",
"temp-target" : "75,75,75",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"log" : "5",
"queue" : "1",
"retry-pause" : "5",
"scan-time" : "60",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
at any intensity it runs fine but every block or pool submission gets rejected.
Pulling my hair out soon, any help is greatly appreciated.
c4n10
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
December 05, 2012, 06:31:53 AM
 #8

Kinda funny I have 2 of the same cards that you have and a ref card!
If I use that config cgminer crashes immediately.
if I use this:
"intensity" : "5,5,5",
"vectors" : "2,2,2",
"worksize" : "128,128,128",
"kernel" : "phatk,phatk,phatk",
"lookup-gap" : "0,0,0",
"thread-concurrency" : "0,0,0",
"shaders" : "0,0,0",
"gpu-engine" : "0-0,0-0,0-0",
"gpu-fan" : "0-85,0-85,0-85",
"gpu-memclock" : "0,0,0",
"gpu-memdiff" : "0,0,0",
"gpu-powertune" : "0,0,0",
"gpu-vddc" : "0.000,0.000,0.000",
"temp-cutoff" : "95,95,95",
"temp-overheat" : "85,85,85",
"temp-target" : "75,75,75",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "2",
"log" : "5",
"queue" : "1",
"retry-pause" : "5",
"scan-time" : "60",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
at any intensity it runs fine but every block or pool submission gets rejected.
Pulling my hair out soon, any help is greatly appreciated.

You are using the phatk kernel, you want the scrypt kernel
bitcoinharvester (OP)
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
December 11, 2012, 09:26:34 PM
 #9

Finally found the answer in another thread.
Change from mining BTC to LTC?
ADD MORE RAM!!

Thanks for the assistance.
420
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500



View Profile
December 11, 2012, 11:33:21 PM
 #10

tried multiple pools? yeah try to get the same amount of RAM you have as memory on the cards

Donations: 1JVhKjUKSjBd7fPXQJsBs5P3Yphk38AqPr - TIPS
the hacks, the hacks, secure your bits!
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!