Skip to content

Commit

Permalink
Raised version, update Readme and clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lwYeo committed Oct 17, 2018
1 parent 1451630 commit 35b5efd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion OpenCLSoliditySHA3Solver/device/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#endif

#if defined(__linux__) || defined(__APPLE__) || defined(__MACOSX)
# define _GNU_SOURCE
# include <dlfcn.h>
#else
# include <Libloaderapi.h>
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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).


Expand Down
2 changes: 1 addition & 1 deletion SoliditySHA3Miner/GuideForHiveOS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion SoliditySHA3Miner/Readme.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion SoliditySHA3Miner/SoliditySHA3Miner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<Version>2.0.2</Version>
<Version>2.0.3</Version>
<Authors>lwYeo</Authors>
<Company>lwYeo</Company>
<PackageLicenseUrl>https://github.com/lwYeo/SoliditySHA3Miner/blob/master/LICENSE</PackageLicenseUrl>
Expand Down

0 comments on commit 35b5efd

Please sign in to comment.