Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
zargarzadehm authored Jan 29, 2021
2 parents bd0807c + 49f1dda commit 239eb7c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Simple Stratum Mining Proxy
# Simple Stratum Mining Proxy for Ergo

The current version of ergo miners only support http request and response.

Expand Down Expand Up @@ -26,13 +26,15 @@ In order to use ERGO miners with a stratum pool, this proxy is required.

![](https://raw.githubusercontent.com/mhssamadani/ErgoStratumProxy/main/img/arguments.png)

- In these arguments listening port (-l) and password (-w) are optional.
- Among these arguments, listening port (-l) and password (-w) are optional.

- Start proxy
```
node client.js -s <POOL_ADDRESS> -p <POOL_PORT> -u <WORKER_NAME>
```

![](https://raw.githubusercontent.com/mhssamadani/ErgoStratumProxy/main/img/start.png)

- In the miner's config file set node address to the proxy's address
(by default this address is: ```{ "node" : "http://127.0.0.1:3000" }```)
## Miner Configuration
- In the miner's config file `config.json` set node address to the proxy's address
(by default this address is: ```{ "node" : "http://127.0.0.1:3000" }```, unless you have changed the listening port)

0 comments on commit 239eb7c

Please sign in to comment.