josemmo / iotawebwallet

An easy-to-use yet powerful web wallet for IOTA
https://iotawebwallet.com
GNU General Public License v3.0
4 stars 1 forks source link

Make auto-connect to another node, if current failed. #3

Closed ILayZ closed 6 years ago

ILayZ commented 6 years ago

Like in this project: iota-transaction-spammer-webapp default

josemmo commented 6 years ago

IOTA Web Wallet already has a fallback system which triggers when fetching info from a wallet.

If I'm not mistaken, what iota-transaction-spammer-webapp does is distribute the commands being sent to The Tangle through multiple IOTA nodes at the same time.

But, and here's the thing, IOTA Web Wallet uses iota.lib.js – which the spammer app doesn't – thus relying on the methods and functionality provided by this library. If IWW were to implement load balancing, first it should be implemented in iota.lib.js.