Run node Aptos IT2 via Node Guru
APTOS Incentivized Testnet 2
date: 01/07/2022
source post: From Node guru. Since Node Guru will update their code. I re-post re instruction for latter uses. The following is the instruction for Incentivized Testnet 2 for Aptos.
Install
Use our script for a quick installation:
wget -q -O aptos.sh https://api.nodes.guru/aptos.sh && chmod +x aptos.sh && sudo /bin/bash aptos.sh
IMPORTANT: Backup your key files somewhere safe. These key files are important for you to establish ownership of your node, and you will use this information to claim your rewards later if eligible. Never share those keys with anyone else. Be sure to back up the directory $HOME/.aptos
Additional
Check validator node logs:
docker logs -f --tail 100 aptos-validator-1
Restart node:
cd ~/.aptos && docker-compose restart
Stop node:
cd ~/.aptos && docker-compose stop
Progress can be monitored by querying the metrics port:
curl 127.0.0.1:9101/metrics 2> /dev/null | grep aptos_state_sync_version
Information for filling out the form can be viewed by running the commands:
source ~/.bash_profile
cat ~/.aptos/$APTOS_NODENAME.yaml
Ports used:
TCP ports: 80, 6180, 6181, 6182, 9101, 9103
Delete node:
cd ~/.aptos && docker-compose down -v
rm -rf ~/.aptos /opt/aptos
Nhận xét
Đăng nhận xét