Run with docker
1. Download docker image
docker pull exsatnetwork/exsat-client:latest2. Download and configure the environment variables (.env)
mkdir -p $HOME/.exsat/
curl -o $HOME/.exsat/.env https://raw.githubusercontent.com/exsat-network/exsat-client/main/.env.example
vim $HOME/.exsat/.env3. Initialize the account and configure the Client
docker run -it --name commander -v $HOME/.exsat/:/app/.exsat -e CLIENT_TYPE=commander exsatnetwork/exsat-client:latest3.1 Initiate the validator account
Create or import the account
Stake for your validator account
3.2 Configurations
4. Execute the Client
Option 1 : Password stored in ".env"
Option 2 : Input password in the command
Option 3 : Interactive Password Input
5. Check and claim rewards
6. Update to new Docker image
Last updated