Returns information about the node's initialization progress, especially useful during startup when the node is still syncing or loading the wallet.
Arguments
- conn
A connection object created by
mc_connect.
Value
A list with:
- status
Character string describing the current state (e.g.,
"Loading blockchain","Synchronizing","Ready").- progress
Numeric value between 0 and 1 indicating initialization progress (1 = fully initialized).
See also
mc_get_info for general node status.
Other node information:
mc_get_info()