Dashboard with statistics about the network

Hi all,

The dashboard is great, but it has much more information available which I extracted into JSON using PHP.

You can find the result here:
https://regeert.nl/xxnetwork/nodes.php

Then I saw some question about the fastest precomp and was wondering if this could easily be found using the JSON and some JavaScript.

You can check the result here:
https://regeert.nl/xxnetwork/nodes.html

You can sort the columns, resize them and there is a filter option at the top.

Weekly precomp averages are:

  • Fastest: 11.48
  • Slowest: 30.64

Weekly realtime averages are:

  • Fastest: 2.33
  • Slowest: 10.25

So now you can see how your node performs compared to the rest of the network.

Enjoy!

5 Likes

This information is now also available through the original API:
https://dashboard-api.xx.network/v1/nodes

Please use that one from now on.

3 Likes