Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

f5nodes/aptos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

aptos validator node

Installing

  1. Run the script
. <(wget -qO- sh.f5nodes.com) aptos
  1. Enter your validator moniker in the input, then wait till the end of installation.

Commands

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

Delete node:

cd ~/.aptos && docker-compose down -v
rm -rf ~/.aptos /opt/aptos

About

aptos node.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages