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
Why do permissions allow a node to "read" streams when every node has access to this data on the blockchain?
How to add meta data for a "send" transaction
How to purge and remove the expired stream transaction data?
How a node can add data to the chain using python?
How to view the image in offchain data on second 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
How to confirm the streams transaction data have been fully synchorized for newly joined node
+5
votes
On Multichain stream process, How can I confirm that my newly joined node and the subscribed streams' transaction data have been fully synchronized.
stream-synchronized
asked
Aug 14, 2023
by
Moke Kwai Cheong
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
+1
vote
You can check:
Both nodes have the same hash for the last block given by
getlastblockinfo
. This means that their actual blockchains are in sync.
That
synchronized
is true in the output of
liststreams
for the stream in the new node. This means that the stream has been fully indexed by that node.
That
getchunkqueueinfo
is giving you all zeroes in the new node. This means that any offchain data has been retrieved.
answered
Aug 15, 2023
by
MultiChain
Please
log in
or
register
to add a comment.
...