▪️Setup
VagaChain Node and Validator Node Setup Process
Table of Contents
1. Server Configuration
# Increase file limits
echo "* soft nofile 64000" | sudo tee -a /etc/security/limits.conf
echo "* hard nofile 64000" | sudo tee -a /etc/security/limits.conf
echo "root soft nofile 64000" | sudo tee -a /etc/security/limits.conf
echo "root hard nofile 64000" | sudo tee -a /etc/security/limits.conf
echo "session required pam_limits.so" | sudo tee -a /etc/pam.d/common-session# Increase file limits
echo "* soft nofile 64000" | sudo tee -a /etc/security/limits.conf
echo "* hard nofile 64000" | sudo tee -a /etc/security/limits.conf
echo "root soft nofile 64000" | sudo tee -a /etc/security/limits.conf
echo "root hard nofile 64000" | sudo tee -a /etc/security/limits.conf
echo "session required pam_limits.so" | sudo tee -a /etc/pam.d/login2. Download VagaChain Configuration Files and Install
2.1 Download
2.2 Install
3. VagaChain Service Configuration
3.1 Systemd (Linux) service unit file
3.2 Enable service
4. Initialize the Chain
4.1 Define the name of your validator node
4.2 Configure app.toml and config.toml
4.3 Download Genesis and Address Book files
5. Create VAGA Wallet Account
6. Genesis & Address Book
7. Create Validator and Set Staking Amount
7.1 Create validator
7.2 Confirm validator is active
7.3 Secure your keys and have a backup plan
Secure your keys and have a backup plan:
8. Start your Validator
Last updated
Was this helpful?