Skip to content

v1.5.0

Choose a tag to compare

@Dat-Pudding Dat-Pudding released this 28 Dec 23:59
· 13 commits to main since this release
617fdec

CLI-driven version.

Features

  • Extracts information from XMRig's standard Monero mining log file and writes it to an output file
    • hash rate information to comma-separated values
    • share information to comma-separated values
    • job information to comma-separated values

To-Do

  • increasing usability by allowing for multi-filtering executions
    • adding multi-outputting down the line
  • porting to linux
  • increase speed by adding a "headless" mode
    • shouldn't give constant updates on the process
    • ideally not even a CLI popping up
    • likely needs a config (maybe JSON) to still get arguments/settings

Integrated with PR #1