Skip to content

Releases: etica/SoliditySHA3MinerEticaOptimised

v2.3.4

24 May 13:21
Compare
Choose a tag to compare

Etica SoliditySha3miner optmised by Dmitry (Dmitry#3011 on discord)

This is the main miner used by Etica community to mine ETI since october 2022.
Current latest public release version: 2.3.4
Runs on Windows x64, HiveOS, EthOS, and Ubuntu.

Built with .NET Core 2.2 SDK, VC++ 2017, gcc 4.8.5, nVidia CUDA SDK 10.0 64-bit, and AMD APP SDK v3.0.130.135 (OpenCL)
.NET Core 2.1 can be downloaded from https://www.microsoft.com/net/download
VC++ 2017 can be downloaded from https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads
CUDA 9.2 requires a minimum nVidia driver version of 396 [https://www.nvidia.com/drivers/beta]

This repository is simply a copy of the SoliditySha3miner optimised miner made by Dmitry with config files ready for Etica mining.
Original urls used by community:
https://bio.hiveos.farm/repo/SoliditySHA3Miner-2.3.4.zip
https://bio.hiveos.farm/repo/SoliditySHA3Miner-2.3.4.tar.gz

HOW TO RUN:

For windows:

  1. Edit EticaPool8081.cmd:
    Replace the address field with your Etica address (be careful not to put your private key instead!)
  2. Save the file
  3. Run EticaPool8081.cmd as admin (right click and the click on run as admin)

For Linux:

  1. Edit EticaPool8081Linux.sh:
    Scroll to the right of file, find and replace address=0x9172ff7884CEFED19327aDaCe9C470eF1796105c by address=youraddresshere
  2. Save the file
  3. Run EticaPool8081Linux.sh

Version 2.3.4:

  • fixed AMD OPENCL memory leak
  • fixed fan and temp stats on HiveOS and in console (AMD/NVIDIA)
  • restore memclock on stop on HiveOS (if 810 was used) (NVIDIA)
  • added stopTemp and startTemp params (default: 90C and 80C) (AMD/NVIDIA)
  • added version info to HiveOS
  • stability improvements