Skip to content

Commit

Permalink
Merge pull request #7 from mhssamadani/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
zargarzadehm authored Jan 29, 2021
2 parents 49f1dda + 239eb7c commit 4b965b7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ In order to use ERGO miners with a stratum pool, this proxy is required.
![](https://raw.githubusercontent.com/mhssamadani/ErgoStratumProxy/main/img/arguments.png)

- 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>
Expand Down
2 changes: 1 addition & 1 deletion client.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { ArgumentParser } = require('argparse');
const { version } = require('./package.json');

const parser = new ArgumentParser({
description: 'Exgo Stratum mining pool\'s proxy'
description: 'Ergo Stratum mining pool\'s proxy'
});

parser.add_argument('-v', '--version', {action: 'version', version});
Expand Down
Binary file modified img/arguments.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4b965b7

Please sign in to comment.