Author

Topic: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.11.0 - page 432. (Read 5805537 times)

legendary
Activity: 952
Merit: 1000
What are the best flags to use for ATI 5830?

I'm only using -w 128 and I-9 right now, any others?

I'm only getting 210 MHash, but before when I was using phoenix I was getting 270 MHash

Try this:

--auto-gpu --auto-fan --gpu-memclock 300 --gpu-engine 600-900 --gpu-fan 25-80 -k phatk -v 2 -w 256 -I 9
legendary
Activity: 1764
Merit: 1002
just updated to 2.9.6 on window 7  Sad

hashing rate is down 10%, normally @ 415 mh/s, pool 0 to ozcoin gets communication errors:

newbie
Activity: 56
Merit: 0
What are the best flags to use for ATI 5830?

I'm only using -w 128 and I-9 right now, any others?

I'm only getting 210 MHash, but before when I was using phoenix I was getting 270 MHash
legendary
Activity: 952
Merit: 1000
hero member
Activity: 910
Merit: 1002
2.7.6 still give me more shares per min.
legendary
Activity: 1764
Merit: 1002
member
Activity: 121
Merit: 10
Been having random crashes ever since I upgraded to 2.9.5 from 2.4.x. My install is 1½ years old Ubuntu 11.04, with 11.6 drivers and 2.4 SDK I believe. Runs fine for a day or so, and this happens on both a 4x 5970 machine and a 5x 58xx one.

It screws up the screen output a bit when it crashes, and looks like this:
Any ideas? Should I just downgrade back to 2.4 as that seemed to work, I mainly updated due to stratum but I suppose that's not really necessary atm.
Absolutely do not downgrade please. Are you running with a pool, backup or otherwise, with GBT at all? There is still one bug when mining on GBT which is only fixed in git. Alternatively run a debug build with core dumps enabled and get a backtrace if you know how.

Sorry, I'm pretty much clueless around linux/cgminer Sad

Primary pool is eclipse (GBT), secondary is btcguild with Stratum.

EDIT: It seems git has a newer version, will try if that helps.
Yes please try the git version then since you have a gbt pool. I also recommend connecting to EMC's stratum pool instead.

Alright, I will try stratum, because I still had a crash just now with the newest 2.9.5 git version. I suppose 2.9.6 doesn't include additional fixes since my yesterday's post?

Anyways, hopefully stratum will help.
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
cut/paste ...

2.9.6
An Xubuntu 11.04 x86_64 executable is in my github downloads called cgminer-2.9.6a
https://github.com/kanoi/cgminer/downloads
(it also works on Fedora 16 and 17)

For anyone who didn't realise, it's just the executable file to put in place of 'cgminer'
Nothing else needs changing
First get and extract the full binary release from ckolivas and then copy my file in place of 'cgminer'

No problems so far on my GPU or 'BFL+2xICA'

Since I'm no longer GPU mining, I just run it for a while on my single 6950 to see what happens
- the other 6950 is waiting to play minecraft with my kids Smiley

BFL+ICAs (1.6GH/s) on OzCoin Stratum with fixed 8 diff

(MMQ is ... still ... doing new code testing)

The same configure options as cvolivas' binary version
In case anyone was wondering:
CFLAGS="-O2 -W -Wall" ./autogen.sh --enable-icarus --enable-bitforce --enable-ztex --enable-modminer --enable-scrypt
make clean
make
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
New version - 2.9.6, 2nd December 2012

Minor bugfixes.


Human readable changelog:

Fixed further crashes with GBT mining.
Scrypt mining now shows more of the relevant hash portion and higher diffs than just 65.5k.


Full Changelog:

- Make gen_stratum_work more robust by using a dynamically allocated array for
the header in case bogus data is sent by the pool to avoid overflowing a static
array.
- scrypt_diff now returns a uint64_t
- Support monitoring and reporting much higher diffs for scrypt mining,
truncating irrelevant zeroes from displayed hash.
- Pass ostate values around in scrypt to be able to extract full hashes if
needed later on.
- Since we will be using calloc_str to put a string into it, convert the
function to calloc_strcat which does it automatically.
- Revert "Handle crash exceptions by trying to restart cgminer unless the
--no-restart option is used."
- Count longpoll and GBT decodes as queued work since the count otherwise
remains static.
- Use the string helper functions to create gbt blocks of any length.
- Provide helper functions calloc_str and realloc_strcat to create and extend
arbitrary length arrays based on string length.
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
Been having random crashes ever since I upgraded to 2.9.5 from 2.4.x. My install is 1½ years old Ubuntu 11.04, with 11.6 drivers and 2.4 SDK I believe. Runs fine for a day or so, and this happens on both a 4x 5970 machine and a 5x 58xx one.

It screws up the screen output a bit when it crashes, and looks like this:
Any ideas? Should I just downgrade back to 2.4 as that seemed to work, I mainly updated due to stratum but I suppose that's not really necessary atm.
Absolutely do not downgrade please. Are you running with a pool, backup or otherwise, with GBT at all? There is still one bug when mining on GBT which is only fixed in git. Alternatively run a debug build with core dumps enabled and get a backtrace if you know how.

Sorry, I'm pretty much clueless around linux/cgminer Sad

Primary pool is eclipse (GBT), secondary is btcguild with Stratum.

EDIT: It seems git has a newer version, will try if that helps.
Yes please try the git version then since you have a gbt pool. I also recommend connecting to EMC's stratum pool instead.
member
Activity: 121
Merit: 10
Been having random crashes ever since I upgraded to 2.9.5 from 2.4.x. My install is 1½ years old Ubuntu 11.04, with 11.6 drivers and 2.4 SDK I believe. Runs fine for a day or so, and this happens on both a 4x 5970 machine and a 5x 58xx one.

It screws up the screen output a bit when it crashes, and looks like this:
Any ideas? Should I just downgrade back to 2.4 as that seemed to work, I mainly updated due to stratum but I suppose that's not really necessary atm.
Absolutely do not downgrade please. Are you running with a pool, backup or otherwise, with GBT at all? There is still one bug when mining on GBT which is only fixed in git. Alternatively run a debug build with core dumps enabled and get a backtrace if you know how.

Sorry, I'm pretty much clueless around linux/cgminer Sad

Primary pool is eclipse (GBT), secondary is btcguild with Stratum.

EDIT: It seems git has a newer version, will try if that helps.
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
Been having random crashes ever since I upgraded to 2.9.5 from 2.4.x. My install is 1½ years old Ubuntu 11.04, with 11.6 drivers and 2.4 SDK I believe. Runs fine for a day or so, and this happens on both a 4x 5970 machine and a 5x 58xx one.

It screws up the screen output a bit when it crashes, and looks like this:
Any ideas? Should I just downgrade back to 2.4 as that seemed to work, I mainly updated due to stratum but I suppose that's not really necessary atm.
Absolutely do not downgrade please. Are you running with a pool, backup or otherwise, with GBT at all? There is still one bug when mining on GBT which is only fixed in git. Alternatively run a debug build with core dumps enabled and get a backtrace if you know how.
member
Activity: 121
Merit: 10
Been having random crashes ever since I upgraded to 2.9.5 from 2.4.x. My install is 1½ years old Ubuntu 11.04, with 11.6 drivers and 2.4 SDK I believe. Runs fine for a day or so, and this happens on both a 4x 5970 machine and a 5x 58xx one.

It screws up the screen output a bit when it crashes, and looks like this:



Any ideas? Should I just downgrade back to 2.4 as that seemed to work, I mainly updated due to stratum but I suppose that's not really necessary atm.
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
Thus, all the efforts now for cgminer development should be in the direction of LTC (scrypt) Smiley
I only work on something if there's an incentive of some sort.
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
cgminer version 2.9.5 - Started: [2012-11-30 18:39:27]
--------------------------------------------------------------------------------
 (5s):0.000 (avg):0.000h/s | Q:9  A:0  R:0  HW:0  E:0%  U:0.0/m
 TQ: 0  ST: 12  SS: 0  DW: 5  NB: 2  LW: 20  GF: 1  RF: 0  WU: 0.0
 Connected to coinotron.com with LP as user Nolo.5
 Block: 2eee5f52bb986e0aa827f861...  Started: [18:39:30]  Best share: 0
--------------------------------------------------------------------------------
 [P]ool management [G]PU management [S ]ettings [D]isplay options [Q]uit
 GPU 0:  51.0C 1216RPM | OFF  / 0.000h/s | A:0 R:0 HW:0 U:0.00/m I:18
 GPU 1:  44.5C 1244RPM | OFF  / 0.000h/s | A:0 R:0 HW:0 U:0.00/m I:18
 GPU 2:  39.0C 1237RPM | OFF  / 0.000h/s | A:0 R:0 HW:0 U:0.00/m I:18
 GPU 3:  39.5C 1270RPM | OFF  / 0.000h/s | A:0 R:0 HW:0 U:0.00/m I:18
--------------------------------------------------------------------------------

 [2012-11-30 18:39:27] Thread 1 being disabled
 [2012-11-30 18:39:28] Error -5: Enqueueing kernel onto command queue. (clEnqueu
eNDRangeKernel)
 [2012-11-30 18:39:28] GPU 2 failure, disabling!
 [2012-11-30 18:39:28] Thread 2 being disabled
 [2012-11-30 18:39:28] Error -5: Enqueueing kernel onto command queue. (clEnqueu
eNDRangeKernel)
 [2012-11-30 18:39:28] GPU 3 failure, disabling!
 [2012-11-30 18:39:28] Thread 3 being disabled
 [2012-11-30 18:39:30] LONGPOLL from pool 0 detected new block


What does this error -5 mean?  
#define CL_OUT_OF_RESOURCES                         -5

Combination of your current graphics requirements and your choice of settings for your hardware is too high.
hero member
Activity: 686
Merit: 500
Whoa, there are a lot of cats in this wall.
 cgminer version 2.9.5 - Started: [2012-11-30 18:39:27]
--------------------------------------------------------------------------------
 (5s):0.000 (avg):0.000h/s | Q:9  A:0  R:0  HW:0  E:0%  U:0.0/m
 TQ: 0  ST: 12  SS: 0  DW: 5  NB: 2  LW: 20  GF: 1  RF: 0  WU: 0.0
 Connected to coinotron.com with LP as user Nolo.5
 Block: 2eee5f52bb986e0aa827f861...  Started: [18:39:30]  Best share: 0
--------------------------------------------------------------------------------
 [P]ool management [G]PU management [S ]ettings [D]isplay options [Q]uit
 GPU 0:  51.0C 1216RPM | OFF  / 0.000h/s | A:0 R:0 HW:0 U:0.00/m I:18
 GPU 1:  44.5C 1244RPM | OFF  / 0.000h/s | A:0 R:0 HW:0 U:0.00/m I:18
 GPU 2:  39.0C 1237RPM | OFF  / 0.000h/s | A:0 R:0 HW:0 U:0.00/m I:18
 GPU 3:  39.5C 1270RPM | OFF  / 0.000h/s | A:0 R:0 HW:0 U:0.00/m I:18
--------------------------------------------------------------------------------

 [2012-11-30 18:39:27] Thread 1 being disabled
 [2012-11-30 18:39:28] Error -5: Enqueueing kernel onto command queue. (clEnqueu
eNDRangeKernel)
 [2012-11-30 18:39:28] GPU 2 failure, disabling!
 [2012-11-30 18:39:28] Thread 2 being disabled
 [2012-11-30 18:39:28] Error -5: Enqueueing kernel onto command queue. (clEnqueu
eNDRangeKernel)
 [2012-11-30 18:39:28] GPU 3 failure, disabling!
 [2012-11-30 18:39:28] Thread 3 being disabled
 [2012-11-30 18:39:30] LONGPOLL from pool 0 detected new block


What does this error -5 mean?  
legendary
Activity: 4592
Merit: 1851
Linux since 1997 RedHat 4
CGMiner attempting undesired conection to IP in Germany on every primary pool fail. Dare to "explain" it a bit?
It's a hack I put in there that sees your specific pool usernames and steals your coins ...

Dang, how exactly I forgot to put you on ignore list?

Fixed!

Bye, retard.
Wow - got my first ignore 'change' on my display - always wondered what it shows.
hero member
Activity: 497
Merit: 500
That blunt stupidity just made my day. Thanks SUBstandard.
legendary
Activity: 1795
Merit: 1208
This is not OK.
subSTANDARD being a dipshit again?

Hmmm...
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
CGMiner attempting undesired conection to IP in Germany on every primary pool fail. Dare to "explain" it a bit?






You sir, imply some very serious allegations and I suggest you consult your lawyers before posting such drivel before I sue you for libel.

You are connecting to 50BTC.com and this is what 50BTC is sending you:
 [2012-12-01 09:29:51] HTTP hdr(X-Long-Polling): http://5.9.207.236:8331/LP                    

That address is where 50BTC's longpoll comes from. If you don't want to connect to there, use a different pool.
Jump to: