Search content
Sort by

Showing 5 of 5 results by MoonDogg98
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 4.2c: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)
by
MoonDogg98
on 22/06/2019, 14:54:25 UTC
If you don't want to look through the log files, just use the "s" command while the miner is running then copy the output and put it into your config file. Whats in the log file is what is displayed in real time in the CMD window.

I am the co-developer of MultiPoolMiner (www.multiPoolMiner.io).
Unfortunately your approach is not an option... our software (and similar software based on the MPM core, e.g. NemosMiner, RainbowMiner) requires an all-automatic way with no user intervention.

Oh I did not know you was trying to integrate it into another system. Hmm...  I guess you would need some type of API to get the optimized -gt value and insert it into the config file for the next time it restart its automatically there. Is there any kind of way you can monitor the output of the miner and parse the -gt value and insert it into the config file?
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 4.2c: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)
by
MoonDogg98
on 21/06/2019, 23:07:18 UTC
If you don't want to look through the log files, just use the "s" command while the miner is running then copy the output and put it into your config file. Whats in the log file is what is displayed in real time in the CMD window.
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 4.2c: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)
by
MoonDogg98
on 21/06/2019, 20:56:24 UTC
second thing that can be easily fixed - auto-tuning is quite slow and it is running after gpu temp reaching its limit. every time!
there is no need for this. just use gt values found during startup.
   It is deliberately "slow" (it takes 3-5 minutes on average) in order to get repeatable and reliable results. If the auto-tuning is significantly faster, we will be taking less measurements and as a result the "best" GT found may not be optimal. To avoid the problem you are running into, you can run auto-tune again after the temperatures has stabilized. In order to do that, you need to press the 'z' in the miner console window.


no, i am not complaining about its slowness.
the problem is that if gt is not set, auto-tune runs every time gpu starts mining after reaching temp limit.
so, instead of start running at 33MH with already found gt value, gpu starts at 26MH and when it reaches 33 after few minutes, it can reach temp limit again and stop mining.
yes, that is not normal in long term usage, but when it is too hot you have no so many choices.

btw, what do think about starting auto-tuning not from 0 but from user-defined value?
so if most of gpus have the same +/- 1 gt value, you can set, for example, -gt 15, and auto-tuning will try higher and lower values for best performance, and it will take much less time to complete.

It would be very helpful if the best found auto tuning values were available in the API data, or even better stored in a human readable file. PM could then just apply that data on the next start.


This is possible, just read your log file and look at the last line that has "current -gt xx xx xx xx" value in the log and put that in your start.bat or what ever you use to start the miner. That is what I did. You can also press "s" while the miner is running and it will tell you what the current "-gt" value is and you can put that in your config. It will also put it in the log file when you do that as well. 

This is the output of "s" while miner is running in the log:
Code:
2019.06.21:15:53:40.501: main Eth: Mining ETH on ssl://us1.ethermine.org:5555 for 9:37
2019.06.21:15:53:40.501: main Available GPUs for mining:
2019.06.21:15:53:40.501: main GPU1: Radeon RX 570 Series (pcie 1), OpenCL 2.0, 8 GB VRAM, 32 CUs
2019.06.21:15:53:40.501: main GPU2: Radeon RX 570 Series (pcie 2), OpenCL 2.0, 8 GB VRAM, 32 CUs
2019.06.21:15:53:40.501: main GPU3: Radeon RX 570 Series (pcie 4), OpenCL 2.0, 8 GB VRAM, 32 CUs
2019.06.21:15:53:40.501: main GPU4: Radeon RX 570 Series (pcie 5), OpenCL 2.0, 8 GB VRAM, 32 CUs
2019.06.21:15:53:40.501: main GPU5: Radeon RX 570 Series (pcie 6), OpenCL 2.0, 4 GB VRAM, 32 CUs
2019.06.21:15:53:40.501: main GPU6: Radeon RX 570 Series (pcie 9), OpenCL 2.0, 8 GB VRAM, 32 CUs
2019.06.21:15:53:40.501: main GPU7: Radeon RX 570 Series (pcie 10), OpenCL 2.0, 8 GB VRAM, 32 CUs
2019.06.21:15:53:40.501: main GPU1: 46C 49%, GPU2: 46C 49%, GPU3: 43C 49%, GPU4: 43C 49%, GPU5: 41C 49%, GPU6: 44C 49%, GPU7: 45C 49%
2019.06.21:15:53:40.501: main Current -gt 36,39,41,41,37,41,41
2019.06.21:15:53:40.501: main Eth: Accepted shares 15221 (15 stales), rejected shares 0 (0 stales)
2019.06.21:15:53:40.501: main Eth: Incorrect shares 13 (0.09%), est. stales percentage 0.10%
2019.06.21:15:53:40.501: main Eth: Maximum difficulty of found share: 55.3 TH (!!!)
2019.06.21:15:53:40.501: main Eth: Average speed (5 min): 216.557 MH/s
2019.06.21:15:53:40.501: main Eth: Effective speed: 211.15 MH/s; at pool: 211.15 MH/s


Config Example:
Code:
PhoenixMiner.exe -pool ssl://us1.ethermine.org:5555 -pool2 ssl://eu1.ethermine.org:5555 -wal yourwallet.yourrigname -amd -proto 3 -gt 36,39,41,41,37,41,41
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 4.2c: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)
by
MoonDogg98
on 20/06/2019, 15:51:41 UTC
To answer other questions:

1. Yes, we are working on the next version. There aren't any huge changes however, so we are taking our time to fix any problems, add small missing features, etc. We will probably release the next version shortly after the new AMD 5700 cards are released (they should be out on Jul 7th).
2. You should not upgrade the AMD drivers or let Windows 10 upgrade itself because all current AMD cards are released a long time ago (Radeon VII is the only exception) and there is no upside in upgrading the driver, only downsides (like AMD constantly changing the API for clocks, fans, voltages control, etc.).

Just wanted to say thanks for the work you are doing. This software is averaging 1-2MH/s faster on each card and is way more stable then claymore ever was for me.

6 X RX570 8GB 1 X RX570 4GB   217MH/s Reported ---  Average @ pool 200-217MH/s.
Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 4.2c: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux)
by
MoonDogg98
on 08/06/2019, 13:02:39 UTC
Quote
My virtual memory is NUMBER_OF_GPUS * 8 + 8 GB. And on 19.4.3 all works. Miner didn't support new AMD-APP in 19.5.x drivers. And he wrote about that right after launch.

Did you see any improvements over 19.3.3 with 19.4.3? I was using 19.5.2 on claymore and switch to Phoenix and it was working but got an error on start up about unknown openCL and I had one card would fail after a few hours. I switched to 19.3.3 and now its rock solid.

Rig : 2 MSI RX 570 4GB and 4 MSI RX570 8GB . 184.2MH/s