0
Is there any way to get all full nodes by RPC call?
Afaik full node contains information of other full nodes in the network and was wondering how to request that.
I red the documentation on Bitcoin Core Apis and all I found is getpeerinfo which returns a list of connected nodes but the JSON it gave me seem to not contain that information.
Does anyone know if this data is accessable and how to get it?
Thank you for your answer. What I ment was to call seeders listed here: https://github.com/bitcoin/bitcoin/blob/aa624b61c928295c27ffbb4d27be582f5aa31b56/src/chainparams.cpp#L127 for list of "full nodes" but I still dont know how to request that and even if I manage to get that data from all seeds, will the list contain all "full nodes" or just few.
– Lucas K. – 2019-02-04T18:53:15.5531They don’t return a “full list” either. – Anonymous – 2019-02-05T02:04:30.683