dudel42
Member
Offline
Activity: 111
Merit: 10
|
|
January 07, 2018, 09:55:43 AM |
|
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.
|
|
|
|
nitrobg
Member
Offline
Activity: 413
Merit: 17
|
|
January 07, 2018, 10:31:56 AM |
|
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.
|
|
|
|
twente-mining
Member
Offline
Activity: 176
Merit: 10
|
|
January 07, 2018, 03:07:44 PM |
|
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.
|
▄▄▄▄▄▄▄▄▄▄▄▄
|
|
|
dudel42
Member
Offline
Activity: 111
Merit: 10
|
|
January 07, 2018, 07:23:20 PM |
|
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).
|
|
|
|
jbonifacio
Newbie
Offline
Activity: 39
Merit: 0
|
|
January 07, 2018, 09:35:26 PM |
|
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. $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: 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
|
|
|
|
tutulfo (OP)
|
|
January 07, 2018, 10:46:00 PM |
|
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.
|
Megaminer - Multi pool / Multi Algo launcher https://bitcointalk.org/index.php?topic=2059039.0BTC: 1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM ------- LTC: LVwuYbAvbMDVapheQBA7o2qQ2mKTEXVDbX BCH: 1N7wsg4JmWJLP6BuHUP5rwsAXnQjTWPBjr -------- ETH: 0x9b7A01Bf5bD29c66d228d372B5bD1C43cDb78AcC
|
|
|
tutulfo (OP)
|
|
January 07, 2018, 11:08:17 PM |
|
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. $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: 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...
|
Megaminer - Multi pool / Multi Algo launcher https://bitcointalk.org/index.php?topic=2059039.0BTC: 1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM ------- LTC: LVwuYbAvbMDVapheQBA7o2qQ2mKTEXVDbX BCH: 1N7wsg4JmWJLP6BuHUP5rwsAXnQjTWPBjr -------- ETH: 0x9b7A01Bf5bD29c66d228d372B5bD1C43cDb78AcC
|
|
|
tutulfo (OP)
|
|
January 07, 2018, 11:09:12 PM |
|
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
|
Megaminer - Multi pool / Multi Algo launcher https://bitcointalk.org/index.php?topic=2059039.0BTC: 1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM ------- LTC: LVwuYbAvbMDVapheQBA7o2qQ2mKTEXVDbX BCH: 1N7wsg4JmWJLP6BuHUP5rwsAXnQjTWPBjr -------- ETH: 0x9b7A01Bf5bD29c66d228d372B5bD1C43cDb78AcC
|
|
|
OverEasy
|
|
January 07, 2018, 11:42:17 PM |
|
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.
|
|
|
|
tutulfo (OP)
|
|
January 08, 2018, 09:08:22 AM |
|
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.
|
Megaminer - Multi pool / Multi Algo launcher https://bitcointalk.org/index.php?topic=2059039.0BTC: 1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM ------- LTC: LVwuYbAvbMDVapheQBA7o2qQ2mKTEXVDbX BCH: 1N7wsg4JmWJLP6BuHUP5rwsAXnQjTWPBjr -------- ETH: 0x9b7A01Bf5bD29c66d228d372B5bD1C43cDb78AcC
|
|
|
gregfromo
Member
Offline
Activity: 134
Merit: 10
|
|
January 08, 2018, 09:17:10 AM |
|
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.
|
|
|
|
OverEasy
|
|
January 08, 2018, 12:33:02 PM |
|
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"} ] }
|
|
|
|
tutulfo (OP)
|
|
January 08, 2018, 01:18:11 PM |
|
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
|
Megaminer - Multi pool / Multi Algo launcher https://bitcointalk.org/index.php?topic=2059039.0BTC: 1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM ------- LTC: LVwuYbAvbMDVapheQBA7o2qQ2mKTEXVDbX BCH: 1N7wsg4JmWJLP6BuHUP5rwsAXnQjTWPBjr -------- ETH: 0x9b7A01Bf5bD29c66d228d372B5bD1C43cDb78AcC
|
|
|
nitrobg
Member
Offline
Activity: 413
Merit: 17
|
|
January 08, 2018, 01:35:12 PM |
|
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!
|
|
|
|
OverEasy
|
|
January 08, 2018, 07:57:33 PM |
|
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
|
|
|
|
OverEasy
|
|
January 09, 2018, 12:36:37 PM |
|
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"}
|
|
|
|
tutulfo (OP)
|
|
January 10, 2018, 12:35:26 PM |
|
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
|
Megaminer - Multi pool / Multi Algo launcher https://bitcointalk.org/index.php?topic=2059039.0BTC: 1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM ------- LTC: LVwuYbAvbMDVapheQBA7o2qQ2mKTEXVDbX BCH: 1N7wsg4JmWJLP6BuHUP5rwsAXnQjTWPBjr -------- ETH: 0x9b7A01Bf5bD29c66d228d372B5bD1C43cDb78AcC
|
|
|
zorvalth
|
|
January 11, 2018, 12:02:50 PM |
|
Hi there, I fouod one of the rigs like that: https://vgy.me/qt47rj.pngI 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?
|
|
|
|
kansloze
Newbie
Offline
Activity: 17
Merit: 0
|
|
January 11, 2018, 12:04:28 PM |
|
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?
|
|
|
|
tutulfo (OP)
|
|
January 11, 2018, 02:30:07 PM |
|
Hi there, I fouod one of the rigs like that: https://vgy.me/qt47rj.pngI 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.
|
Megaminer - Multi pool / Multi Algo launcher https://bitcointalk.org/index.php?topic=2059039.0BTC: 1AVMHnFgc6SW33cwqrDyy2Fug9CsS8u6TM ------- LTC: LVwuYbAvbMDVapheQBA7o2qQ2mKTEXVDbX BCH: 1N7wsg4JmWJLP6BuHUP5rwsAXnQjTWPBjr -------- ETH: 0x9b7A01Bf5bD29c66d228d372B5bD1C43cDb78AcC
|
|
|
|