Pages:
Author

Topic: Megaminer 6.3 - Multi pool / Multi Algo launcher - page 39. (Read 70970 times)

member
Activity: 109
Merit: 10
@tutulfo, any thoughts on this question? I guess you missed it. Basically anyway to call a bat file or a command right before the miner starts based on the algo? 


I'd like to add overclock profiles that automatically run when a miner for a given algorithm is launched.
There are 3 profiles - memory only, core only and balanced, each with different voltage points.

The profiles are applied by running a similar command line:
Code:
C:\nvidiaInspector.exe -lockVoltagePoint:1,850000 -setBaseClockOffset:1,0,200 -setMemoryClockOffset:1,0,250

What would be the easiest way to achieve this?

I do exactly that with Afterburner - it works just fine - remember to mod all the Miner files though to switch back - With NVIDIA, flipping from ethash and other algos require major canges on memory overclock and a significant performance difference
member
Activity: 413
Merit: 17
@tutulfo, any thoughts on this question? I guess you missed it. Basically anyway to call a bat file or a command right before the miner starts based on the algo?  


I'd like to add overclock profiles that automatically run when a miner for a given algorithm is launched.
There are 3 profiles - memory only, core only and balanced, each with different voltage points.

The profiles are applied by running a similar command line:
Code:
C:\nvidiaInspector.exe -lockVoltagePoint:1,850000 -setBaseClockOffset:1,0,200 -setMemoryClockOffset:1,0,250

What would be the easiest way to achieve this?

Sorry I missed it as you say. Without add this option in sourcecode I think only one posibility exists, it is replace each miner .exe for a .bat. This Batch must listen input parameters, call your program and call real miner with parameters.


I will add an option to each miner called PrelaunchCommand to next release, I think it is easy to do.

Edit: it was really easy, I will upload next release with this feature in one hour.

Wonderful, thanks. Can you modify it to be per algo just like @zorvalth said?

Memory-heavy algos like solo ethash only needs memory OC and can work with really low core voltage.
Core-heavy algos like Scrypt, X15, Skein, Groestl, etc., don't need memory so it would be wise to drop memory clock to minimum to save some power and increase the core speed/voltage.
Balanced algos like equihash, dual ethereum and monero (I think) need both memory and core, so a max overclock on both would be excellent.
Other algos are less intensive and this allows higher core voltage and clocks within a given temp target.


Another suggestion would be to factor miner devfee into calculations. Claymore's ETH has 1% solo and 2% dual, Claymore's Zcash and Monero has 2% (SSL) and 2.5% (non-SSL), Fireice's XMR miners have 2%, EWBF has 2% by default (can be turned off). Other miners afaik don't have devfees.
full member
Activity: 223
Merit: 100
@tutulfo, any thoughts on this question? I guess you missed it. Basically anyway to call a bat file or a command right before the miner starts based on the algo?  


I'd like to add overclock profiles that automatically run when a miner for a given algorithm is launched.
There are 3 profiles - memory only, core only and balanced, each with different voltage points.

The profiles are applied by running a similar command line:
Code:
C:\nvidiaInspector.exe -lockVoltagePoint:1,850000 -setBaseClockOffset:1,0,200 -setMemoryClockOffset:1,0,250

What would be the easiest way to achieve this?

Sorry I missed it as you say. Without add this option in sourcecode I think only one posibility exists, it is replace each miner .exe for a .bat. This Batch must listen input parameters, call your program and call real miner with parameters.


I will add an option to each miner called PrelaunchCommand to next release, I think it is easy to do.

Edit: it was really easy, I will upload next release with this feature in one hour.

Thanks, but its better to be based on algorithm, is it possible? Probably setting in the config file?
full member
Activity: 322
Merit: 105
would it be possible to set a minimum profit level...ie. so no mining takes place until level is exceeded?

Possible is but has sense?, at this moment always is profitable mine i think

if you weighed up the electricty costs...at times i just break even

With what cards and electricity cost?, for example with Nvidia pascal and 0.12€/kw is far away from being not profitable.

ha ha ... i wish my electricity was .12 its closer to .20, and my power consumption for a 1080ti,a 1080 and i7 is 653w

anyway it was just a thought, like i say at times it has come close to just breaking even

Wow!!  I thought my country electricity cost was expensive....
member
Activity: 118
Merit: 11
would it be possible to set a minimum profit level...ie. so no mining takes place until level is exceeded?

Possible is but has sense?, at this moment always is profitable mine i think

if you weighed up the electricty costs...at times i just break even

With what cards and electricity cost?, for example with Nvidia pascal and 0.12€/kw is far away from being not profitable.

ha ha ... i wish my electricity was .12 its closer to .20, and my power consumption for a 1080ti,a 1080 and i7 is 653w

anyway it was just a thought, like i say at times it has come close to just breaking even
full member
Activity: 322
Merit: 105
@tutulfo, any thoughts on this question? I guess you missed it. Basically anyway to call a bat file or a command right before the miner starts based on the algo?  


I'd like to add overclock profiles that automatically run when a miner for a given algorithm is launched.
There are 3 profiles - memory only, core only and balanced, each with different voltage points.

The profiles are applied by running a similar command line:
Code:
C:\nvidiaInspector.exe -lockVoltagePoint:1,850000 -setBaseClockOffset:1,0,200 -setMemoryClockOffset:1,0,250

What would be the easiest way to achieve this?

Sorry I missed it as you say. Without add this option in sourcecode I think only one posibility exists, it is replace each miner .exe for a .bat. This Batch must listen input parameters, call your program and call real miner with parameters.


I will add an option to each miner called PrelaunchCommand to next release, I think it is easy to do.

Edit: it was really easy, I will upload next release with this feature in one hour.
full member
Activity: 223
Merit: 100
@tutulfo, any thoughts on this question? I guess you missed it. Basically anyway to call a bat file or a command right before the miner starts based on the algo? 


I'd like to add overclock profiles that automatically run when a miner for a given algorithm is launched.
There are 3 profiles - memory only, core only and balanced, each with different voltage points.

The profiles are applied by running a similar command line:
Code:
C:\nvidiaInspector.exe -lockVoltagePoint:1,850000 -setBaseClockOffset:1,0,200 -setMemoryClockOffset:1,0,250

What would be the easiest way to achieve this?
full member
Activity: 322
Merit: 105
would it be possible to set a minimum profit level...ie. so no mining takes place until level is exceeded?

Possible is but has sense?, at this moment always is profitable mine i think

if you weighed up the electricty costs...at times i just break even

With what cards and electricity cost?, for example with Nvidia pascal and 0.12€/kw is far away from being not profitable.
member
Activity: 118
Merit: 11
would it be possible to set a minimum profit level...ie. so no mining takes place until level is exceeded?

Possible is but has sense?, at this moment always is profitable mine i think

if you weighed up the electricty costs...at times i just break even
full member
Activity: 322
Merit: 105
YIIMP is back !

How do i re-enable it in 4.2 onwards (for auto selection, not manual)

Whilst BTC is dipping i prefer to hold alt-coins and exchange on the way back up when altcoins are usually stronger against BTC - YIIMP allows that and its running on new hardware now so might be quicker

For auto mode you must use 4.1 release Yiimp pool file, I dont recommend, Yiimp api has any kind of limitation and only one call by hour is allowed.

member
Activity: 109
Merit: 10
YIIMP is back !

How do i re-enable it in 4.2 onwards (for auto selection, not manual)

Whilst BTC is dipping i prefer to hold alt-coins and exchange on the way back up when altcoins are usually stronger against BTC - YIIMP allows that and its running on new hardware now so might be quicker
full member
Activity: 322
Merit: 105
would it be possible to set a minimum profit level...ie. so no mining takes place until level is exceeded?

Possible is but has sense?, at this moment always is profitable mine i think
full member
Activity: 322
Merit: 105
is it possible to start mining on zpool in manual mode?
To mine only coins I want?

No, Zpool dont allow select coin to mine, only algo to mine. You can start zpool on automode with only one algo enabled by parameter, but pool will select coin to mine from available to that algo.
full member
Activity: 319
Merit: 100
is it possible to start mining on zpool in manual mode?
To mine only coins I want?
full member
Activity: 322
Merit: 105
How do I keep everything working with Start.bat but remove the dual eth miner, since it just stays on that miner during benchmark.

Easiest way is delete all AMD-ClayDual and Nvidia-ClayDual from miners folder.
full member
Activity: 319
Merit: 100
Guys, how to disable stats in ccminer in megaminer?
Zpool crashes miner when it ask stats

Ok I found it
For those who has the same problem, you can disable stats in zpool.ps1 by deleting "stats" there


And second question - is it possible to start mining on zpool in manual mode?
To mine only coins I want?
full member
Activity: 138
Merit: 100
How do I keep everything working with Start.bat but remove the dual eth miner, since it just stays on that miner during benchmark.
member
Activity: 118
Merit: 11
would it be possible to set a minimum profit level...ie. so no mining takes place until level is exceeded?
full member
Activity: 322
Merit: 105
Where to choose gpu 0,1,2,3,4 and so on..

Not possible, all gpu are selected by default
member
Activity: 121
Merit: 10
Where to choose gpu 0,1,2,3,4 and so on..
Pages:
Jump to: