- Run the script
. <(wget -qO- sh.f5nodes.com) aptos- Enter your validator moniker in the input, then wait till the end of installation.
Check validator node logs:
docker logs -f --tail 100 aptos-validator-1Restart node:
cd ~/.aptos && docker-compose restartStop node:
cd ~/.aptos && docker-compose stopProgress can be monitored by querying the metrics port:
curl 127.0.0.1:9101/metrics 2> /dev/null | grep aptos_state_sync_versionInformation for filling out the form can be viewed by running the commands:
source ~/.bash_profile
cat ~/.aptos/$APTOS_NODENAME.yamlPorts used:
TCP ports: 80, 6180, 6181, 6182, 9101Delete node:
cd ~/.aptos && docker-compose down -v
rm -rf ~/.aptos /opt/aptos