Address Balance across Nodes

+2 votes
I have issued Asset1 to Address1 on Node1. As this Address1 is not automatically visible on Node2 without a transaction, I had to import Address1 into Node2. When I query "getaddressbalances Address1" from Node2, I get only blanks. However if I run the same query in Node1, I can see the Balance.

Is there a way to sync the Address Balance across Nodes? Is it possible to make this a feature for future releases?

Thanks.
asked May 4, 2016 by etur0596

1 Answer

0 votes

Unless you set rescan to false when calling importaddress into node 2, or unless the nodes are not actually connected to the same blockchain, you should definitely see the same balances in both nodes. If this is not the case, you have found a bug, and please let us know. We will need some log files to diagnose it.

answered May 5, 2016 by MultiChain
...