Updated: Monero Dashboard, Now With Node Map!

This quick post is in response to the new updates for https://github.com/lalanza808/docker-monero-node and also to add new information for the original Publicly Available Monero Dashboard post.

What’s new?

A new geoip node map!

With this map you can easily take a look at the location of known peers, updated in real time.

Beforehand you could still get all the peers from a node mapped by manually using something like https://ipinfo.io/tools/map or you could have looked at the map at monero.fail, but these either load to slow or they don’t update in real time.

What have I changed?

Embedded demo:

I changed some of the grafana panel customizations to make it look a little more nice.

Also, since this is just grafana and I have enabled the embedding security setting, you can easily add this map to any website!

Here is a short snippet for the example above:

<iframe src="https://xmr-node.dvdznf.xyz/d-solo/K9dtfZG7z/node-stats?orgId=1&refresh=1m&theme=dark&panelId=85" width="1200" height="400" frameborder="0"></iframe>
<iframe src="https://xmr-node.dvdznf.xyz/d-solo/K9dtfZG7z/node-stats?orgId=1&refresh=1m&theme=dark&panelId=86" width="150" height="400" frameborder="0"></iframe>

Additional notes:

I would recommend to go through the xmr-node.dvdznf.xyz to get a better idea of these new updates.
Also take a look and star the original repo for this: https://github.com/lalanza808/docker-monero-node

~Thanks for reading <3