Skip to content

Commit 37a361e

Browse files
port numbers
1 parent d3fe29a commit 37a361e

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ This is a fork of my MVis-ethminer program, which was a fork of Genoil's ethmine
2323
```
2424
[Node]
2525
Host=http://your_mining_pool.com
26-
RPCPort=8586
26+
RPCPort=8080
2727
2828
[0xBitcoin]
2929
MinerAcct=0x1234512345123451234512345123451234512345
3030
```
3131
* All other settings in the `[0xBitcoin]` section can be left as is.
3232
* 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.
3434
* For **Solo Mining**:
3535
* Input an ETH account and associated private key.
3636
* You can specify the address and port of your node in the `.ini` file, or on the command line.
@@ -40,7 +40,7 @@ MinerAcct=0x1234512345123451234512345123451234512345
4040
* 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.
4141
* Start POOL MINING by double-clicking on `start-mining.bat`.
4242
* 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.
4444

4545
#### Configuration Details ####
4646

@@ -103,9 +103,9 @@ Node configuration:
103103
;
104104
; Examples, POOL MINING:
105105
; Host=http://your_mining_pool.com
106-
; RPCPort=8586
106+
; RPCPort=8080
107107
; or
108-
; StratumPort=9192
108+
; StratumPort=8090
109109
;
110110
; Examples, SOLO MINING:
111111
; Host=127.0.0.1
@@ -120,7 +120,7 @@ RPCPort=
120120
121121
; Secondary (failover) node/mining pool, if you have one. Default is disabled.
122122
;Host=http://your_failover_mining_pool.com
123-
;RPCPort=8586
123+
;RPCPort=8080
124124
125125
;--------------------------------------------------------
126126
[0xBitcoin]

tokenminer.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,16 @@
1616
;
1717
; Examples, POOL MINING:
1818
; Host=http://your_mining_pool.com
19-
; RPCPort=8586
19+
; RPCPort=8080
20+
; StratumPort=8090
21+
;
2022
; Examples, SOLO MINING:
2123
; Host=127.0.0.1
2224
; Host=https://mainnet.infura.io/your_api_key
2325
; RPCPort=8545
2426

2527
Host=
26-
RPCPort=8586
28+
RPCPort=8080
2729

2830
;--------------------------------------------------------
2931
[Node2]

0 commit comments

Comments
 (0)