Pages:
Author

Topic: CGminer - Invalid Nonce - HW error (Read 4799 times)

hero member
Activity: 812
Merit: 500
June 04, 2013, 07:55:47 AM
#27
Just sounds like your card doesnt like your settings somewhere. Usually the thread concurrency is to blame.


In case you havent set this up in the command prompt first. Please go start -> run -> type "cmd" -> press enter. Than type:  setx GPU_MAX_ALLOC_PERCENT 100  and press enter.

Than try these specs.

--thread_concurrency 21712  or 16834
--gpu-engine 1100
--gpu-memclock 1500



If one doesnt work, than try the other. GL  Wink



If your looking for a good LTC pool. Checkout www.weloveltc.com

hero member
Activity: 574
Merit: 500
June 04, 2013, 06:56:15 AM
#26
The nonse problem is also caused when cgminer tries to use a pool for the wrong kernel, ie using bitcoin (phat) kernel instead of scrypt kernel on a litecoin pool
member
Activity: 78
Merit: 10
May 28, 2013, 03:34:40 PM
#25
I got same error on friend´s Radeon 7750 with clock speeds at default.
Installation of latest driver didn´t help, will try some kind of driver cleaner and clean installation of drivers.
newbie
Activity: 42
Merit: 0
May 28, 2013, 02:47:11 PM
#24
Can I ask what might seem a really novice question? What is the litecoin.conf files purpose created in the app directory for litecoin mining? Does it allow access to that port or something totally different?

Thanks,

To the best of my knowledge, the .conf file for any altcoin should be in the data directory for the client, not in the app directory with the daemon/minerd/wallet.  I personally run the data directory as a sub-directory of the app directory and then manually point the wallet/miner/whatever at the data directory with the argument below (via a shortcut).

Code:
-datadir=

That way I can run every altcoin from a subdirectory of a single directory on my drive, encrypt that drive, put EVERYTHING on a flash drive if I want, etc.

As far as the purpose of what goes into the .conf file, the most common configurations you will see are as follows:

# Sets the username for your miner when mining solo
rpcuser=username
# Sets the password for your miner when mining solo
rpcpassword=password
# Tells your client what IP addresses to allow connections from
rpcallowip=127.0.0.1,*
# Tells your client, when running in Server mode (see below) what port to listen on if not the default
rpcport=9999
# Tells the client to launch in server mode
server=1
# Tells the client to launch as a Daemon (don't know if this works in Windows or not...It does in Linux).
# The difference between a Daemon and Service is beyond scope.
daemon=1
# Instructs your client, when in server mode, not to generate coins.  The reason for this is that virtually
# EVERY miner out there runs something MUCH more efficient that bitcoind!
gen=0
# Adds specific nodes to for your wallet/client to attempt to connect to at startup.  This can be helpful
# if you are having trouble finishing download of your blockchain or if a client update has taken place
# recently and your client is saying that your peers need to update.  If you can find a list of known good
# updated peers, you can get the most recently updated blockchain from them and keep on keeping on.
addnode=x.x.x.x

The official page of the bitcoin (and ultimately all the other altcoin) configuration file is at https://en.bitcoin.it/wiki/Running_Bitcoin, but I had to look up a couple of things to figure out what they meant.  For example, why wouldn't I want my client to generate coins?

HTH

--DL
sr. member
Activity: 461
Merit: 250
May 28, 2013, 09:48:57 AM
#23
Thanks for settings I also can agree that I=20 works best for 7950, but for clock speeds you need to fine tune it for every single card, this is also a must when tweaking thread-concurrency. I would like to point out that is realy recommended to set your vddc as low as you can and the try to set up clocks. After that temps are going to be lower and your fan does not need 100%, I keep mine in range from 60%-85%.
lbr
sr. member
Activity: 423
Merit: 254
May 28, 2013, 05:32:13 AM
#22
In my experience I 20 works the best.
With low intensity card is not working at "full" speed, so you get less errors.
Yes, you can separate values with comma.
-g 2 does not work for any of my cards, g 1 the best.

f.e. 3 x 7950, LTC, ~600khs each card
cgminer --url URL -u USER -p PASS --scrypt --worksize 256,256,256 --lookup-gap 2,2,2 --shaders 1792,1792,1792 -I 20,20,20 -g 1 --thread-concurrency 44000,44000,44000 --gpu-engine 1050,1050,1100 --gpu-memclock 1550,1350,1250 --gpu-fan 100,100,100 --gpu-powertune 20,20,20 -v 1

7970 has 2048 shaders, you can check shaders count in GPU-Z

p.s.
you don't want to use exactly the same clocks ; )
newbie
Activity: 17
Merit: 0
May 28, 2013, 04:39:03 AM
#21
.conf is a configuration file for the app. kinda like a .ini for a windows app.
sr. member
Activity: 251
Merit: 250
May 28, 2013, 04:17:31 AM
#20
Can I ask what might seem a really novice question? What is the litecoin.conf files purpose created in the app directory for litecoin mining? Does it allow access to that port or something totally different?

Thanks,
newbie
Activity: 17
Merit: 0
May 27, 2013, 11:30:28 PM
#19
i started with intensity dynamic and 8 (my usual). just now i tested 13 with -g 2 and worksize 256, but it still crashed.

ah well, i'm NEARLY back to my normal hashes with Phoenix2 (5870) and CGMiner (7790). just 10 Mhashes short of 5870 by itself!
newbie
Activity: 42
Merit: 0
May 27, 2013, 10:58:25 PM
#18
--worksize 256 -g 2 crashes CGminer, as does --worksize 256. -g 2 simply brings back the Invalid nonce

some people including me have experienced a weird issue where you have to st the intensity to 13 or less because we get errors. What intensity are you using?
newbie
Activity: 17
Merit: 0
May 27, 2013, 10:56:47 PM
#17
--worksize 256 -g 2 crashes CGminer, as does --worksize 256. -g 2 simply brings back the Invalid nonce
newbie
Activity: 42
Merit: 0
May 27, 2013, 05:30:32 PM
#16
I am attempting to mine in the Deepbit pool with CGminer and I get a repeating Invalid Nonce - HW error. Does anyone know what that is, what it means, or how to fix it? If Anyone could help that would be great. Smiley

Have you tried intensity of 13? worksize 256 g 2? Trust me try it out.
newbie
Activity: 17
Merit: 0
May 27, 2013, 05:27:05 PM
#15
i'm assuming i separate each card's settings with a comma like you do Intensity?
lbr
sr. member
Activity: 423
Merit: 254
May 27, 2013, 04:46:00 PM
#14
changing to what settings?
Looks like unique to the card/system/magic. Check LTC hardware comparison wiki page.
On one of my rigs - 7950 44000 works best, 6950 - 12672.
But was helping a friend to setup his rigs, those values were not working at all..
I've read somewhere thread-concurrency should be n*number_of_shaders, no idea if it is true, but I would start there.
newbie
Activity: 17
Merit: 0
May 27, 2013, 04:32:59 PM
#13
changing to what settings?
lbr
sr. member
Activity: 423
Merit: 254
May 27, 2013, 04:26:34 PM
#12
Was getting "Invalid Nonce - HW error" mining LTC with 7950 and 6950. Fixed by changing thread-concurrency.
cgminer 3.1.1, Win2k8 r2, Catalyst 13.4
newbie
Activity: 17
Merit: 0
May 27, 2013, 04:22:13 PM
#11
i can't do that as i'm attempting to also mine with a 7790 :/
newbie
Activity: 31
Merit: 0
May 27, 2013, 02:58:31 PM
#10
In my case, this error was because something was wrong with the drivers. I fixed it by completely removing drivers and installing 12.8
newbie
Activity: 17
Merit: 0
May 27, 2013, 02:52:52 PM
#9
i'm getting this, too, on a dual card setup
full member
Activity: 182
Merit: 100
May 18, 2013, 12:12:58 PM
#8
If your looking at running cgminer on any pool with amd, there are many guides out there, just pick a currency such as LTC Gpu Mining guide, and crytocur.com should be able to help.
Pages:
Jump to: