Skip to content

erga 0.25.0 — erg

Choose a tag to compare

@mastercyb mastercyb released this 31 Aug 14:24
· 6 commits to main since this release

The command now lands where your shell will actually find it, and answers to a
shorter name.

Download erga-0.25.0-arm64.dmg, drag to Applications, then:

xattr -dr com.apple.quarantine /Applications/erga.app

Fixed

  • The command was linked where no shell would look. It tried a fixed list —
    /usr/local/bin, then ~/.local/bin — and on a Mac where the first needs
    sudo and the second is on nobody's PATH, it reported itself linked and then
    was not a command. It now prefers a directory already on your $PATH, taking
    your own directories before a package manager's prefix, and when it has to
    fall back it prints the real directory to add rather than a guessed one.

Added

  • erg — the same command under a shorter name, linked beside erga.
erg                     open the window
erg mine                mine here, no window
erg status              what the pool owes you
erg help

Headless mining is erg mine: it uses the pool you picked in the window and
the wallet it generated, and every share is still re-verified on the CPU
reference before it is sent.