Files For Testnet
When deploying an Aptos node in testnet, you may need to download the files listed on this page. The files are organized by node type.
Validator Files
Section titled “Validator Files”All the files listed below are for validator nodes.
docker-compose.yaml
Section titled “docker-compose.yaml”- Git repo:
aptos-core
- Git branch:
testnet
on https://github.com/aptos-labs/aptos-core - Command to download:
Terminal window wget -O docker-compose.yaml https://raw.githubusercontent.com/aptos-labs/aptos-core/testnet/docker/compose/aptos-node/docker-compose.yaml
validator.yaml
Section titled “validator.yaml”- Git repo:
aptos-core
- Git branch:
testnet
on https://github.com/aptos-labs/aptos-core - Command to download:
Terminal window wget -O validator.yaml https://raw.githubusercontent.com/aptos-labs/aptos-core/testnet/docker/compose/aptos-node/validator.yaml
genesis.blob
Section titled “genesis.blob”- Git repo:
aptos-networks
- Git branch:
main
on https://github.com/aptos-labs/aptos-networks - Command to download:
Terminal window wget -O genesis.blob https://raw.githubusercontent.com/aptos-labs/aptos-networks/main/testnet/genesis.blob
waypoint.txt
Section titled “waypoint.txt”- Git repo:
aptos-networks
- Git branch:
main
on https://github.com/aptos-labs/aptos-networks - Command to download:
Terminal window wget -O waypoint.txt https://raw.githubusercontent.com/aptos-labs/aptos-networks/main/testnet/waypoint.txt
docker-compose-src.yaml
Section titled “docker-compose-src.yaml”- Git repo:
aptos-core
- Git branch:
testnet
on https://github.com/aptos-labs/aptos-core - Command to download:
Terminal window wget -O docker-compose-src.yaml https://raw.githubusercontent.com/aptos-labs/aptos-core/testnet/docker/compose/aptos-node/docker-compose-src.yaml
haproxy.cfg
Section titled “haproxy.cfg”- Git repo:
aptos-core
- Git branch:
testnet
on https://github.com/aptos-labs/aptos-core - Command to download:
Terminal window wget -O haproxy.cfg https://raw.githubusercontent.com/aptos-labs/aptos-core/testnet/docker/compose/aptos-node/haproxy.cfg
blocked.ips
Section titled “blocked.ips”- Git repo:
aptos-core
- Git branch:
testnet
on https://github.com/aptos-labs/aptos-core - Command to download:
Terminal window wget -O blocked.ips https://raw.githubusercontent.com/aptos-labs/aptos-core/testnet/docker/compose/aptos-node/blocked.ips
VFN or PFN files
Section titled “VFN or PFN files”The files listed below are for VFNs or PFNs.
docker-compose-fullnode.yaml
Section titled “docker-compose-fullnode.yaml”- Git repo:
aptos-core
- Git branch:
testnet
on https://github.com/aptos-labs/aptos-core - Command to download:
Terminal window wget -O docker-compose-fullnode.yaml https://raw.githubusercontent.com/aptos-labs/aptos-core/testnet/docker/compose/aptos-node/docker-compose-fullnode.yaml
fullnode.yaml
Section titled “fullnode.yaml”- Git repo:
aptos-core
- Git branch:
testnet
on https://github.com/aptos-labs/aptos-core - Command to download:
Terminal window wget -O fullnode.yaml https://raw.githubusercontent.com/aptos-labs/aptos-core/testnet/docker/compose/aptos-node/fullnode.yaml
haproxy-fullnode.cfg
Section titled “haproxy-fullnode.cfg”- Git repo:
aptos-core
- Git branch:
testnet
on https://github.com/aptos-labs/aptos-core - Command to download:
Terminal window wget -O haproxy-fullnode.cfg https://raw.githubusercontent.com/aptos-labs/aptos-core/testnet/docker/compose/aptos-node/haproxy-fullnode.cfg