Closed
Description
0.25 XMR BOUNTY
Currently meile_node_uptime.py queries the API to fine the remote_url of every node every time even though most nodes already provide this data in the database table.
We want someone to limit the API requests by first checking the table results if there exists a remote_url already and if so to skip that one and only request from the API a remote_url if that field is empty in the table.
If you need the database schema I will prove that here.