From 35b5efd66af424e9c894f4389f3c1d678256c64e Mon Sep 17 00:00:00 2001 From: lwYeo Date: Wed, 17 Oct 2018 08:01:32 +0800 Subject: [PATCH] Raised version, update Readme and clean up --- OpenCLSoliditySHA3Solver/device/device.h | 1 - README.md | 4 +++- SoliditySHA3Miner/GuideForHiveOS.txt | 2 +- SoliditySHA3Miner/Readme.txt | 2 +- SoliditySHA3Miner/SoliditySHA3Miner.csproj | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/OpenCLSoliditySHA3Solver/device/device.h b/OpenCLSoliditySHA3Solver/device/device.h index f8c888e..08db76b 100644 --- a/OpenCLSoliditySHA3Solver/device/device.h +++ b/OpenCLSoliditySHA3Solver/device/device.h @@ -17,7 +17,6 @@ #endif #if defined(__linux__) || defined(__APPLE__) || defined(__MACOSX) -# define _GNU_SOURCE # include #else # include diff --git a/README.md b/README.md index dbf7ccb..717a174 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # SoliditySHA3Miner All-in-one mixed multi-GPU (nVidia, AMD, Intel) & CPU miner solves proof of work to mine supported ERC20/918 tokens in a single instance (with API). -Current latest public release version: [2.0.2](https://github.com/lwYeo/SoliditySHA3Miner/releases/latest) +Current latest public release version: [2.0.3](https://github.com/lwYeo/SoliditySHA3Miner/releases/latest) Runs on Windows 10, HiveOS, EthOS, and Ubuntu. @@ -13,6 +13,8 @@ Built with .NET Core 2.1 SDK, VC++ 2017, gcc 4.8.5, nVidia CUDA SDK 9.2 64-bits, - CUDA 9.2 requires a minimum nVidia driver version of 396 [https://www.nvidia.com/drivers/beta] +If you are looking for a GUI version, refer to this link [https://github.com/lwYeo/SoliditySHA3MinerUI/releases] + ### Releases can be found [here](https://github.com/lwYeo/SoliditySHA3Miner/releases). diff --git a/SoliditySHA3Miner/GuideForHiveOS.txt b/SoliditySHA3Miner/GuideForHiveOS.txt index b8d02a3..f2a5343 100644 --- a/SoliditySHA3Miner/GuideForHiveOS.txt +++ b/SoliditySHA3Miner/GuideForHiveOS.txt @@ -28,6 +28,6 @@ 4h) NOTE: for the first run, it will first take up to about 5 minutes to install dependencies 4i) For rigs with older version of SoliditySHA3Miner, run the following commands in shell/terminal to upgrade SoliditySHA3Miner - custom-get https://github.com/lwYeo/SoliditySHA3Miner/releases/download/2.0.1/SoliditySHA3Miner-2.0.1.tar.gz -f + custom-get https://github.com/lwYeo/SoliditySHA3Miner/releases/download/2.0.3/SoliditySHA3Miner-2.0.3.tar.gz -f miner stop miner start diff --git a/SoliditySHA3Miner/Readme.txt b/SoliditySHA3Miner/Readme.txt index 84832d4..4a09253 100644 --- a/SoliditySHA3Miner/Readme.txt +++ b/SoliditySHA3Miner/Readme.txt @@ -1,7 +1,7 @@ SoliditySHA3Miner All-in-one mixed multi-GPU (nVidia, AMD, Intel) & CPU miner solves proof of work to mine supported ERC20/918 tokens in a single instance (with API). -Current latest public release version: 2.0.2 +Current latest public release version: 2.0.3 Runs on Windows 10, HiveOS, EthOS, and Ubuntu. Built with .NET Core 2.1 SDK, VC++ 2017, gcc 4.8.5, nVidia CUDA SDK 9.2 64-bits, and AMD APP SDK v3.0.130.135 (OpenCL) diff --git a/SoliditySHA3Miner/SoliditySHA3Miner.csproj b/SoliditySHA3Miner/SoliditySHA3Miner.csproj index 383222c..521bc4e 100644 --- a/SoliditySHA3Miner/SoliditySHA3Miner.csproj +++ b/SoliditySHA3Miner/SoliditySHA3Miner.csproj @@ -3,7 +3,7 @@ Exe netcoreapp2.1 - 2.0.2 + 2.0.3 lwYeo lwYeo https://github.com/lwYeo/SoliditySHA3Miner/blob/master/LICENSE