Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to the Developer Q&A for the
MultiChain
enterprise blockchain platform.
Please feel free to ask questions about the platform to receive answers from the MultiChain developers or other members of the community.
If you wish to register as a new user, please
contact us
.
Related questions
Multichain-Explorer RPC failed: ('http_protocol_error', 0, 'got a bad status line', None)
Can multichain sync after disconnection from network and nodes power OFF
How multichain sync all the nodes to keep in the same pace?
multichain-util always returning exit status 0 (success)
Sync Wallets Between Nodes
4,178
questions
4,391
answers
5,756
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
connection
data
performance
blocks
demo
web
json
database
storage
native-currency
bitcoin
private-blockchain
network
fee
smart-contracts
wallets
signrawtransaction
off-chain
multiple-nodes
exchange
getnewaddress
Multichain sync status
+2
votes
Hi.
What is the best way to get the information if the multichain is still syncing after a join?
So I want to provide a status information if syncing has finished.
Thanks,
Alex
asked
Oct 23, 2017
by
Alexoid
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
+2
votes
Best answer
There are a couple of things you can look at:
Are there blocks listed in the
inflight
field of
getpeerinfo
? If so, and the heights are larger than the current
blocks
count in
getinfo
, this means new blocks are coming in.
Are there more
headers
than
blocks
in the output from
getblockchaininfo
?
answered
Oct 23, 2017
by
MultiChain
selected
Oct 23, 2017
by
Alexoid
Please
log in
or
register
to add a comment.
...