Pages:
Author

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

full member
Activity: 322
Merit: 105
potentially I could add the algorithms but there are some that work on one miner and not the other.  I can manually go and delete miners and such which I did for one or two, but then it becomes a hassle every time you upgrade versions. 

Big problem now is I really want to use MPH but also use the 24 hour profit as it works much better than it switching every whatever minutes to a new algorithm.


MPH hasn´t 24h statistics, only thing you can do is use 24h statistics from Whattomine.


There is a pool called whattomine virtual, it can use any other pool to mine but based on WTM statistics. Default pool order now is: MPH, Suprnova, Yiimp. Search coin in first pool if not find seach second, etc. If you only want to mine on MPH edit this code and delete other pools lines


      switch ($PoolOrder)
                                        {
                                                "1"{$PoolToSearch='MINING_POOL_HUB'}
                                                "2"{$PoolToSearch='Suprnova'}
                                                "3"{$PoolToSearch='YIIMP'}

                                        }


member
Activity: 142
Merit: 10
question , what am i missing , for example Claymore ETH only testing dual with DCR , even tho Lbry and SC are included in config file , same with Excavator , i manually added additionally Lbry to miner json , still nothing , messing with 5.0 master

p.s. since i have MPH and Yiimp on my pool list , blake2b and lbry should be available ...

have you defined wallets for Yiimp coins?, Yiimp hasn´t autoexchange to BTC, you only can mine on a pool if you has defined wallet for that coin in config.txt

yep , i have defined wallets for all yiimp and mph listed coins , benchmarking uses just blake14r part and completely ignoring lbry and blake2b , i even tried to make standalone miner file and left in only sia part

"Algorithms": [
                {"Ethash_Blake2b_40":" -dcoin sc -dcri 40"},
                {"Ethash_Blake2b_60":" -dcoin sc -dcri 60"},
                {"Ethash_Blake2b_80":" -dcoin sc -dcri 80"},
                {"Ethash_Blake2b_100":" -dcoin sc -dcri 100"},
                {"Ethash_Blake2b_120":" -dcoin sc -dcri 120"},
                {"Ethash_Blake2b_140":" -dcoin sc -dcri 140"},
                {"Ethash_Blake2b_160":" -dcoin sc -dcri 160"}
               ]

, nothing , it just gets ignored .... im out of ideas
full member
Activity: 322
Merit: 105
question , what am i missing , for example Claymore ETH only testing dual with DCR , even tho Lbry and SC are included in config file , same with Excavator , i manually added additionally Lbry to miner json , still nothing , messing with 5.0 master

p.s. since i have MPH and Yiimp on my pool list , blake2b and lbry should be available ...

have you defined wallets for Yiimp coins?, Yiimp hasn´t autoexchange to BTC, you only can mine on a pool if you has defined wallet for that coin in config.txt
full member
Activity: 322
Merit: 105
Not support 12 GPU

"GroupName" : "1060","Type":"NVIDIA","GpuPlatform":"0","Gpus":"0,1,2,3,4,5,6,7,8,9,10,11"

program error can used 0-9  only 10 gpu


PlatformId Name        Vendor
---------- ----        ------
         0 NVIDIA CUDA NVIDIA Corporation




No MM gpu number limit, but I think some miners has. What error your get?








That Miner works with 12 gpus out of MegaMiner?

i try direct form ccminer




have you used -d parameter calling out of MM?

It seems like ccminer -d parameter fails for index greater than 10.

Launch GPUlist.bat and see if cuda device 11 exists

newbie
Activity: 3
Merit: 0
Not support 12 GPU

"GroupName" : "1060","Type":"NVIDIA","GpuPlatform":"0","Gpus":"0,1,2,3,4,5,6,7,8,9,10,11"

program error can used 0-9  only 10 gpu


PlatformId Name        Vendor
---------- ----        ------
         0 NVIDIA CUDA NVIDIA Corporation




No MM gpu number limit, but I think some miners has. What error your get?





https://pasteboard.co/GYBiHL7.png


That Miner works with 12 gpus out of MegaMiner?

i try direct form ccminer

https://drive.google.com/file/d/1ZkkZOyH1Ica-nyp7iIga7fNBMpS_KMqD/view?usp=sharing
member
Activity: 142
Merit: 10
question , what am i missing , for example Claymore ETH only testing dual with DCR , even tho Lbry and SC are included in config file , same with Excavator , i manually added additionally Lbry to miner json , still nothing , messing with 5.0 master

p.s. since i have MPH and Yiimp on my pool list , blake2b and lbry should be available ...
newbie
Activity: 29
Merit: 0
Just a heads up to anyone that just wants to copy and paste the stats folder to not benchmark again, the 5.0 introduces N- to all the miner names, so to copy and paste, you'll need to rename all your files. I just let the benchmark run again in case there were any changes in how the information was stored in the files, but wanted to give everyone a heads up since I just discovered it the hard way.

Edit: I assume A- was also added to AMD miners, but I have none to test.
newbie
Activity: 126
Merit: 0
potentially I could add the algorithms but there are some that work on one miner and not the other.  I can manually go and delete miners and such which I did for one or two, but then it becomes a hassle every time you upgrade versions. 

Big problem now is I really want to use MPH but also use the 24 hour profit as it works much better than it switching every whatever minutes to a new algorithm.
newbie
Activity: 29
Merit: 0
So tried automatic 24h.  No mining pool hub with this option?  Is there anyway to use mining pool hub with automatic 24h even if mining pool hub just uses whatever is most profitable at the moment?

So when I restarted to go into 24h mode, it started testing the algorithms again.  Problem is, its testing ones that failed before and just keeps doing this every time I start. I have to manually end the interval so it will get past them.  I suppose I could try and delete them, but this is what I was talking about with multipool miner, it doesn't restart them everytime you start up again.

I'm not sure if MPH's API gives the 24h information or how that effects the miner calculations. What I do to prevent retesting is literally define the algorithms I want to mine in the bat file:

Code:
-Algorithm nist5,neoscrypt,xevan,lyra2v2,phi,equihash,x17,lbry,keccak
newbie
Activity: 126
Merit: 0
So tried automatic 24h.  No mining pool hub with this option?  Is there anyway to use mining pool hub with automatic 24h even if mining pool hub just uses whatever is most profitable at the moment?

So when I restarted to go into 24h mode, it started testing the algorithms again.  Problem is, its testing ones that failed before and just keeps doing this every time I start. I have to manually end the interval so it will get past them.  I suppose I could try and delete them, but this is what I was talking about with multipool miner, it doesn't restart them everytime you start up again.
newbie
Activity: 126
Merit: 0
How does automatic 24h work?  You switch algos once per day to whatever is best?

It still queries the API based on the interval you have set, then makes switches based on the most profitable estimate at this time. Why I like it is that it allows me to mine what's most profitable overall, not just what happens to be the current spike at the time of the API query, as a spike doesn't greatly effect 24h estimates.

Yes, that makes sense. I've been thinking of trying that.  probably do that soon. 
newbie
Activity: 29
Merit: 0
How does automatic 24h work?  You switch algos once per day to whatever is best?

It still queries the API based on the interval you have set, then makes switches based on the most profitable estimate at this time. Why I like it is that it allows me to mine what's most profitable overall, not just what happens to be the current spike at the time of the API query, as a spike doesn't greatly effect 24h estimates.
newbie
Activity: 29
Merit: 0

For using 24h profits, just change MiningMode from automatic to automatic24h in the bat file.

for which pools does automatic24h work (or does it work for all of them)?

Anyone that reports a 24h estimate. I know the YIIMP based pools do, as I mine on those  (zPool, ahash, yiimp, hash refinery). I personally mine on zpool and hash refinery.
newbie
Activity: 126
Merit: 0
How does automatic 24h work?  You switch algos once per day to whatever is best?

One thing I notice with this compared to multipool miner is that this one when benchmarking doesn't appear to figure out that something doesn't work and just keeps trying to launch over and over where multi pool miner will launch 3 times and give up.

one other thing. is there anyway to allow support for ethash 2gb instead of ethash or a way to just disable ethash as my card doesn't support ethash as it only is 2gb and just errors on every one of them when benchmarking.
member
Activity: 111
Merit: 10

For using 24h profits, just change MiningMode from automatic to automatic24h in the bat file.

for which pools does automatic24h work (or does it work for all of them)?
newbie
Activity: 29
Merit: 0
How well does this fair with nvidia gpus? I know they generally are not ideal but does it support any algos that are decent for them?

It suport all algos compatible with Nvidia.



I have to say, that's what I love about MM. It downloads all necessary miner and all variants, determines which is the most profitable with each algorithm during the benchmarking process, then makes sure you're mining the most profitable way possible within the parameters you set between the config file and the bat file.
full member
Activity: 322
Merit: 105
How well does this fair with nvidia gpus? I know they generally are not ideal but does it support any algos that are decent for them?

It suport all algos compatible with Nvidia.

newbie
Activity: 85
Merit: 0
newbie
Activity: 25
Merit: 0
Hello,
Can´t mine LYRA2V2, hashrate is always 0
Using MPH
Have tried in 3 diferent rigs using nvidia GTX1060
here is an image

https://imgur.com/D5uMV1i

Any ideas on how to solve this?




Same for me in other algos with excavator...I have no idea, somebody?

Lyra2v2 is covered by other miners, you can delete excavator miner file.



Yes this solved the problem... I just delete excavator miner file.
thanks, hope someone knows why this happens
newbie
Activity: 29
Merit: 0
How well does this fair with nvidia gpus? I know they generally are not ideal but does it support any algos that are decent for them?

It just launches the typical miners you would see for nvidia GPUs...ccminer, ewbf, etc. So it's as good as those. Though it does test your mining speed on different algorithms against different variants of the previously mentioned miner to choose the most efficient variant to mine with.
Pages:
Jump to: