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
* All other settings in the `[0xBitcoin]` section can be left as is.
32
32
* You can also specify the pool mining address on the command line (-N). See below for all command line options.
33
-
* If your mining pool supports the **stratum protocol**, change the `RPCPort=8586` line to `StratumPort=9192`. Consult with your mining pool for the actual port # to use.
33
+
* If your mining pool supports the **stratum protocol**, change the `RPCPort=8080` line to `StratumPort=8090`. Consult with your mining pool for the actual port # to use.
34
34
* For **Solo Mining**:
35
35
* Input an ETH account and associated private key.
36
36
* You can specify the address and port of your node in the `.ini` file, or on the command line.
* Double-click on the file `list-devices.bat`. 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.
41
41
* Start POOL MINING by double-clicking on `start-mining.bat`.
42
42
* Start SOLO MINING with `tokenminer.exe -S -G`. This assumes you've specified the node address in the .INI file.
43
-
***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.
43
+
***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 party product, like Speedfan or Afterburner.
44
44
45
45
#### Configuration Details ####
46
46
@@ -103,9 +103,9 @@ Node configuration:
103
103
;
104
104
; Examples, POOL MINING:
105
105
; Host=http://your_mining_pool.com
106
-
; RPCPort=8586
106
+
; RPCPort=8080
107
107
; or
108
-
; StratumPort=9192
108
+
; StratumPort=8090
109
109
;
110
110
; Examples, SOLO MINING:
111
111
; Host=127.0.0.1
@@ -120,7 +120,7 @@ RPCPort=
120
120
121
121
; Secondary (failover) node/mining pool, if you have one. Default is disabled.
0 commit comments