Skip to content

Commit e6ea179

Browse files
readme wip
1 parent d03a472 commit e6ea179

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
## MVIS Stratum Proxy ##
22

3-
If you want to mine at [MVIS Token Pool](mvis.ca) using the Stratum protocol, but your mining software does not support this protocol, you can use this proxy program to bridge the gap. See the FAQ page at http://mvis.ca/faq.html for general information regarding the Stratum protocol.
3+
If you want to mine at [MVIS Token Pool](http://mvis.ca) using the Stratum protocol, but your mining software does not support this protocol, you can use this proxy program to bridge the gap. See the FAQ page at http://mvis.ca/faq.html for general information regarding the Stratum protocol.
44

55

66
### Instuctions
77
1. For Windows users, download the zip package from the [Releases](https://github.com/mining-visualizer/StratumProxy/releases) page. If you are on Linux, you will have to run from source. (see below).
88
2. Unzip the package and open up `config.ini` in your preferred text editor. The only thing you need to change is the `EthAddress` setting. This is the ETH address you will receive payouts to from the pool. This address needs to match the address set in your mining software.
9-
3. Run the program. You can simply double-click on the .exe and it will open up in a console window, however it is preferable to open a command prompt first, 'cd' into the correct directory, and then run it from there by typing `stratumproxy.exe`, the reason being, if the program crashes you will be able to see the error message that caused the crash.
9+
3. Run the program. You can simply double-click on the .exe and it will open up in a console window, however it is preferable to open a command prompt first, 'cd' into the correct directory, and then run it from there by typing `stratumproxy.exe`, the reason being, if the program crashes this will allow you to see the error message that caused the crash.
1010

1111

1212
### Multiple Miners
1313

14-
If you have multiple mining rigs, you can either run a separate proxy program for each miner, each configured with a separate ETH address, or you can point all miners to the same proxy via your local area network. In this case all miners need to be configured with the same ETH address, which needs to match the `EthAddress` setting in `config.ini`.
14+
If you have multiple mining rigs, you can either run a separate instance of the proxy program on each mining rig, each one configured with a separate ETH address, or you can point all miners to the same proxy via your local area network. In this case all miners need to be configured with the same ETH address, which needs to match the `EthAddress` setting in `config.ini`.
1515

16-
Keep in mind if you do it this way, the mining pool will see all miners as one large hashrate miner, and assign a difficulty according to the cumulative hash rate.
16+
Keep in mind if you do it this way, the mining pool will see all miners as one large-hashrate miner, and assign a difficulty according to the cumulative hash rate.
1717

1818
### Run From Source
1919

20-
This procedure should work under either Windows or Linux:
20+
This procedure should work either under Windows or Linux:
2121

2222
1. Make sure you have Node 10 installed. Node 8 may work as well, but I haven't tested it.
2323
2. Clone the repo to a folder of your choice.

0 commit comments

Comments
 (0)