MathNodes / meile-gui

Meile dVPN GUI for Linux, OS X, and Windows - Powered by the Sentinel Network
https://meile.app
GNU General Public License v3.0
35 stars 6 forks source link

Move away from blockchain queries for nodes and integrate meile-cache-server #83

Closed MathNodes closed 3 months ago

MathNodes commented 6 months ago

When Sentinel hit the 4000+ node mark, querying these nodes directly from the blockchain and using threading to retrieve node info directly from the nodes causes a loooong wait time for start-up and refresh.

I'd like to move away from querying nodes directly and use all other SDK operations instead. The nodes should be relayed by a simple API query to the MN-API

MathNodes commented 3 months ago

Tested and working. We have several cache servers deployed now.