4

I am running a public remote node along with a network crawler (xmr.be) and I would like to know how many people are using my node to sync their wallet.

The only metric that the daemon is giving me is the number of incoming/outgoing connections, without differentiating between wallet connections and P2P connections.

Is there a way to know the number of wallet connections?

xmr.be
  • 105
  • 7

1 Answers1

4

The only metric that the daemon is giving me is the number of incoming/outgoing connections, without differentiating between wallet connections and P2P connections.

That's not correct, the daemon does differentiate: those are all P2P connections.

Recent daemons do report the number of RPC connections in the getinfo RPC, in the rpc_connections_count field. This includes nodes syncing, but also nodes using the RPC for other business, such as sending a one off transaction.

user36303
  • 34,928
  • 2
  • 58
  • 123