测试网文件
在部署 Aptos 节点到 测试网 时,您可能需要下载此页面列出的文件.这些文件按节点的类型组织.
下面列出的所有文件均适用于验证器节点.
docker-compose.yaml
Section titled “docker-compose.yaml”- Git 仓库:
aptos-core
- Git 分支:
testnet
,位于 https://github.com/aptos-labs/aptos-core - 下载命令:
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 仓库:
aptos-core
- Git 分支:
testnet
,位于 https://github.com/aptos-labs/aptos-core - 下载命令:
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 仓库:
aptos-networks
- Git 分支:
main
,位于 https://github.com/aptos-labs/aptos-networks - 下载命令:
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 仓库:
aptos-networks
- Git 分支:
main
,位于 https://github.com/aptos-labs/aptos-networks - 下载命令:
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 仓库:
aptos-core
- Git 分支:
testnet
,位于 https://github.com/aptos-labs/aptos-core - 下载命令:
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 仓库:
aptos-core
- Git 分支:
testnet
,位于 https://github.com/aptos-labs/aptos-core - 下载命令:
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 仓库:
aptos-core
- Git 分支:
testnet
,位于 https://github.com/aptos-labs/aptos-core - 下载命令:
Terminal window wget -O blocked.ips https://raw.githubusercontent.com/aptos-labs/aptos-core/testnet/docker/compose/aptos-node/blocked.ips
VFN 或 PFN 文件
Section titled “VFN 或 PFN 文件”下面列出的文件适用于 VFN 或 PFN.
docker-compose-fullnode.yaml
Section titled “docker-compose-fullnode.yaml”- Git 仓库:
aptos-core
- Git 分支:
testnet
,位于 https://github.com/aptos-labs/aptos-core - 下载命令:
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 仓库:
aptos-core
- Git 分支:
testnet
,位于 https://github.com/aptos-labs/aptos-core - 下载命令:
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 仓库:
aptos-core
- Git 分支:
testnet
,位于 https://github.com/aptos-labs/aptos-core - 下载命令:
Terminal window wget -O haproxy-fullnode.cfg https://raw.githubusercontent.com/aptos-labs/aptos-core/testnet/docker/compose/aptos-node/haproxy-fullnode.cfg