Total active grin nodes

What’s the best way to count the total number of grin nodes? Would the steps outlined here for BTC work? Has anyone done this on the grin network?

This tool gives the total number of grin nodes : https://grin.report/d/jeTROiqmz/peers?orgId=1

  1. one project is grin-map
    https://github.com/e-max/grin-map
    https://github.com/xiaojay/grin-map

2
And my friend in china is working on grin network spider using golang, which will be a good website online.

here’s Demo:

9 Likes

I’m so proud that I make up part of one of those green clumps.

1 Like

There’s not really an easy way to find what nodes are running, since a majority of them don’t accept incoming connections.

Here’s from a seed node that gives a pretty good idea of what nodes are on the network though. https://grin.drexl.me/v1/peers/all

2 Likes

I really enjoyed scrolling down this list of nodes.

1 Like

http://grinnodes.org
created by my friend 大飞

5 Likes

Sweet. Thank you! Can the site expose an API that returns {total, publicReachable}? If so, we can start polling it and building a chart over time.

How many nodes Grin has approximately?

You may check it here https://grinnode.live/stats
I guess it’s just an estimation.

1 Like

once it was more than thousands i think. grinnodelive shows all?

Grinnode.live only shows peers which are connected to Grinnode.livec github on https://grinnode.live/stats

2 Likes