Why should I use multiple workers?

6

Why should I use multiple workers for different computers? In which case should I create another worker?

TheBird956

Posted 2013-07-09T17:10:52.033

Reputation: 277

Answers

4

You should use multiple workers if you want separate statistics for them, or if the pool you are using limits the number of connections that are allowed per worker.

Dr.Haribo

Posted 2013-07-09T17:10:52.033

Reputation: 7 823

1

You have to create a worker per machine.

This way, the mining pool will be able to track each system's contribution to the work being done.

m-p-3

Posted 2013-07-09T17:10:52.033

Reputation: 111

Yeah, but other than thatTheBird956 2013-07-10T18:44:50.047