Alpha (Becoming a Validator on Lycan Chain)
To become a validator on Lycan Chain, follow the detailed steps below. This guide walks you through acquiring LYC tokens, setting up a validator node, and submitting your staking information.
Prerequisites
Step 1: Acquire LYC Tokens
Step 2: Set Up Your Validator Node
sudo apt-get -y update && sudo apt-get -y upgrade sudo apt-get -y install build-essential software-properties-common jq unzipcurl -SfL https://github.com/NethermindEth/nethermind/releases/download/1.26.0/nethermind-1.26.0-0068729c-linux-x64.zip -o nethermind.zip unzip -q nethermind.zipgit clone https://github.com/Lycan-Chain/lycan_archive.git cp -r lycan_archive/* nethermind-1.26.0-0068729c-linux-x64/ cd nethermind-1.26.0-0068729c-linux-x64/curl -LO https://archive-backups.lycanchain.com/backup-2025-05-28.tar.gz tar -xzf backup-2025-05-28.tar.gz./nethermind --config configs/lycan.cfg[Unit] Description=Nethermind Service After=network.target [Service] Type=simple WorkingDirectory=<WORKING_DIR> ExecStart=<WORKING_DIR>/nethermind --config=<WORKING_DIR>/configs/lycan.cfg Restart=on-failure RestartSec=20 LimitNOFILE=4096 StandardOutput=null StandardError=null LogRateLimitIntervalSec=30s LogRateLimitBurst=1000 [Install] WantedBy=multi-user.targetsudo systemctl daemon-reload sudo systemctl enable nethermind sudo systemctl start nethermindjournalctl -u nethermind -f
Step 3: Stake and Register as a Validator
Ongoing Operation and Tips
Last updated