Skip to content

v0.2.0

Choose a tag to compare

@blindrun blindrun released this 16 Aug 20:36
· 58 commits to main since this release

Autolykos v2 miner for Ergo. CUDA and Vulkan, Linux and Windows, pool and solo, no dev fee.

What's new

  • Build the next block's dataset ahead of time (--cache-dag, CUDA). Ergo's
    dataset changes every block; building the next one in the background removes
    the rebuild stall when a block arrives. Auto-skips when it will not fit in VRAM.
  • Lithos support (experimental)--lithos mines to a local
    Lithos client. Verified against a
    mock built from the Lithos client's own source, not yet against a live client
    end to end. See the README. The rest of the miner is unaffected.
  • Payout address is now printed on startup, and the shipped config no longer
    carries a real default address, so nobody mines to it by accident. Thanks
    @odiseusme for the report (#1).

Tested this release

  • RTX 4090, CUDA: 217 MH/s, pool shares accepted.
  • RX 6700 XT, Vulkan: 82 MH/s, pool shares accepted.

Downloads

  • Linux (CUDA + Vulkan): soat-miner_v0.2.0_Lin64.tar.gz
  • Windows (Vulkan): soat-miner_v0.2.0_Win64.zip

Unzip, edit WALLET in config.txt or a mine_ergo_* script, and run.