Node Debugging & Configuration
Block Sync Verification
You can use the RPC API to check whether the node is actively syncing blocks. If the block number is increasing, the node is catching up to the latest chain height.
Check if the Node has joined as a Validator
Query the local NodeID
Send a transaction to join the Validator
Check NodeID in Pharos system contract
Log Inspection
All logs are written to the directory:
To monitor logs in real-time, use:
Port Configuration
Ensure that the following ports are open and accessible for proper node operation:
Last updated