Pages:
Author

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

full member
Activity: 322
Merit: 105
Question for you guys, when I have manually selected running 2 pools using the batch file such as zpool and hash refinery. I'm the algos/miners/profits screen, , it only shows nist5 algo and price for hash refinery and not zpool. Is their a way to have nist5 along with the price and current listed on the same screen and correctly working. How would I modify these scripts to do such a thing. I've been looking at the scripts but haven't figured it out yet.


Press B key, by default only best combination for each algo is shown
sr. member
Activity: 301
Merit: 251
I changed your NSGminer code.
Original did not work for me on AMD

Here is change

{
"Path" : ".\\Bin\\nsgminer-win64-0.9.4\\nsgminer.exe",
"ExtractionPath" : ".\\Bin\\",
"Uri" : "https://github.com/ghostlander/nsgminer/releases/download/nsgminer-v0.9.4/nsgminer-win64-0.9.4.zip",
"Types" : ["AMD"],
"Arguments" : "--api-listen -o #PROTOCOL#://#SERVER#:#PORT# -u #LOGIN# -p #PASSWORD# #DEVICESNSGMODE# --api-port #APIPORT# --gpu-platform #GPUPLATFORM#  --no-adl --remove-disabled  #ALGORITHMPARAMETERS#",
"API" : "Xgminer",
"Wrap" : false,
"Fee" : 0,
"Dualmining":false,
"PrelaunchCommand":"",
"Algorithms": [
                {"Neoscrypt":"--gpu-threads 1 --worksize 64 --intensity 15"}
              ]

}
member
Activity: 134
Merit: 10
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.

full member
Activity: 322
Merit: 105
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.
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.
full member
Activity: 322
Merit: 105
Would be nice if there is some possibility for this :

I own several mining rigs.

Is there a possiblity to have 1 master multiminer screen where i can track/see all the cards i have in several rigs...

Maybe something to look in to.

Would be a great addon if possible.



It will come
full member
Activity: 322
Merit: 105
For monitoring I wrote something specific for my needs. I use  http://openhardwaremonitor.org/  so I can get to the stats remotely. Then I used PHP to pull those stats (which are in json) and create a HTML file with the detail I want to see.

Code:
    $json   = file_get_contents("http://{$miner}:8085/data.json");
    $jArray = json_decode($json, TRUE);

For the web server I use  https://code.google.com/archive/p/mongoose/#!. Here's an example of my output:

Code:
20180107 03:31:01
   BENCH:
      1060 3GB - core:  99% 51^  mem: 203.0 MB   6%
      1060 3GB - core:  95% 62^  mem: 203.0 MB   6%

   MINER:
      1070 Ti - core:  99% 58^  mem: 287.8 MB  22%
      1070 Ti - core: 100% 52^  mem: 287.8 MB  21%
      1070 Ti - core: 100% 56^  mem: 287.8 MB  21%
      1070    - core: 100% 51^  mem: 287.8 MB  20%
      1070 Ti - core:  98% 46^  mem: 287.8 MB  22%
      1080 Ti - core:  98% 58^  mem: 287.8 MB   8%
      1080    - core:  99% 56^  mem: 287.8 MB   9%
      1070 Ti - core:  94% 55^  mem: 287.8 MB  19%

   S7 ASIC:
      60.0  62.0  63.0

I take note...
full member
Activity: 322
Merit: 105
Is there a way to set a fixed port for miners so that external monitoring sw can access the current stats? right now it chooses a different random port number every time a miner starts.

You can add apiport field to miners files, this is not compatible with gpu groups which requires dynamic port assignation.

Next release will use fixed port if gpu groups is unused and dynamic port assignation if gpu groups are used.
newbie
Activity: 39
Merit: 0
For monitoring I wrote something specific for my needs. I use  http://openhardwaremonitor.org/  so I can get to the stats remotely. Then I used PHP to pull those stats (which are in json) and create a HTML file with the detail I want to see.

Code:
    $json   = file_get_contents("http://{$miner}:8085/data.json");
    $jArray = json_decode($json, TRUE);

For the web server I use  https://code.google.com/archive/p/mongoose/#!. Here's an example of my output:

Code:
20180107 03:31:01
   BENCH:
      1060 3GB - core:  99% 51^  mem: 203.0 MB   6%
      1060 3GB - core:  95% 62^  mem: 203.0 MB   6%

   MINER:
      1070 Ti - core:  99% 58^  mem: 287.8 MB  22%
      1070 Ti - core: 100% 52^  mem: 287.8 MB  21%
      1070 Ti - core: 100% 56^  mem: 287.8 MB  21%
      1070    - core: 100% 51^  mem: 287.8 MB  20%
      1070 Ti - core:  98% 46^  mem: 287.8 MB  22%
      1080 Ti - core:  98% 58^  mem: 287.8 MB   8%
      1080    - core:  99% 56^  mem: 287.8 MB   9%
      1070 Ti - core:  94% 55^  mem: 287.8 MB  19%

   S7 ASIC:
      60.0  62.0  63.0
member
Activity: 111
Merit: 10
yeah.. some kind of dashboard would be great.

I tried to use EthMonitoring today, but could not get it to connect to the miner APIs. Also the api port is random (see my post above with the idea of being able to set a fixed port).
member
Activity: 176
Merit: 10
Would be nice if there is some possibility for this :

I own several mining rigs.

Is there a possiblity to have 1 master multiminer screen where i can track/see all the cards i have in several rigs...

Maybe something to look in to.

Would be a great addon if possible.

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.
member
Activity: 111
Merit: 10
Is there a way to set a fixed port for miners so that external monitoring sw can access the current stats? right now it chooses a different random port number every time a miner starts.
member
Activity: 142
Merit: 10
Please remove Excavator. It's broken



just delete N-Excavator.json file from miners dir , it wont bother you again.
full member
Activity: 266
Merit: 100
Please remove Excavator. It's broken

member
Activity: 176
Merit: 10
Look like the fee's for Nicehash are not right if i am not mistaken.

I see 4 % poolfee and a 2 % minerfee at a lot of algorithms.

When using the intern wallet from Nicehash with the command @@WALLET_BTC_NICE=XX in the configfile , the fee's should be different ?

https://www.nicehash.com/help/fees
full member
Activity: 322
Merit: 105
On one my rig - I every 2-5 hours get error "out of memory" on x17.

ccminer - not exit and it show some (I think small) hashrate. (actually it not mine.)
So I 600 sec not mine. Only if x17 algoritm will became not profittable - MM will close this process.
But if x17 still the best - then we will wait more 600 sec..

I have only one sollution - my software watchdog is monitoring Temperature of GPU.
If Temperature go < 20 degreez - it reboot the computer.




I want to upgrade watchdog for not only detect miners fails based on zero speed.
full member
Activity: 322
Merit: 105
PS. tutulfo, make some alternative donation options, LTC, ETH etc. BTC have too high commisions Smiley

Added to signature and readme.md

Thanks
full member
Activity: 322
Merit: 105
As a software watchdog I am using service from rigonline.ru
it monitor temperature and also reboot if GPU is lost.

"out of memory" on x17 I get on 1080ti with Palgin .
Not always, and Palgin show very good speed, so I not remove it..

I usually get out of memory with high overclock.
full member
Activity: 322
Merit: 105
PS. I have added this command to sheduller with every 5 min run,
it also help Smiley

This is best solution, set and forget for future MM update
Pages:
Jump to: