Installation
🖥️System Requirements
🛠️Manual Installation
Set environment
export INSTALLATION_DIR=${HOME}/appl
export DAEMON_NAME=wardend
export DAEMON_HOME=${HOME}/.warden
export SERVICE_NAME=wardend-testnet
export MONIKER="YOUR_NODE_NAME_HERE"
export WALLET="YOUR_WALLET_NAME_HERE"Write env to .profile
echo 'export DAEMON_NAME=${DAEMON_NAME}' >> ~/.profile
echo 'export DAEMON_HOME=${DAEMON_HOME}' >> ~/.profile
echo 'export DAEMON_ALLOW_DOWNLOAD_BINARIES=true' >> ~/.profile
echo 'export DAEMON_RESTART_AFTER_UPGRADE=true' >> ~/.profile
echo 'export DAEMON_LOG_BUFFER_SIZE=512' >> ~/.profile
source ~/.profileInstall dependencies
Prepare installation
Install and Setup Warden Daemon
Check wardend version
Create or Restore Wallet
Check your wallet
Setup pruning config
Setting up Cosmovisor
Enable the service
Check service log
Cleanup
⚙️Automatic Installation
Last updated