Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add regexes: ethminer, T-Rex, lolMiner; Edit ethash test: diff, blob; #43

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Spudz76
Copy link
Contributor

@Spudz76 Spudz76 commented Oct 22, 2021

  • Add regexes for ethminer/T-Rex/lolMiner/PhoenixMiner
  • Change test packets for ethash:
    • Lower test diff, T-Rex/PhoenixMiner thought 1000000 was illegal (possibly others didn't like it, too) 10.24 is plenty
    • Update to recent epoch blob (390 was ancient, 448 now) mainly because GTX1060 (and others) lose hashrate as epoch ages due to bandwidth something something. So this will be more accurate.
  • Fixed problem with false matching in regexes (wrong miner hit)
  • Modified benchmark to go line-by-line so that you can cat a log file as a "miner"
  • Add variance logic to automatically ignore widely strange hashrates (such as low at startup)
  • Update regexes for TeamRedMiner
  • Move less specific regexes to bottom to avoid false hits
  • Fixed and tested T-Rex with multiple GPUs (track and take total); it does not show a Total line when there is only a single GPU, therefore the complexity

@Spudz76 Spudz76 marked this pull request as draft October 22, 2021 21:30
@Spudz76
Copy link
Contributor Author

Spudz76 commented Oct 22, 2021

Found bug with T-Rex if you have more than GPU#0, fixing...

@Spudz76
Copy link
Contributor Author

Spudz76 commented Oct 23, 2021

  • Fixed problem with false matching in regexes (wrong miner hit)
  • Modified benchmark to go line-by-line so that you can cat a log file as a "miner"

@Spudz76
Copy link
Contributor Author

Spudz76 commented Oct 23, 2021

  • Add variance logic to automatically ignore widely strange hashrates (such as low at startup)

@Spudz76 Spudz76 closed this Oct 23, 2021
@Spudz76 Spudz76 reopened this Oct 23, 2021
@Spudz76
Copy link
Contributor Author

Spudz76 commented Oct 23, 2021

  • Update regexes for TeamRedMiner

@Spudz76
Copy link
Contributor Author

Spudz76 commented Oct 23, 2021

  • Move less specific regexes to bottom to avoid false hits

@Spudz76
Copy link
Contributor Author

Spudz76 commented Oct 23, 2021

  • Fixed and tested T-Rex with multiple GPUs (track and take total); it does not show a Total line when there is only a single GPU, therefore the complexity

@Spudz76 Spudz76 force-pushed the master-addMiners branch 2 times, most recently from 95d3be4 to 225860a Compare October 23, 2021 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant