Skip to content

Releases: bogdanadnan/ariominer

Ariominer v0.2.0

29 May 18:37
3ab08d1
Compare
Choose a tag to compare

Added CUDA and AMDGCN optimised hashers.
Added proxy support.

There are binaries for Windows 10 and Linux.

Linux build should be usable on any recent Linux distribution (has been tested on Ubuntu 16.04, Ubuntu 18.04 and HiveOS). It can also be used directly as HiveOS custom miner package (all scripts required to run it on HiveOS are embedded in the archive). For CUDA, please be sure to use latest Nvidia drivers.

Regarding Windows build, if you get an error that MSVCP140.dll is missing, please install Visual C++ runtime files from this link:
https://www.microsoft.com/en-us/download/details.aspx?id=52685

Windows Build v0.2.0beta

15 May 18:19
038736a
Compare
Choose a tag to compare
Pre-release

Optimized gblocks hashrate, added proxy support, several other minor enhancements.
If you get an error that MSVCP140.dll is missing, please install Visual C++ runtime files from this link:
https://www.microsoft.com/en-us/download/details.aspx?id=52685

Windows Build v0.2.0alpha

13 Jan 21:21
Compare
Choose a tag to compare
Pre-release

Support for CUDA and AMDGCN. When starting the miner please add --force-gpu-optimization OPENCL|CUDA|AMDGCN to select the hasher you want. AMDGCN is supported only on RX400, RX500 and Vega card series. Older cards are not yet supported. Keep in mind that this is an experimental build, things might not work as you expect.
If you get an error that MSVCP140.dll is missing, please install Visual C++ runtime files from this link:
https://www.microsoft.com/en-us/download/details.aspx?id=52685

Windows Build v0.1.2

29 Aug 16:09
Compare
Choose a tag to compare

Bugfixes:

  • HTTP connection errors.
  • timing and average hashrate calculation overflows.

New features:

  • support for fractional values for intensity for finner tuning.
  • hashrate improvements for gblocks on GPU.
  • support for defining different intensities for each GPU card in the system.
  • support for forcing a specific block type regardless of what pool sends - useful for manual intensity tuning.
  • support for autotuning mode.

Windows Build v0.1.2alpha

20 Aug 18:54
Compare
Choose a tag to compare
Pre-release

Prerelease for fixing http connection errors.
Contains other bugfixes related to timing and avg hashrate calculation.
Full changelog will be displayed when releasing final v0.1.2.

Windows Build v0.1.1

17 Aug 17:06
Compare
Choose a tag to compare

Critical bugfixes:

  • duplicate nonces
  • error connecting to pool issue

Non critical bugfixes:

  • hash reporting issues
  • small UI changes.

New features:

  • support for multiple filters for GPUs in --gpu-filter. Use comma to separate them, no spaces allowed.

For firsttimers, please read README file for installation.

Windows Build

14 Aug 20:31
Compare
Choose a tag to compare

First working build on windows.
For install, please read readme file inside zip.
Thank you.