Pages:
Author

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

full member
Activity: 322
Merit: 105
hi,

I currently have 2 nvdia cards but i am running the old one for display only and the other to mine.
however when i start megaminer, it groups the 2 cards together and start the benchmark.
Is it possible for me to disable the old card so that it will not be run for benchmark and only run benchmark for the new card only?


Default config uses all cards, you can change this using @@GPUGROUPS config variable.

You can see Gpu id running gpulist.bat or current MM screen

if you got 2 cards one of this is what you want.

@@GPUGROUPS=[{"GroupName" : "XXXXX","Type":"NVIDIA,"Gpus":"0"}]

or

@@GPUGROUPS=[{"GroupName" : "XXXXX","Type":"NVIDIA,"Gpus":"1"}]
full member
Activity: 322
Merit: 105
I run into a wired issue, 2 different miners run at the same time, I think it would be a bug? Or is it a feature?

As they said, this is a feature to make old miner mine while new miner is starting. You can config on @@DELAYCLOSEMINER config.txt variable.
full member
Activity: 322
Merit: 105
Why does "PHI" has "*"? http://joxi.ru/5md0qY3fkzXL7m
Is it because phi is 3rd profitable right now?

Yes, this * indicates that is mining due to @@PERCENTTOSWITCH config variable, there is better miner but not "best enough".

newbie
Activity: 28
Merit: 0
Why does "PHI" has "*"? http://joxi.ru/5md0qY3fkzXL7m
Is it because phi is 3rd profitable right now?
newbie
Activity: 4
Merit: 0
I run into a wired issue, 2 different miners run at the same time, I think it would be a bug? Or is it a feature?

I think it is due to the fact that when it runs profitabilty algo, the old miner window did not close therefore you have both miner windows open at the same time.
I think so, do you have the same issue? Is there any way to avoid it?

I had this issue once.
go to config.txt and try setting "@@DELAYCLOSEMINERS=20" to "0" seconds.
it should be fine after that
full member
Activity: 350
Merit: 100
I run into a wired issue, 2 different miners run at the same time, I think it would be a bug? Or is it a feature?

I think it is due to the fact that when it runs profitabilty algo, the old miner window did not close therefore you have both miner windows open at the same time.
I think so, do you have the same issue? Is there any way to avoid it?
newbie
Activity: 4
Merit: 0
I run into a wired issue, 2 different miners run at the same time, I think it would be a bug? Or is it a feature?

I think it is due to the fact that when it runs profitabilty algo, the old miner window did not close therefore you have both miner windows open at the same time.
full member
Activity: 350
Merit: 100
I run into a wired issue, 2 different miners run at the same time, I think it would be a bug? Or is it a feature?
newbie
Activity: 4
Merit: 0
hi,

I currently have 2 nvdia cards but i am running the old one for display only and the other to mine.
however when i start megaminer, it groups the 2 cards together and start the benchmark.
Is it possible for me to disable the old card so that it will not be run for benchmark and only run benchmark for the new card only?
newbie
Activity: 11
Merit: 0
I just have to say, I have tried multi pool miner, nemo's and Megaminer, and Megaminer is by far the best. Keep up the great work!
member
Activity: 111
Merit: 10
Monitoring MegaMiner machines:

While an API endpoint that could be requested from remote machines would be nice, I'm guessing this is a lot to implement and will come after other, more important features, issues and updates.

In the meantime I'd still like to monitor the miners, so I'm suggesting a simple push monitoring method: every time the "Current" screen gets refreshed (or every X minutes -- whatever is easier to implement), MegaMiner would post the current stats (as shown on the Current screen) to a remote server with a simple REST HTTP POST with the data JSON formatted. While I actually haven't done any PowerShell scripting ever, I do know .NET, so I should be able to implement this and post the data to my own (local) server.

Where do you suggest to insert a method call for that?
newbie
Activity: 85
Merit: 0
http://images.vfl.ru/ii/1515683995/f4ecdfd1/20105074.jpg
attempted to divide by 0

Only appears on AMD cards. On NVIDIA this error doesn't exist
full member
Activity: 322
Merit: 105
Hi guys,

I only started with Mega Miner a few days ago, but I noticed that the api from Zpool.ca isn't working well. Is there something I can do about that?


If is real pool api problem...nothing.


...and you must try Ahaspool
full member
Activity: 322
Merit: 105
Hi there, I fouod one of the rigs like that: https://vgy.me/qt47rj.png



I guess there was an internet interruption..

Is it possible for megaminer to keep track of shares and if no shares for certain amount of time to restart the miner?



I have some ideas to upgrade watchdog.
newbie
Activity: 17
Merit: 0
Hi guys,

I only started with Mega Miner a few days ago, but I noticed that the api from Zpool.ca isn't working well. Is there something I can do about that?
full member
Activity: 223
Merit: 100
Hi there, I fouod one of the rigs like that: https://vgy.me/qt47rj.png



I guess there was an internet interruption..

Is it possible for megaminer to keep track of shares and if no shares for certain amount of time to restart the miner?

full member
Activity: 322
Merit: 105
Small typo in your Xevan code for AMD
Here is fix

{
"Path" : ".\\Bin\\AMD-sgminerXevan\\sgminer.exe",
"ExtractionPath" : ".\\Bin\\AMD-sgminerXevan\\",
"Uri" : "https://github.com/LIMXTEC/Xevan-GPU-Miner/releases/download/1/sgminer-xevan-5.5.0-nicehash-1-windows-amd64.zip",
"Types" : ["AMD"],
"Arguments" : "--api-listen -o #PROTOCOL#://#SERVER#:#PORT# -u #LOGIN# -p #PASSWORD# --device #DEVICES# --api-port #APIPORT# --gpu-platform #GPUPLATFORM# #ALGORITHMPARAMETERS#",
"API" : "Xgminer",
"Wrap" : false,
"Dualmining":false,
"PrelaunchCommand":"",
"Algorithms": [
                {"xevan":"-k xevan-mod --intensity 15"}

What is default intensity? I only change default intensities to ensure stability in all platforms
sr. member
Activity: 301
Merit: 251
Small typo in your Xevan code for AMD
Here is fix

{
"Path" : ".\\Bin\\AMD-sgminerXevan\\sgminer.exe",
"ExtractionPath" : ".\\Bin\\AMD-sgminerXevan\\",
"Uri" : "https://github.com/LIMXTEC/Xevan-GPU-Miner/releases/download/1/sgminer-xevan-5.5.0-nicehash-1-windows-amd64.zip",
"Types" : ["AMD"],
"Arguments" : "--api-listen -o #PROTOCOL#://#SERVER#:#PORT# -u #LOGIN# -p #PASSWORD# --device #DEVICES# --api-port #APIPORT# --gpu-platform #GPUPLATFORM# #ALGORITHMPARAMETERS#",
"API" : "Xgminer",
"Wrap" : false,
"Dualmining":false,
"PrelaunchCommand":"",
"Algorithms": [
                {"xevan":"-k xevan-mod --intensity 15"}
sr. member
Activity: 301
Merit: 251
I am having a weird issue on one of my rigs.
All AMD cards / Win64 / Adrenaline Drivers / Latest version MegaMiner
Zpool ONLY

Mega miner attempts to open multiple miners and rig crashes.
Will mine for a while for example on PHI and when I go check it I find rig locked up with PHI, Neo and usually a 3rd window open.

Takes a hard power off using power button.

I am running 4 other rigs with same config and this does  not happen. Not sure whats happening.


try setting "@@DELAYCLOSEMINERS=20" to "0" seconds, I had this too, then set to 0 and no problems since then.



Thank you I did not even notice that setting!
I found the real reason this rig was crashing with multiple windows and wanted others to know about the issue in case they run into the same thing.
All of my AMD cards were bios modded for maximum ETH hash. Some of the cards reacted badly to that when running sgminer and especially sgminer-phi.
Seems (for me anyways) phi is acting weird on certain cards that were extreme bios modded. One card would die and sgminer reported it as sick, then megaminer would try to start another algo but the card was still dead.
And crashed rig...
So far I have 2 cards with the issue. A RX580 GT-S 8GB and a Powercolor 480 4gb. I had to actually bios mod them back to stock!
So bios modding is great for Eth and XMR but some of these other new algos are sensitive to it I guess (on certain cards).
Mystery solved lol
member
Activity: 413
Merit: 17
Can you extend whattomine virtual pool to include zpool and similar yiimp-based pools with BTC autoexchange?
WTM API already provides an "algorithm" key, which can be matched with yiimp's "name" key.

Not all pools are valid for wtm, only are valid if you can choose coin to mine, zpool as example only let you select algo to mine.

Just noticed that WTM's json is quite worthless for shitcoins - it supports only the popular algos and we need to hammer the coins page with requests for each coin, so that's a no-go until WTM adds a more detailed API.
Sorry for wasting your time and thank you sincerely for the wonderful tool!
Pages:
Jump to: