Bitcoin Forum
May 09, 2024, 08:53:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Cgminer will not submit on linux.  (Read 1782 times)
Naelr (OP)
Full Member
***
Offline Offline

Activity: 231
Merit: 100


View Profile WWW
October 27, 2012, 01:24:43 AM
 #1

Running Ubuntu 11.04 64 bit with CGminer 2.7.5 

when I try to mine litecoins and the pools is either PPS or P2POOL it doesn't matter (bitcoins no problem)... the miner says it is submitting shares and they are accepted but nothing seems to be received by either my PPS pool or my p2pool node.  ON my second box running win 7 I can scrypt mine just fine ... anyone have any ideas ?  thought about upgrading cgminer but on the version before 2.7.5 it wouldn't submit either.

Naelr

Join me in hosted mining.  And always use 2 Factor Auth whenever possible.
CEX.IO hosting mining
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715288007
Hero Member
*
Offline Offline

Posts: 1715288007

View Profile Personal Message (Offline)

Ignore
1715288007
Reply with quote  #2

1715288007
Report to moderator
1715288007
Hero Member
*
Offline Offline

Posts: 1715288007

View Profile Personal Message (Offline)

Ignore
1715288007
Reply with quote  #2

1715288007
Report to moderator
SAC
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
October 27, 2012, 03:31:48 AM
 #2

Running Ubuntu 11.04 64 bit with CGminer 2.7.5  

when I try to mine litecoins and the pools is either PPS or P2POOL it doesn't matter (bitcoins no problem)... the miner says it is submitting shares and they are accepted but nothing seems to be received by either my PPS pool or my p2pool node.  ON my second box running win 7 I can scrypt mine just fine ... anyone have any ideas ?  thought about upgrading cgminer but on the version before 2.7.5 it wouldn't submit either.

Naelr

You don't tell us how you are starting the program ie. the command line arguments. It has worked for me since the start of support 2.6.0 or .6.1 I believe for the first version offering it. Running 11.04 64 bit 2.7 sdk 12.6 driver if my memory serves me well.
Naelr (OP)
Full Member
***
Offline Offline

Activity: 231
Merit: 100


View Profile WWW
October 27, 2012, 02:44:05 PM
 #3

Running Ubuntu 11.04 64 bit with CGminer 2.7.5  

when I try to mine litecoins and the pools is either PPS or P2POOL it doesn't matter (bitcoins no problem)... the miner says it is submitting shares and they are accepted but nothing seems to be received by either my PPS pool or my p2pool node.  ON my second box running win 7 I can scrypt mine just fine ... anyone have any ideas ?  thought about upgrading cgminer but on the version before 2.7.5 it wouldn't submit either.

Naelr

You don't tell us how you are starting the program ie. the command line arguments. It has worked for me since the start of support 2.6.0 or .6.1 I believe for the first version offering it. Running 11.04 64 bit 2.7 sdk 12.6 driver if my memory serves me well.


Yea good point I start it with no command line arguments except calling the config file and here is my config

{
"pools" : [
        {
                "url" : "http://whatever.pool.com:9332",
                "user" : "myaddressyoucan'tsee",
                "pass" : "X"
        }

]
,
"intensity" : "16",
"vectors" : "1",
"worksize" : "128",
"kernel" : "scrypt",
"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" : "1",
"log" : "5",
"queue" : "1",
"retry-pause" : "5",
"scan-time" : "60",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}

Join me in hosted mining.  And always use 2 Factor Auth whenever possible.
CEX.IO hosting mining
Naelr (OP)
Full Member
***
Offline Offline

Activity: 231
Merit: 100


View Profile WWW
October 27, 2012, 03:00:33 PM
 #4

Also the card is a 6950 if that makes any difference

Naelr

Join me in hosted mining.  And always use 2 Factor Auth whenever possible.
CEX.IO hosting mining
SAC
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
October 27, 2012, 07:08:32 PM
Last edit: October 27, 2012, 07:21:32 PM by SAC
 #5


"kernel" : "scrypt",


