Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pir8radio authored Mar 19, 2023
1 parent 9193460 commit b1a8e4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ The Signum Aggregator allows you to have many small miners on your local network

### Configuration and Use
Just open the aggregator config.yaml file.
1.) If you have many miners mining to a single pool: delete the "secondary" section of the config, and update the "primarySubmitURL" to your Signum main net pool url. Save and run the aggregator. Set your miners config "url" setting to http://ip-of-aggregator-pc:7777 example: 'http://127.0.0.1:7777'

2.) If you want to mine on multiple chains or Main-net as well as TESTNET at the same time: Update the "primarySubmitURL" to your Signum main net pool url, update the "secondarySubmitURL" to the test net pool url or other chains pool url. Save and run the aggregator. Set your miners config "url" setting to http://ip-of-aggregator-pc:7777 example: 'http://127.0.0.1:7777'
1.) If you have many miners mining to a single pool: delete the "secondary" section of the config, and update the ```primarySubmitURL``` to your Signum main net pool url. Save and run the aggregator. Set your miners config ```url``` setting to ```http://ip-of-aggregator-pc:7777``` example: ```'http://127.0.0.1:7777'```

2.) If you want to mine on multiple chains or Main-net as well as TESTNET at the same time: Update the ```primarySubmitURL``` to your Signum main net pool url, update the ```secondarySubmitURL``` to the test net pool url or other chains pool url. Save and run the aggregator. Set your miners config ```url``` setting to ```http://ip-of-aggregator-pc:7777``` example: ```'http://127.0.0.1:7777'```

### Requirements
- go >= 1.11
Expand Down

0 comments on commit b1a8e4d

Please sign in to comment.