Skip to content

v1.0.0

Choose a tag to compare

@Dat-Pudding Dat-Pudding released this 25 Dec 14:17
· 13 commits to main since this release
617fdec

CLI-driven windows-specific version for 64-bit systems.

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