Bitcoin Forum
May 10, 2024, 12:37:33 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: 100% Stale Shares  (Read 3389 times)
fortif78 (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10



View Profile
March 23, 2013, 08:02:22 PM
 #1

I'm running cgminer 2.11.3 on linux and every time I start up and connect to a pool, I get 100% rejected shares. Can anyone give me a little advice on how to fix this?  Huh thanks

"In the land of the blind, the man with one eye is king."
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
MaGNeT
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na


View Profile WWW
March 23, 2013, 08:15:59 PM
 #2

I'm running cgminer 2.11.3 on linux and every time I start up and connect to a pool, I get 100% rejected shares. Can anyone give me a little advice on how to fix this?  Huh thanks

What settings do you use? What pool? What GPU?

Do you think we are telepathic?

fortif78 (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10



View Profile
March 23, 2013, 08:57:56 PM
 #3

I'm running cgminer 2.11.3 on linux and every time I start up and connect to a pool, I get 100% rejected shares. Can anyone give me a little advice on how to fix this?  Huh thanks

What settings do you use? What pool? What GPU?

Do you think we are telepathic?



Sorry wasn't sure if it was just a generic issue that had been caused by missing something simple. Anyway, I've got a 5850 and 5870 running on this rig atm. Both are running at stock settings; no overclocking. I've tried switching the intesnitys on the cards to see if I'd get any response, but still nothing

"In the land of the blind, the man with one eye is king."
ssateneth
Legendary
*
Offline Offline

Activity: 1344
Merit: 1004



View Profile
March 24, 2013, 10:24:17 AM
 #4

sounds to me like you're mining ltc and you forgot to tell it to switch to scrypt mode.

MaGNeT
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na


View Profile WWW
March 24, 2013, 11:58:06 AM
 #5

sounds to me like you're mining ltc and you forgot to tell it to switch to scrypt mode.

He still doesn't give much info, so keeps us guessing...
fortif78 (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10



View Profile
March 24, 2013, 02:26:42 PM
 #6

I'm currently using 2 5850s on this rig, running cgminer with the scrypt option through terminal with the command:
Code:
./cgminer --scrypt -o <pooladdress:port> -u <username> -p <password>
returns "Too many values for temp cutoff".

Doing some research I've noticed it could possibly be the cgminer.conf file. I tinkered with that a little based off of the post here:
http://forum.litecoin.net/index.php?topic=639.0

my file looks something like (with the url, user, and pass filled in accordingly):
Code:
{
"pools" : [
{
"url" : "http://www.ulr.com:port",
"user" : "user",
"pass" : "pass"
}
],

"intensity" : "10, 10",
"gpu-engine" : "850, 850",
"gpu-thread" : "2, 2",
"scrypt" : true,
"api-listen" : true,
"shaders" : ", 1440, 1440",
"thread-concurrency" : "1600, 1600",
"lookup-gap" : "2, 2"
}
I proceeded to run cgminer using the code:
Code:
./cgminer --config <filepathofconfigfile>


Running it that way I get an extremely low hashrate, but will get accepted shares. An additional problem revealed itself as the computer locks as soon as cgminer accepts its first share, but I think that correcting the overall issue would correct that as while.

--fort

"In the land of the blind, the man with one eye is king."
Rawted
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile
March 26, 2013, 03:05:01 PM
 #7

Can you adjust your thread concurrency to 8000 and report back?
fortif78 (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10



View Profile
March 27, 2013, 10:09:02 PM
 #8

Ok, so I figured out for some reason cgminer just wasn't reading the scrypt command. Did a fresh install and now I am accepting shares.
The problem that I'm encountering now is that I can't get my cards to do over 150 kh/s. I'm running Xunbuntu 12.04,  11.11 drivers, and cgminer 2.11.3. Both cards in this rig are currently 5870's. If I push either of them over an intensity of 11 I get dumped with an extremely large amount of hardware errors.
Adjusting the thread concurrency, memclock, and engine are either making no difference, or adding to the amount of hardware errors. So essentially I'm stuck with
Code:
./cgminer --scrypt -o http://pooladdress:port -u username -p password -I 11 --gpu-fan 50

This will get me ~150 kh/s and a noteable portion of rejected shares. I've tried adjusting about everything I can in different ways with no luck at all. I've even tried different combinations of drivers + cgminer. Maybe I just haven't found the right combo?
Has anyone run into an issue like this?


--fort

"In the land of the blind, the man with one eye is king."
crazyearner
Legendary
*
Offline Offline

Activity: 1820
Merit: 1001



View Profile
March 28, 2013, 04:17:57 AM
 #9

Ok, so I figured out for some reason cgminer just wasn't reading the scrypt command. Did a fresh install and now I am accepting shares.
The problem that I'm encountering now is that I can't get my cards to do over 150 kh/s. I'm running Xunbuntu 12.04,  11.11 drivers, and cgminer 2.11.3. Both cards in this rig are currently 5870's. If I push either of them over an intensity of 11 I get dumped with an extremely large amount of hardware errors.
Adjusting the thread concurrency, memclock, and engine are either making no difference, or adding to the amount of hardware errors. So essentially I'm stuck with
Code:
./cgminer --scrypt -o http://pooladdress:port -u username -p password -I 11 --gpu-fan 50

This will get me ~150 kh/s and a noteable portion of rejected shares. I've tried adjusting about everything I can in different ways with no luck at all. I've even tried different combinations of drivers + cgminer. Maybe I just haven't found the right combo?
Has anyone run into an issue like this?


--fort

5870s can easily generate 400kh/s And I currently have one 5870 doing that.

Start with drivers keep any back up of the old version you have, upgrade to latest ones and go from their.... You could manually adjust the clocks using overclocking software and only set threads and shades, then use software to adjust clock speeds then start up configuration for that gpu


What temps are the gpu hitting what hardware errors are you getting what is your cgminer config. Try this in your config file as this is taken from my cgminer...

cgminer --scrypt -w 256 -g 1 -I 15 --thread-concurrency 8000, --shaders 1600

Also start --thread-concurrency at 1600 to begin with and then if fine at --thread-concurrency upgrade to 3200 if fine then 3 x 4x max would be 8000 for the card if can get it that high..

where I 15 is start at lower to begin with start at 9 with all clocks at default Core Clock 850MHz and Memory clock 1200 providing you have this version Smiley

Once it is running fine on i9 leave running for 10 to 15 min and see if any HW errors or anything wrong going on

=
  R E B E L L I O U S 
  ▄▀▀▀▀▀▄▄                           ▄▄▀▀▀▀▀▄
▄▀        █▄▄                     ▄▄█        ▀▄
█            █████████████████████            █
█▄          ██       ██ ██       ██          ▄█
█        █            █            █        █
  █    █               █               █    █
   █ ██               █ █               ██ █
    █ █               █ █               █ █
    █ ███▄  █████▄   ██ ██   ▄█████  ▄███ █
    █     ███     █         █     ███     █
     █   █   ▀███ █  █   █  █ ███▀   █   █
     █   █      █ █  █   █  █ █      █   █
     █   █      ██  █     █  ██      █   █
      █  █     ██  █       █  ██     █  █
      █  █    ██  █ ███████ █  ██    █  █
      █ ███   ██  █         █  ██   ███ █
       █   ▀███      █   █      ███▀   █
        █     ██       █       ██     █
         █      █   ▄▄███▄▄   █      █
          ███   ███▀       ▀███   ███
             █████           █████
                  ███████████
  ▄▀▀▀▀▀▄▄                           ▄▄▀▀▀▀▀▄
▄▀        █▄▄                     ▄▄█        ▀▄
█            █████████████████████            █
█▄          ██       ██ ██       ██          ▄█
█        █            █            █        █
  █    █               █               █    █
   █ ██               █ █               ██ █
    █ █               █ █               █ █
    █ ███▄  █████▄   ██ ██   ▄█████  ▄███ █
    █     ███     █         █     ███     █
     █   █   ▀███ █  █   █  █ ███▀   █   █
     █   █      █ █  █   █  █ █      █   █
     █   █      ██  █     █  ██      █   █
      █  █     ██  █       █  ██     █  █
      █  █    ██  █ ███████ █  ██    █  █
      █ ███   ██  █         █  ██   ███ █
       █   ▀███      █   █      ███▀   █
        █     ██       █       ██     █
         █      █   ▄▄███▄▄   █      █
          ███   ███▀       ▀███   ███
             █████           █████
                  ███████████
  R E B E L L I O U S
fortif78 (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10



View Profile
March 28, 2013, 05:55:50 AM
 #10

U
Ok, so I figured out for some reason cgminer just wasn't reading the scrypt command. Did a fresh install and now I am accepting shares.
The problem that I'm encountering now is that I can't get my cards to do over 150 kh/s. I'm running Xunbuntu 12.04,  11.11 drivers, and cgminer 2.11.3. Both cards in this rig are currently 5870's. If I push either of them over an intensity of 11 I get dumped with an extremely large amount of hardware errors.
Adjusting the thread concurrency, memclock, and engine are either making no difference, or adding to the amount of hardware errors. So essentially I'm stuck with
Code:
./cgminer --scrypt -o http://pooladdress:port -u username -p password -I 11 --gpu-fan 50

This will get me ~150 kh/s and a noteable portion of rejected shares. I've tried adjusting about everything I can in different ways with no luck at all. I've even tried different combinations of drivers + cgminer. Maybe I just haven't found the right combo?
Has anyone run into an issue like this?


--fort

5870s can easily generate 400kh/s And I currently have one 5870 doing that.

Start with drivers keep any back up of the old version you have, upgrade to latest ones and go from their.... You could manually adjust the clocks using overclocking software and only set threads and shades, then use software to adjust clock speeds then start up configuration for that gpu


What temps are the gpu hitting what hardware errors are you getting what is your cgminer config. Try this in your config file as this is taken from my cgminer...

cgminer --scrypt -w 256 -g 1 -I 15 --thread-concurrency 8000, --shaders 1600

Also start --thread-concurrency at 1600 to begin with and then if fine at --thread-concurrency upgrade to 3200 if fine then 3 x 4x max would be 8000 for the card if can get it that high..

where I 15 is start at lower to begin with start at 9 with all clocks at default Core Clock 850MHz and Memory clock 1200 providing you have this version Smiley

Once it is running fine on i9 leave running for 10 to 15 min and see if any HW errors or anything wrong going on

I tried running it with your config and found that if I mess with the thread concurrency at all, cgminer fails to start. Intensity over 10 brings my hashrate up immensely but drives my HW count through the roof. For example, after running at -I 15 for 5 minutes, my hashrate is ~301 kh/s, but I've only got 2 accepted shares between two cards, and a HW count of 23 and 26 for each card respectively.  Huh

"In the land of the blind, the man with one eye is king."
-ck
Legendary
*
Offline Offline

Activity: 4102
Merit: 1632


Ruu \o/


View Profile WWW
March 28, 2013, 05:59:50 AM
 #11

 Update your SDK to 2.6 or 2.7 and delete any .bin files.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
fortif78 (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10



View Profile
March 28, 2013, 03:28:33 PM
 #12

Update your SDK to 2.6 or 2.7 and delete any .bin files.

Updated to 2.6. Upon running
Code:
./Install-AMD-APP.sh
everything looks to go smoothly until the end when i receive:
Code:
/sbin/ldconfig.real: Path `/lib/x86_64-linux-gnu' given more than once
/sbin/ldconfig.real: Path `/usr/lib/x86_64-linux-gnu' given more than once
/sbin/ldconfig.real: Cannot stat /usr/lib/x86_64-linux-gnu/libnss_db.so: No such file or directory
/sbin/ldconfig.real: Cannot stat /usr/lib/libfglrx_dm.so: No such file or directory

Nevertheless, at the end it reads AMD APP installation completed. So I am not sure if those files had any bearing on the ability for the SDK to install and function properly. I then continued to run cgminer as follows:
Code:
./cgminer --scrypt -o http://server:port -u username -p password -I 10 --gpu-fan 50
(server,port,username, and password all specified when I ran it obviously)
Cgminer starts and opens, but zero improvement. HW actually turned to 1 on my second card pretty much as soon as cgminer started running. I tried to increase the intensity just to see what happened; same thing as before. HW count just rises and rises. I'm so lost on what the issue is still

--fort

"In the land of the blind, the man with one eye is king."
gnarcoinguy
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
April 05, 2013, 06:04:00 PM
 #13

You ever figure this out?  I am having a very similar problem.  100% hardware errors with cgminer on linux.  On the same machine in windows though it works fine... I've tried 6 or 7 different ati drivers now... I'm running out of ideas.
dE_logics
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500



View Profile WWW
December 21, 2013, 09:31:05 AM
 #14

You ever figure this out?  I am having a very similar problem.  100% hardware errors with cgminer on linux.  On the same machine in windows though it works fine... I've tried 6 or 7 different ati drivers now... I'm running out of ideas.

+1

▄▄▄█████████▄▄▄
▄▄█████████████████████▄▄
▄██████████▄▄▄    ▀▀▀███████▄
▄██████████████████▄▄▄   ▀▀█████▄
████████████████████████▌  ▄███████
██████████████▀▀    ▀▀██▀ ▄███▀ ▀████
███████████▀▀  ▄▄ ▄▄     ▄█████▄  ▀████
███████████  ▄▄ ▀█████▄ ▄█▀  █████  ▀████
▄██████████   ▀████▀  ▀███     █████  ▀███▄
██████████▌  ▄████▄  ▄█▀▀██▄   ▐█████  ████
██████████   ▀▀ ▀████▀    ██    ██████ ████
██████████▌      ▄███▄  ▄██▄   ▐██████H████
▀██████████▄   ▄█▀  ▀████▀▀▀   ███████████▀
██████████▀ ▄█▀    ██▀▀██   ▄████████████
███████▀ ▄███▄           ▄█████████████
█████▄▄█████████▄▄▄▄▄████████████████
▀█████████████████████████████████▀
▀█████████████████████████████▀
▀▀███████████████████████▀▀
▀▀███████████████▀▀
▀▀▀▀▀▀▀▀▀
.






  

             ▄████▄▄   ▄
█▄          ██████████▀▄
███        ███████████▀
▐████▄     ██████████▌
▄▄██████▄▄▄▄█████████▌
▀████████████████████
  ▀█████████████████
  ▄▄███████████████
   ▀█████████████▀
    ▄▄█████████▀
▀▀██████████▀
    ▀▀▀▀▀
  

                   ▄▄████
              ▄▄████████▌
         ▄▄█████████▀███
    ▄▄██████████▀▀ ▄███▌
▄████████████▀▀  ▄█████
▀▀▀███████▀   ▄███████▌
      ██    ▄█████████
       █  ▄██████████▌
       █  ███████████
       █ ██▀ ▀██████▌
       ██▀     ▀████
                 ▀█▌
  

             █▀▀▀▄▄▄██▄
             █     ▀██▀
            █
         ▄▄▄█▄▄▄
 ████▄▄███████████▄▄████
▐██████▀▀███████▀▀██████▌
 ▀████    █████    ████▀
  ████▄  ▄█████▄  ▄████
  ▀███████████████████▀
   ▀████▄▀█████▀▄████▀
     ▀▀███▄▄▄▄▄███▀▀
         ▀▀▀▀▀▀▀


          ▄████████
          █████████
          █████
          █████
      █████████████
      █████████████
          █████
          █████
          █████
          █████
          █████


█▄▄              █▄▄
█████▄▄         ██████▄▄
████████       ████████ █
████████ ██   ████████ ██
████████ ███ ████████ ███
████████ ████ ██████ ████
████████ █████ ████ █████
████████ ▀█████ ██ ██████
████████    ▀▀██  ███████
▀███████         ▀███████
   ▀▀███            ▀▀███
       ▀                ▀
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!