Getting all wallet addresses across all the nodes in a multichain network

+1 vote
Say, I have 3 PCs on which multichain is running, all of them are connected to each other. Each of the nodes has their own set of wallet addresses and corresponding transactions. Sitting on a particular node, how can I get a list of all the addresses in all the nodes, so that I can retrieve balance information and individual transaction data for these addresses?
asked Mar 8, 2018 by Nibir Chakraborty

1 Answer

0 votes
The act of creating an address in a node's wallet does not automatically create an event on the blockchain. But if you want to retrieve all balance information and transaction data for addresses, you can monitor the blockchain's content to see which addresses are used. This is exactly what the MultiChain Explorer does for you:

https://github.com/MultiChain/multichain-explorer
answered Mar 8, 2018 by MultiChain
...