Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to the Developer Q&A for the
MultiChain
blockchain platform.
Please feel free to ask questions about the platform to receive answers from the MultiChain developers or other members of the community.
Related questions
I restored a wallet.dat file from one node to another, I can see the addresses, but no balances.
Can you grab the wallet address of the second server without first having to connect to a chain?
What if the response of importaddress API command?
How do you view data of particular key in stream using node.js?
Please can you tell me the benefit of a cold node
4,156
questions
4,369
answers
5,718
comments
Most popular tags
multichain
streams
assets
stream
transactions
json-rpc
blockchain
wallet
permissions
error
address
raw-transactions
asset
mining
node
api
issue
multichain-explorer
nodes
connect
multichaind
multisig
transaction
smart-filters
metadata
private-key
atomic-exchange
multichain-cli
multichain-web-demo
data
connection
performance
blocks
demo
web
json
database
storage
native-currency
bitcoin
private-blockchain
network
fee
smart-contracts
wallets
signrawtransaction
off-chain
exchange
multiple-nodes
getnewaddress
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
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
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.
Please
log in
or
register
to add a comment.
...