Node Debugging & Configuration
Pharos Block Validation
Block Sync Verification
curl 127.0.0.1:18100/ \
-X POST \
-H "Content-Type: application/json" \
--data '{"method":"eth_blockNumber","params":[],"id":1,"jsonrpc":"2.0"}'Check if the Node has joined as a Validator
Query the local NodeID
cat /data/domain.json | grep "NODE_ID"Send a transaction to join the Validator
Check NodeID in Pharos system contract
Log Inspection
Port Configuration
Last updated
Was this helpful?
