Run a node
💡
Tip: Before you start, it is advisable to have a look at the following documents
Prerequisites
Install Docker ↗ (opens in a new tab)
You can access all the details of Cli on github ↗ (opens in a new tab).
Pull the current cli after installation
docker pull areonnetwork/areoncli:latest
Peer to connect to an active and authenticated node
IDENTITY is the identity word that you have been given and that you can access from Apps. If you are already a validator you can access it here ↗.
docker run -it -d areonnetwork/areoncli validator connect [IDENTITY]
Details of the node
docker ps
docker docker logs -f -t --tail 1 [CONTAINER_ID]
Stats
docker run -it areonnetwork/areoncli validator stats [IDENTITY]
Delegations
docker run -it areonnetwork/areoncli validator delegations [IDENTITY]
Unjail
docker run -it areonnetwork/areoncli validator unjail [IDENTITY]