|
1 | 1 | ## MVIS Stratum Proxy ## |
2 | 2 |
|
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. |
4 | 4 |
|
5 | 5 |
|
6 | 6 | ### Instuctions |
7 | 7 | 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). |
8 | 8 | 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. |
10 | 10 |
|
11 | 11 |
|
12 | 12 | ### Multiple Miners |
13 | 13 |
|
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`. |
15 | 15 |
|
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. |
17 | 17 |
|
18 | 18 | ### Run From Source |
19 | 19 |
|
20 | | -This procedure should work under either Windows or Linux: |
| 20 | +This procedure should work either under Windows or Linux: |
21 | 21 |
|
22 | 22 | 1. Make sure you have Node 10 installed. Node 8 may work as well, but I haven't tested it. |
23 | 23 | 2. Clone the repo to a folder of your choice. |
|
0 commit comments