Skip to content

Commit 03bef1a

Browse files
readme & version #
1 parent 563ed61 commit 03bef1a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# cmake global
22
cmake_minimum_required(VERSION 2.8.12)
33

4-
set(PROJECT_VERSION "2.1.7")
4+
set(PROJECT_VERSION "2.1.8")
55
if (${CMAKE_VERSION} VERSION_GREATER 3.0)
66
cmake_policy(SET CMP0042 OLD) # fix MACOSX_RPATH
77
cmake_policy(SET CMP0048 NEW) # allow VERSION argument in project()

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ This is a fork of my MVis-ethminer program, which was a fork of Genoil's ethmine
2323
* You can specify the address and port of your node in the `.ini` file, or on the command line.
2424
* You can enable gas price bidding. (see comments in the file). Note that enabling this feature does not guarantee that you will win every bid. Network latency will sometimes result in failed transactions, even if you 'out-bid' the other transaction.
2525
* Windows Only: download and install **both** the [VC 2013 Redistributable](https://www.microsoft.com/en-ca/download/details.aspx?id=40784) and the [VC 2015 Redistributable](https://www.microsoft.com/en-ca/download/details.aspx?id=48145)
26-
* Open a command prompt in the folder containing tokenminer.exe and type `tokenminer.exe --list-devices -G`. Verify your GPU's are recognized. Pay special attention to the PlatformID. If it is anything other than 0, you will need to add `--opencl-platform <n>` to your command line.
27-
* Start POOL MINING with `tokenminer.exe -P -G`. This assumes you've specified the pool mining address in the .INI file. You could also specify the mining pool on the command line. For instance, `tokenminer.exe -P -G -N http://your_mining_pool.com:8586` (all one line)
26+
* Double-click on the file `list-devices.bat` that is located in the tokenminer folder of the download package. Examine the screen output and verify your GPU's are recognized. Pay special attention to the PlatformID. If it is anything other than 0, you will need to edit the `start-mining.bat` file and change the `--opencl-platform <n>` argument.
27+
* Start POOL MINING by double-clicking on `start-mining.bat`.
2828
* Start SOLO MINING with `tokenminer.exe -S -G`. This assumes you've specified the node address in the .INI file.
29+
* **COOLING**: Please note that MVis-tokenminer does not have any features to set fan speeds or regulate cooling, other than shutting down if things get too hot. Usually the AMD drivers do a pretty good job in that regard, but sometimes they don't. It is your responsibility to monitor your fan speeds and GPU temperatures. If the AMD drivers aren't setting fan speeds high enough, you may need to use a 3rd part product, like Speedfan or Afterburner.
2930

3031
#### Configuration Details ####
3132

0 commit comments

Comments
 (0)