Validator Operations Guide
This comprehensive guide explains how to operate an ENI validator node. We will cover the full lifecycle of a validator, from initial setup to ongoing operations and maintenance. Understanding these concepts is critical for maintaining reliable and secure validator operations.
Understanding Validator Responsibilities
Validators in the ENI network perform several key functions. As a validator, you are responsible for:
Participating in consensus by proposing and validating blocks
Maintaining high uptime and performance to avoid penalties
Providing accurate asset pricing oracle data
Managing delegator relationships and maintaining transparent operations
Participating in governance and network upgrades
Initial Setup
Key Management
Validator security begins with proper key management. Your validator requires several distinct keys:
# Validator Consensus Key - Used for signing blocks
enid tendermint show-validator
# Operator Key - Used for managing validator operations
enid keys add operator
# Oracle Key - Used for price submissions
enid keys add oracleThese keys serve different purposes and should be managed with appropriate security measures. The consensus key, stored in priv_validator_key.json, is particularly critical as it is used to sign blocks.
Hardware Security Module (HSM) Integration
For production validators, using an HSM is strongly recommended. Here’s how to configure an HSM with your validator:
Oracle Price Feeder Setup
As an ENI validator, you must run a price feeder to provide oracle data. This is critical for network operations.
First, install the price feeder:
Create a configuration file for your price feeder:
Start the price feeder as a service:
Monitoring and Alerts
Validator-Specific Metrics
In addition to basic node monitoring, validators should track additional metrics:
Alert Configuration
Set up critical alerts for validator operations. Below are basic Prometheus alert rules:
Security Practices
Network Security
Implement a sentry node architecture to protect your validator:
Key Management Practices
Implement a secure key backup procedure:
Maintenance Procedures
Scheduled Maintenance
When performing scheduled maintenance:
Emergency Procedures
Create an emergency response plan:
Governance Participation
As a validator, you have a responsibility to participate in governance. Monitor and vote on proposals:
Validator Economics
Understanding validator economics is critical for long-term success:
Commission Rate Strategy: Set competitive rates while ensuring operational sustainability
Delegation Management: Maintain good delegator relationships through transparent communication
Reward Distribution: Rewards are distributed in real-time as blocks are produced
Penalty Risks: Understand and mitigate penalty risks through proper operations
Recovery Procedures
Validator Recovery
If you need to recover your validator on a new machine:
This guide provides the foundation for operating an ENI validator. Keep in mind that validator operations require ongoing attention to security, performance, and network participation. Stay engaged with the ENI community and keep informed about network developments.
Last updated