Pages:
Author

Topic: CryptoDredge 0.8.0 — NVIDIA GPU Miner [obsolete] - page 6. (Read 25218 times)

legendary
Activity: 1151
Merit: 1001



PS: max temperature for bminer is set to 94 ?! Thats a bit too much for Nvidia...

P.S.
Sorry, but what's that got to do with bminer?
I just noticed the max temp for BMiner, and as there was no other post after mine, added this info as P.S. note

Btw excellent hint about KBomba ccmonitor... can you upload the binary somewhere?
Thanks
newbie
Activity: 38
Merit: 0
Then explain how my gpu's were maxed out during the devfee but tdp was set at 80% prior to the devfee mining starting please.  They should not have gone above 80% or it would have automatically been throttled back down if it crept above the limit that was set - but the limit was changed to max.  They never should have gotten changed to 100% of max power.  That's all I'm asking
Of course it was changing PL and by that it was changing overclock. Don't burn your rigs on CD, use another miner, better one Smiley in both hashrates and stability.
Agreed, but I would have hoped for the developer to own it and apologize if only to keep trustworthiness with users.  It'd be easy to just say it was on purpose and they didn't consider or understand the ramifications at the time.  Maybe it's been completely removed or the code is still there - as a developer my concern without a true statement of what was going on, is that the code is still in place and a bug could activate it, or that it might get turned on again in a subsequent release whether on purpose or accident.  Saying it was "fixed" or "resolved" just tries to sweep it under the rug.  Calling it a lie when it was easy to see, is just ridiculous.
legendary
Activity: 3164
Merit: 1003
How to set the intensity for per GPU? It is installed for all at once.
No way. As a workaround for this issue, you might use a few CryptoDredge instances with -d option.
e.g.:

Code:
CryptoDredge -a -o stratum+tcp:// -u -p -d 0,1,2 -i 5

CryptoDredge -a -o stratum+tcp:// -u -p -d 3,4,5 -i 4

This doesn't work because the lowest set intensity dominates. So in those bat files.... -i 4 is set for both. Smiley
sr. member
Activity: 798
Merit: 252
Insane In The Blockchain ⚠
Then explain how my gpu's were maxed out during the devfee but tdp was set at 80% prior to the devfee mining starting please.  They should not have gone above 80% or it would have automatically been throttled back down if it crept above the limit that was set - but the limit was changed to max.  They never should have gotten changed to 100% of max power.  That's all I'm asking
Of course it was changing PL and by that it was changing overclock. Don't burn your rigs on CD, use another miner, better one Smiley in both hashrates and stability.
newbie
Activity: 9
Merit: 0
I have a problem
In one rig receive 1250kh from 1070Ti and 1050kh for 1080Ti
v 0.7 Linux
TDP 60% . OC didn't help.
newbie
Activity: 38
Merit: 0
Seems like the dev keeps dodging the question on the miner manipulating the settings on its own for the devs benefit regardless of what we set.  I'd like to hear answers to the questions.
The miner does not change any overclocking settings. Current algorithms have different power consumption and require individual overclock settings from the user. We have compensated for that in v0.7.0. And If you are using Phi2 or Lyra2z, the miner will not switch to another algorithm on the devfee session. Apologies!

That doesn't sound right at all.  The power limit was changed to 100% when the devfee started.  

Yes, different algorithms use different amounts of power, but the tdp set would always be respected.  Are you trying to say that the algorithm used would change the tdp from 80% to 100%???  How exactly would that work?  Seriously, just admit you were greedy and trying to max out your devfee and modifying the settings.  Switching to another algorithm would not change the tdp.  
That's a lie. The miner does not change any overclocking settings.


Then explain how my gpu's were maxed out during the devfee but tdp was set at 80% prior to the devfee mining starting please.  They should not have gone above 80% or it would have automatically been throttled back down if it crept above the limit that was set - but the limit was changed to max.  They never should have gotten changed to 100% of max power.  That's all I'm asking
newbie
Activity: 14
Merit: 0
Hi,  The miner keeps stopping on my 1060 3gb cards running allium.  Is that a known issue?
Could you provide log or screenshot?

The miner just stops working after some random amount of time and sits there - no error or crash of the cmd window.   I don't see a log in your folder, so I assume you're looking for a windows event log?  

There's no error in the log associated with cryptodredge stopping

Thanks for your fast reply

EDIT, it works wonders on my 1050tis - thanks!

member
Activity: 157
Merit: 19
starting miner with
-b 127.0.0.1:4068

Is there any way to get status?
opening 127.0.0.1:4068 using webapi.htm from ccminer github returns:
Quote
Error! Unable to get WebSocket data from 127.0.0.1
If i start using
-b 127.0.0.1:4068 --api-type ccminer-ws

I get error from the program
Quote
WARN  - ccminer WebSocket API: boost::too_few_args: format-string referred to more arguments than were passed
The "histo" method from ccminer API don't implemented yet, sorry!
member
Activity: 157
Merit: 19
aaah, so max (-i 6 is default), my bad Smiley

Another dumb question - but how to monitor the app?
Port 4068 is used when starting with -b 0.0.0.0 4068, but I cant get anything...
Any hint how to monitor remotely?


PS: max temperature for bminer is set to 94 ?! Thats a bit too much for Nvidia...
The following works fine for me:
Code:
CryptoDredge -a -o stratum+tcp:// -u -p -b 0.0.0.0:4068

You might use https://github.com/KBomba/ccmonitor or other third-party scripts/applications.

P.S.
Sorry, but what's that got to do with bminer?
legendary
Activity: 1151
Merit: 1001
starting miner with
-b 127.0.0.1:4068

Is there any way to get status?
opening 127.0.0.1:4068 using webapi.htm from ccminer github returns:
Quote
Error! Unable to get WebSocket data from 127.0.0.1
If i start using
-b 127.0.0.1:4068 --api-type ccminer-ws

I get error from the program
Quote
WARN  - ccminer WebSocket API: boost::too_few_args: format-string referred to more arguments than were passed
member
Activity: 157
Merit: 19
Hi,  The miner keeps stopping on my 1060 3gb cards running allium.  Is that a known issue?
Could you provide log or screenshot?
newbie
Activity: 14
Merit: 0
Hi,  The miner keeps stopping on my 1060 3gb cards running allium.  Is that a known issue?
member
Activity: 157
Merit: 19
Seems like the dev keeps dodging the question on the miner manipulating the settings on its own for the devs benefit regardless of what we set.  I'd like to hear answers to the questions.
The miner does not change any overclocking settings. Current algorithms have different power consumption and require individual overclock settings from the user. We have compensated for that in v0.7.0. And If you are using Phi2 or Lyra2z, the miner will not switch to another algorithm on the devfee session. Apologies!

That doesn't sound right at all.  The power limit was changed to 100% when the devfee started. 

Yes, different algorithms use different amounts of power, but the tdp set would always be respected.  Are you trying to say that the algorithm used would change the tdp from 80% to 100%???  How exactly would that work?  Seriously, just admit you were greedy and trying to max out your devfee and modifying the settings.  Switching to another algorithm would not change the tdp. 
That's a lie. The miner does not change any overclocking settings.
newbie
Activity: 38
Merit: 0
Seems like the dev keeps dodging the question on the miner manipulating the settings on its own for the devs benefit regardless of what we set.  I'd like to hear answers to the questions.
The miner does not change any overclocking settings. Current algorithms have different power consumption and require individual overclock settings from the user. We have compensated for that in v0.7.0. And If you are using Phi2 or Lyra2z, the miner will not switch to another algorithm on the devfee session. Apologies!

That doesn't sound right at all.  The power limit was changed to 100% when the devfee started. 

Yes, different algorithms use different amounts of power, but the tdp set would always be respected.  Are you trying to say that the algorithm used would change the tdp from 80% to 100%???  How exactly would that work?  Seriously, just admit you were greedy and trying to max out your devfee and modifying the settings.  Switching to another algorithm would not change the tdp. 
member
Activity: 157
Merit: 19
sadly the dev fee crashes all rigs when mining lyra2v2 by switching to whatever it does.
Guess I'll check back once this is fixed for good.
Could you provide more details? It will help to figure out what's wrong. Actually, If you are using Lyra2REv2, Lyra2z or Phi2, the miner will not switch to another algorithm on the devfee session.
newbie
Activity: 28
Merit: 0
sadly the dev fee crashes all rigs when mining lyra2v2 by switching to whatever it does.
Guess I'll check back once this is fixed for good.
legendary
Activity: 1151
Merit: 1001
aaah, so max (-i 6 is default), my bad Smiley

Another dumb question - but how to monitor the app?
Port 4068 is used when starting with -b 0.0.0.0 4068, but I cant get anything...
Any hint how to monitor remotely?


PS: max temperature for bminer is set to 94 ?! Thats a bit too much for Nvidia...
member
Activity: 157
Merit: 19
what is default intensity per algo?
i want to try setting "1-step below default" on one of my rigs
-i, --intensity
Mining intensity (0 - 6) (default: 6)
Example:
  CryptoDredge -a lyra2v2-old -o stratum+tcp:// -u -i 5
legendary
Activity: 1151
Merit: 1001
what is default intensity per algo?
i want to try setting "1-step below default" on one of my rigs
member
Activity: 157
Merit: 19
Seems like the dev keeps dodging the question on the miner manipulating the settings on its own for the devs benefit regardless of what we set.  I'd like to hear answers to the questions.
The miner does not change any overclocking settings. Current algorithms have different power consumption and require individual overclock settings from the user. We have compensated for that in v0.7.0. And If you are using Phi2 or Lyra2z, the miner will not switch to another algorithm on the devfee session. Apologies!
Pages:
Jump to: