List all addresses in a given blockchain?

+1 vote
Hello,

I have a problem: Is there any method to get a list of all the addresses in a given blockchain?
asked Sep 15, 2017 by Lukasz

1 Answer

+1 vote
 
Best answer

addresses are specific to wallets/nodes... so, you will have to run the following command in all your nodes..  

multichain-cli chain_name getaddresses    ....

Returns a list of addresses in this node’s wallet. Set verbose to true to get more information about each address, formatted like the output of the validateaddress command. For more control see the new listaddresses command.

https://www.multichain.com/developers/json-rpc-api/

 

answered Sep 15, 2017 by saravana
selected Sep 16, 2017 by Lukasz
When I am running the same command , it is saying :
Could'nt connect to the server
Can you help me on this?
...