Bitcoin Forum
June 22, 2024, 01:13:17 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: PhoenixMiner 5.7b: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux) on: August 28, 2021, 08:48:32 AM
Hello!

Is there a way to set the accuracy of the time stamp in the remote monitoring data (I can't find an option for this in the readme file) else can the accuracy be improved in the base code?

I'm looking at coding up a dashboard to plot the miner performance stats (rate, temps, fan speeds etc)... ideally I'd pull the data from the remote monitoring url as this is easier to set up than pointing to the log file, but the time stamp is chopped to the minute so it's not accurate enough to plot the data (since there can be multiple results per minute). I think chopping to the second would be adequate.

The alternative is that I just overwrite any existing data with the later data for a specific time stamp, so it just plots the most recent data for that stamp, but it seems a shame to waste perfectly good data.

Thanks!
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: PhoenixMiner 5.7b: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux) on: August 22, 2021, 07:47:03 PM
Hi there!

I thought I'd share this since maybe somewhere here wants to do something similar and it might save them some time.

My miner has been playing up on the last version (5.6) and I wanted to capture the performance data so that I could plot it and see if there's any indications of when it's going to fnck up. I ended up writing some Python code that imports a log file, extracts the data and then generates some charts.



Here's a post describing what the code is doing https://jonnymaserati.github.io/2021/08/21/why-engineers-should-use-python.html.

There's a link at the bottom of the post to download the .py file.

Hope it helps someone... I can always make a repo on GitHub if anyone wants to develop it a bit more.

Interestingly, the problem I was having (the hash rate dropping to zero and then rocketing to a huge value before crashing the miner) seems to have stopped since updating to version 5.7b and this didn't happen with previous versions?
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: PhoenixMiner 5.3b: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux) on: December 02, 2020, 11:40:06 AM
I would post a log of my error but simply when I use any version past 5.0e right after command line execution, it says invalid option 3333, its only on one rig like this , i also as well lost 2.6 mh off each vega 56 , all other cards 570 and 5700 .1mh which I see phoenix explained about the kernels. How long will 5.0e be able to mine for.

I tried all previous working driver sets still gets instant invalid option 3333 as soon as phoenix miner command line executes. This is with 5.1c till now only on one rig that has a mix of vega 56s and 5700s and 1 570. Is it something wrong with my windows version?


Have you tried using a different port? Maybe that port number is already in use on your machine.

Set a different port with:
 
Code:
-cdmport <n>
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: PhoenixMiner 5.3b: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux) on: December 02, 2020, 11:13:15 AM
Why do hardware options appear to have little to no effect using PhoenixMiner (was also the case with Claymore) on Ubuntu?

They work fine on Windows 10 where I can get my Vega 56 cards running around 120 watts with a decent hash rate, but I can't bring down the power at all when running under Ubuntu? For example, the desktop I'm writing this on has a Vega 64 LE that I know is good for high 40s hash rates with ETH, ETC etc. But under Ubuntu I can't budge it from 36 MH/s and 260 W.

Currently running Ubuntu 20.04.1 with open AMD 20.20 driver and PhoenixMiner 5.3b.

Any ideas?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!