Get All Nodes

0 votes
I am creating a blockchain as a service.. it is possible to get all nodes so that I can bill them or do you have any suggestions?
asked 1 day ago by eskiesirius

1 Answer

0 votes
I'm not sure I understand the question. You can run as many nodes as you want on your own systems, and change for them as you wish.
answered 12 hours ago by MultiChain
i mean is if it is possible to get all the list of nodes in the network including the local nodes..
You can use getpeerinfo to list the nodes to which this node is connected, but there is no way to *provably* know all of the nodes in a network. For example, one node you know about might be connected to one node you don't know about, with neither of them sharing that information.
...