Author

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

legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
everytime i try to run java api notify i get a constant tag 13 in class file
Well "code tag" the actual error so I can see.
Also include the output of "java -version"
and lastly - of course it is "java API notify"
(the capital letters I've typed before do matter)
(though that is probably nothing to do with the problem)

The fix may well be "javac API.java" but will require the java SDK
hero member
Activity: 502
Merit: 500
everytime i try to run java api notify i get a constant tag 13 in class file
full member
Activity: 210
Merit: 100
i wanted to try a new pool, and it happens to have empty paswords.
...
Is there any way to use a pool with no pasword without using .conf file ?
try -p ""
newbie
Activity: 78
Merit: 0
hi again

i wanted to try a new pool, and it happens to have empty paswords.

I can use that with the .conf file, but i have my stuff configured with scripts with each parameter.

i tried leaving just -p, nothing at all pasword related, or -p -1 (the config file has -1 for pasword when you manuallly run cgminer, input no pasword and generate it), and no luck.

Is there any way to use a pool with no pasword without using .conf file ?
full member
Activity: 196
Merit: 100
Web Dev, Db Admin, Computer Technician
('Reaped' has nothing to do with it)

Doesn't 'Reaped curl' mean the sockets have closed, meaning no communication?
Nope.
The in-code comment is:
/* We reap curls if they are unused for over a minute */

It means that cgminer has decided that a single curl is no longer needed so it was shut down.

The fact that your message says '6' means that it certainly hasn't run out of curls quite yet ...
('6' means there are now 5 left for the pool ...)

Thanks for the explanation.
hero member
Activity: 518
Merit: 500
They will only clock back up if the temperature drops enough again.

How long will this take ? I left them about 15 minutes after the heat stopped and the cold begun and they did not clock back automatically ( I had to do it manually ).

Thanks !

Anybody know how much this "unthrottling" takes once the source of heat is gone ?

It seems that the cards do clock back up after some time ( as ckolivas said ) but I still have not managed to determine after how long.

I left them overnight and they did clock back up !
hero member
Activity: 560
Merit: 500
@Goat: Do you have the drivers for the cards?
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
The API is to check the status of the miner.
The one I was thinking may be of interest is 'notify'
(if any GPU was having trouble and you had no log file, the 'notify' command shows some of the error stats that would have flashed past in the log)

Again to run API commands you need java installed and run a command prompt and cd to the cgminer folder and:
 java API notify
or any other command you want to look at that is documented in the README
 java API config
is interesting also

There are other ways to use the API but that is the simplest way without installing a whole bunch of other stuff ...
hero member
Activity: 502
Merit: 500
hey i have api listen on how do i get logs from it ?
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
sorry about that fixed
http://pastebin.com/23t06kem
Hmm, well that says it works fine and aborted with a Ctrl-C at the end.

You'll need to post a log that includes when it hangs so we can see what happened just before it hung.
hero member
Activity: 518
Merit: 500
They will only clock back up if the temperature drops enough again.

How long will this take ? I left them about 15 minutes after the heat stopped and the cold begun and they did not clock back automatically ( I had to do it manually ).

Thanks !

Anybody know how much this "unthrottling" takes once the source of heat is gone ?
hero member
Activity: 502
Merit: 500
sr. member
Activity: 378
Merit: 250
Why is it so damn hot in here?
hero member
Activity: 502
Merit: 500
let me know if you need more of the log file
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
sorry for the no info i would love to provide it if i was able to.
the system is a crossfire 5 board bulldozer processor, 1250 power supply and 3 5970, all 3 5970 cores are running stock clocks with me lowered to 300, temps are from 62-70 not any hotter then that. ive tried running the java commands but like i said cg pretty much freezes up not even a min after starting it i just wanted to try an older version of cg to see if it was somthing to do with the new version or if it was me. 
If you can't actually run the API command fast enough (i.e. it's a short term failure)
Then run cgminer -D -T --verbose 2>log.log
and the log.log file created should have something useful in it explaining either what problems are happening or at the least, the last thing it was doing before it hung
As for getting older versions, they are at the same place the current version is.

Since you have now mentioned the cards you are using, what are the full cgminer options you are running with?
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
('Reaped' has nothing to do with it)

Doesn't 'Reaped curl' mean the sockets have closed, meaning no communication?
Nope.
The in-code comment is:
/* We reap curls if they are unused for over a minute */

It means that cgminer has decided that a single curl is no longer needed so it was shut down.

The fact that your message says '6' means that it certainly hasn't run out of curls quite yet ...
('6' means there are now 5 left for the pool ...)
full member
Activity: 196
Merit: 100
Web Dev, Db Admin, Computer Technician
('Reaped' has nothing to do with it)

Doesn't 'Reaped curl' mean the sockets have closed, meaning no communication?
sr. member
Activity: 446
Merit: 250
sorry for the no info i would love to provide it if i was able to.
the system is a crossfire 5 board bulldozer processor, 1250 power supply and 3 5970, all 3 5970 cores are running stock clocks with me lowered to 300, temps are from 62-70 not any hotter then that. ive tried running the java commands but like i said cg pretty much freezes up not even a min after starting it i just wanted to try an older version of cg to see if it was somthing to do with the new version or if it was me. 

It shows up in cgminer as 6 gpu's/cores then? I had problems when I tried 6 "cores" on one of my rigs and had to split one off but I don't remember if it was cgminer or windows 7 that didn't like it.
hero member
Activity: 502
Merit: 500
sorry for the no info i would love to provide it if i was able to.
the system is a crossfire 5 board bulldozer processor, 1250 power supply and 3 5970, all 3 5970 cores are running stock clocks with me lowered to 300, temps are from 62-70 not any hotter then that. ive tried running the java commands but like i said cg pretty much freezes up not even a min after starting it i just wanted to try an older version of cg to see if it was somthing to do with the new version or if it was me. 
Jump to: