Search content
Sort by

Showing 5 of 5 results by ishitatsuyuki
Post
Topic
Board Mining (Altcoins)
acominer 0.4.0
by
ishitatsuyuki
on 09/12/2021, 09:17:56 UTC
acominer v0.4.0 features LatencyFleX (TM)! Taking inspiration from packet congestion control, LatencyFleX reduces the latency when submitting shares, allowing a lower rate of stale shares. It dynamically adapts to system load, making room for responsiveness while keeping the latency low all the time.

It's advised that you apply https://github.com/ishitatsuyuki/patches/tree/master/drm-hrtimer to get the intended performance.

Changes:
  • Implemented LatencyFleX (TM) (Activate with --latencyflex)
  • Properly flush caches before reading results
    This prevents potential lost shares. In practice this had a very low chance to happen, though.

Download from GitHub.
Post
Topic
Board Mining (Altcoins)
acominer v0.3.2
by
ishitatsuyuki
on 29/11/2021, 15:49:55 UTC
v0.3.2 has been released.

Changes:
  • Fixed compatibility with GCN cards
  • Continued performance tweaks
  • Resolve additional pool compatibility issues

Download from GitHub.
Post
Topic
Board Mining (Altcoins)
Re: acominer 0.3.1: Open source ETH miner for AMD/Linux
by
ishitatsuyuki
on 27/11/2021, 08:45:47 UTC
Will you release a windows ver. build?  Tongue
Sorry, Windows support is out of reach for now due to various driver quirks.
Post
Topic
Board Mining (Altcoins)
acominer v0.3.0
by
ishitatsuyuki
on 26/11/2021, 02:43:10 UTC
v0.3.0 is a performance focused release. It features a rewritten mining kernel, providing up to 9% reduction (118W -> 107W) on 5700 XT. With this improvement acominer now performs best-in-class, even among other proprietary miners.

Changes:
  • Kernel rewrite and various performance tweaks
  • Resolve some pool compatibility issues
  • Rewrite logging to use a more detailed engine
    Tip: You can now set RUST_LOG=debug to see all received jobs.

I'm currently accepting feature requests. Fan control? Monitoring API? Even NVIDIA support... maybe?

Ask in this thread or on GitHub. I'll prioritize the more demanded ones.
Post
Topic
Board Mining (Altcoins)
Topic OP
acominer 0.2.2: Open source ETH miner for AMD/Linux
by
ishitatsuyuki
on 19/11/2021, 14:30:07 UTC
acominer is an open source Ethereum miner built with Vulkan.

Requirements:
  • OS: Linux
    A recent distro is recommended. For Ubuntu, use 20.04 or later.
  • Graphics card: AMD card with 6GB or more memory (zombie mode is not supported)
    Developed on and optimized for RDNA architectures. Should run fine on GCN but performance might not be competitive.

Features:
  • Open source and no dev fee
  • Minimal interference with desktop workloads
    Mine and play games simultaneously without any tuning or lag

Performance: 49.5 MH/s on a 5700 XT, stock clock and memory timings

Download from GitHub, extract and execute ./run.sh [stratum address]. Only plain text stratum is supported.
Builds are fully automated to make audit easy.

v0.2.2
First release on the forum.