GpanosXP / IOTA-SpammerXP

A multi-threaded javascript-based web application for doing PoW and helping the IOTA network.
http://spammerxp.weebly.com/
GNU General Public License v3.0
5 stars 0 forks source link

Rank providers and do load balancing #5

Open GpanosXP opened 7 years ago

GpanosXP commented 7 years ago

Rank providers by average response time (errors count as a predefined (not infinite) response time). All providers should have a non-zero probability of being selected again.

When delays/response times are high, reduce the number of workers and throttle workers (worker.finished()) to reduce the impact on network. Show relevant info on screen.