Installation
🖥️System Requirements
- OS: Linux - CPU: 8 Core(s) - Memory: 32GB - Storage: 300GB
You can get your server here :
Click Here to Rent VPS from €4.50/month
🛠️Manual Installation
This guide is created under the assumption you are using Ubuntu 22.04 LTS If you use other OS, please modify the commands accordingly
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"DAEMON_HOME is reference only, you can set wherever you want.
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
Please refer to Server Preparation
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
You can visit our repository and follow the instruction there
Last updated
Was this helpful?