That option has never worked for me it starts but then tries to mine btc on a ltc pool when I use it I need the --scrypt when starting on the command line then it will actually mine ltc. Here is the file I use when starting it.

Code:
cat ltc.sh 
export GPU_USE_SYNC_OBJECTS=1
export GPU_MAX_ALLOC_PERCENT=100
export DISPLAY=:0
cd ~
cp .cgminer/cgminer.conf-ltc .cgminer/cgminer.conf

~/cgminer-2.8.5 --scrypt --api-listen --api-allow W:127.0.0.1,R:192.168.0.0/24 -g 1

All other options are in the cgminer.conf. except the core/memory speeds I need to set it manually with another file as if in the .conf file they don't seem to take effect. For your 6950 I find that worksize 256 vectors 4 intensity18 and speeds of 800,1250 get me the best result of nearly 400kh/s on the one I have.

Edit: Here is the cgminer.conf I use as well for the 6950 the threads are 7040 that I use, it is the first card in this conf file.

Code:

cat .cgminer/cgminer.conf
{
"pools" : [
.......
],

"auto-fan" : true,
"auto-gpu" : true,
"temp-target" : "81",
"gpu-fan" : "0-100",
"intensity" : "18,13",
"vectors" : "4,4",
"worksize" : "256,256",
"thread-concurrency" : "7040,8192",
"log" : "5",
"queue" : "1",
"retry-pause" : "5",
"scan-time" : "60",
"donation" : "0",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}
Naelr (OP)
Full Member
***
Offline Offline

Activity: 231
Merit: 100


View Profile WWW
October 28, 2012, 04:01:13 AM
 #6

Thanks for the input .. I will try that as soon as I can on my linux box... will let ya know what happens...

Naelr

Join me in hosted mining.  And always use 2 Factor Auth whenever possible.
CEX.IO hosting mining
Naelr (OP)
Full Member
***
Offline Offline

Activity: 231
Merit: 100


View Profile WWW
October 28, 2012, 06:05:03 AM
 #7

OK made some changes and started with --scrypt flag ... it sends some data to the pool but it isn't mining at the 371 Kh/s it claims it is.. I even updated to cgminer 2.8.5a ... compared to my 6970 in windows... I might as well be cpu mining... the page reports it is getting 3Kh/s after about 3 mins of mining and my 6970 is up to over 86 (the page is average over 15 minutes) ... what will help some logs?

Thanks
Naelr

Join me in hosted mining.  And always use 2 Factor Auth whenever possible.
CEX.IO hosting mining
SAC
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
October 28, 2012, 07:45:46 AM
Last edit: October 28, 2012, 08:15:11 AM by SAC
 #8

OK made some changes and started with --scrypt flag ... it sends some data to the pool but it isn't mining at the 371 Kh/s it claims it is.. I even updated to cgminer 2.8.5a ... compared to my 6970 in windows... I might as well be cpu mining... the page reports it is getting 3Kh/s after about 3 mins of mining and my 6970 is up to over 86 (the page is average over 15 minutes) ... what will help some logs?

Thanks
Naelr

That sounds like pool problem to me when I use it they show the correct speed that cgminer shows me. What pool you using? Also my 6970's get 425mh/s using all the same settings as my 6950 except 7200 for the threads. As well there is an official support thread on this forum they can probably help better there by looking at the logs for you I have no clue how to read them.

https://bitcointalk.org/index.php?topic=28402.0;topicseen
Naelr (OP)
Full Member
***
Offline Offline

Activity: 231
Merit: 100


View Profile WWW
October 29, 2012, 04:15:52 AM
 #9

2 pools.... p2pool and xurious ... on my local p2pool node after running for 30 minutes... the client reports it is going at 315Kh/s and on my node page I only see

Local rate: 8.71kH/s (12% DOA)

when I mine with my 6970 on my windows box to the same pool in just under 10 minutes it is up to 400+ Kh/s rate...

I will check out that that thread tomorrow some time it is late and I am going to bed.

Naelr

Join me in hosted mining.  And always use 2 Factor Auth whenever possible.
CEX.IO hosting mining
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!