Files For Devnet

When deploying an Aptos node in devnet, you may need to download the files listed on this page. The files are organized by node type.

File access Depending on the type of node your are deploying, and the deployment method, you may need to download some or all of the files listed below.

Validator Files

All the files listed below are for validator nodes.

docker-compose.yaml

  • Git repo: aptos-core

  • Command to download:

    wget -O docker-compose.yaml https://raw.githubusercontent.com/aptos-labs/aptos-core/devnet/docker/compose/aptos-node/docker-compose.yaml

validator.yaml

  • Git repo: aptos-core

  • Command to download:

    wget -O validator.yaml https://raw.githubusercontent.com/aptos-labs/aptos-core/devnet/docker/compose/aptos-node/validator.yaml

genesis.blob

waypoint.txt

docker-compose-src.yaml

  • Git repo: aptos-core

  • Command to download:

    wget -O docker-compose-src.yaml https://raw.githubusercontent.com/aptos-labs/aptos-core/devnet/docker/compose/aptos-node/docker-compose-src.yaml

haproxy.cfg

  • Git repo: aptos-core

  • Command to download:

    wget -O haproxy.cfg https://raw.githubusercontent.com/aptos-labs/aptos-core/devnet/docker/compose/aptos-node/haproxy.cfg

blocked.ips

  • Git repo: aptos-core

  • Command to download:Terminal

    wget -O blocked.ips https://raw.githubusercontent.com/aptos-labs/aptos-core/devnet/docker/compose/aptos-node/blocked.ips

VFN or PFN files

The files listed below are for VFNs or PFNs.

docker-compose-fullnode.yaml

  • Git repo: aptos-core

  • Command to download:Terminal

    wget -O docker-compose-fullnode.yaml https://raw.githubusercontent.com/aptos-labs/aptos-core/devnet/docker/compose/aptos-node/docker-compose-fullnode.yaml

fullnode.yaml

  • Git repo: aptos-core

  • Command to download:

    wget -O fullnode.yaml https://raw.githubusercontent.com/aptos-labs/aptos-core/devnet/docker/compose/aptos-node/fullnode.yaml

haproxy-fullnode.cfg

  • Git repo: aptos-core

  • Command to download:

    wget -O haproxy-fullnode.cfg https://raw.githubusercontent.com/aptos-labs/aptos-core/devnet/do

Last updated

Was this helpful?