You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,16 @@ This is a fork of my MVis-ethminer program, which was a fork of Genoil's ethmine
15
15
### Installation
16
16
17
17
* Unzip the [download package](https://github.com/mining-visualizer/MVis-tokenminer/releases) anywhere you like.
18
-
* Move `tokenminer.ini` to `%LocalAppData%/tokenminer` on Windows, or `$HOME/.config/tokenminer` on Linux. If that folder path does not exist, you will need to create it manually.
19
-
* For POOL MINING, the main thing you need to specify in the .INI file is your ETH account address to which rewards will be paid out. You can also specify the pool mining address, or you can do that on the command line (-N)
18
+
* Move `tokenminer.ini` to `C:\Users\[USER]\AppData\Local\tokenminer` on Windows, or `$HOME/.config/tokenminer` on Linux. If that folder path does not exist, you will need to create it manually.
19
+
* Open up `tokenminer.ini` using any text editor.
20
+
* For POOL MINING, the main thing you need to specify in the .INI file is your ETH account address to which rewards will be paid out. Look for the line that starts with `MinerAcct=`. You can also specify the pool mining address in the `[Node]` section, or you can do that on the command line (-N). See below for all command line options.
20
21
* For SOLO MINING:
21
22
* Input an ETH account and associated private key. (Sorry about making you enter it in plain text format. Make sure it is a 'throw away' account with only the bare minimum amount of money.)
22
23
* You can specify the address and port of your node in the `.ini` file, or on the command line.
23
24
* 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.
24
25
* 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)
25
26
* Linux Only: Open the text file INSTALL-LINUX and follow the directions contained therein.
26
-
*Run`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
+
*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
28
* 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)
28
29
* Start SOLO MINING with `tokenminer.exe -S -G`. This assumes you've specified the node address in the .INI file.
0 commit comments