IoTeX Delegate Documentation
  • Introduction
    • 👋 Welcome
    • What is a Delegate
    • Benefits and Rewards
    • Delegate Requirements
    • Hardware Specs
  • Get Started
    • Profile registration
      • Delegate Accounts
      • Name Registration
      • Staking Bucket
      • Server Information
      • Rewards Policy
      • Profile Data
    • Node Configuration
      • Acquire a server
      • Install requirements
      • Install the node software
      • Run the node
      • Verify the node status
    • Advanced
      • Server provider
      • Edge Proxy
      • Kubernetes
      • High Availability
      • Gravity Chain Binding
      • Improvements
    • Hosted Service
    • Delegate Endorsement
      • Delegate Sponsorship Program
      • Tutorials
  • Delegate Management
    • Access the portal
    • Delegate Performance
    • Delegate Rewards
    • Profile settings
    • Advanced Configuration
  • Addendum
    • Profits Projections
    • Glossary
Powered by GitBook
On this page
  • Display the node logs
  • Interact with ioctl
  1. Get Started
  2. Node Configuration

Verify the node status

PreviousRun the nodeNextAdvanced

Last updated 25 days ago

Display the node logs

One way to monitor the status of your full node is to display the logs of the server, for example, with the following command (requires jq to be installed):

docker logs --follow --tail 100 iotex

Interact with ioctl

Alternatively, you can use the IoTeX command-line client ioctl to interact with your node and check that it's working correctly. See for the full documentation about ioctl.

First, configure your ioctl client to point to your local node:

ioctl config set endpoint localhost:14014 --insecure

Next, here are a few commands that can help troubleshoot your node operation:

Watch the block height

watch ioctl bc info

Check if the block height is increasing (i.e., the node is syncing), compare it with the official IoTeX nodes or on https://iotexscan.io or any other node known to be in sync with the blockchain.

Watch the ranking height

watch ioctl node delegate

This command also allows you to check if the block height is increasing, butt the display is based on the current epoch and includes the block producers' ranking for the current epoch.

https://docs.iotex.io/reference/ioctl-cli-reference