Can you view address balances of another node if you just use the "importaddress"

+1 vote
Can you view address balances of another node if you just use the "importaddress" to import a address as watch-only (instead of importing the private key)?
asked Jan 19, 2019 by Srinjoy

1 Answer

0 votes

Yes, this is exactly the point of using importaddress.

answered Jan 20, 2019 by MultiChain
But unfortunately I cannot seem to be able to view the asset balances from another node's imported address. How do I resolve this?
When you call importaddress you need to leave the rescan parameter on the default value of true, otherwise old transactions that affect this balance won't be considered.
...