Files For Devnet
Files For Devnet
When deploying an Endless node in devnet, you may need to download the files listed on this page. The files are organized by node type.
Validator Files
All the files listed below are for validator nodes.
docker-compose.yaml
Git repo:
endless-core
Git branch:
devnet
on https://github.com/endless-labs/endlessCommand to download:
wget -O docker-compose.yaml https://raw.githubusercontent.com/endless-labs/endless/devnet/docker/compose/endless-node/docker-compose.yaml
validator.yaml
Git repo:
endless-core
Git branch:
devnet
on https://github.com/endless-labs/endlessCommand to download:
wget -O validator.yaml https://raw.githubusercontent.com/endless-labs/endless/devnet/docker/compose/endless-node/validator.yaml
genesis.blob
Git repo:
endless-networks
Git branch:
main
on https://github.com/endless-labs/endless-networksCommand to download:
wget -O genesis.blob https://raw.githubusercontent.com/endless-labs/endless-networks/main/devnet/genesis.blob
waypoint.txt
Git repo:
endless-networks
Git branch:
main
on https://github.com/endless-labs/endless-networksCommand to download:
wget -O waypoint.txt https://raw.githubusercontent.com/endless-labs/endless-networks/main/devnet/waypoint.txt
docker-compose-src.yaml
Git repo:
endless-core
Git branch:
devnet
on https://github.com/endless-labs/endlessCommand to download:
wget -O docker-compose-src.yaml https://raw.githubusercontent.com/endless-labs/endless/devnet/docker/compose/endless-node/docker-compose-src.yaml
haproxy.cfg
Git repo:
endless-core
Git branch:
devnet
on https://github.com/endless-labs/endlessCommand to download:
wget -O haproxy.cfg https://raw.githubusercontent.com/endless-labs/endless/devnet/docker/compose/endless-node/haproxy.cfg
blocked.ips
Git repo:
endless-core
Git branch:
devnet
on https://github.com/endless-labs/endlessCommand to download:
wget -O blocked.ips https://raw.githubusercontent.com/endless-labs/endless/devnet/docker/compose/endless-node/blocked.ips
VFN or PFN files
The files listed below are for VFNs or PFNs.
docker-compose-fullnode.yaml
Git repo:
endless-core
Git branch:
devnet
on https://github.com/endless-labs/endlessCommand to download:
wget -O docker-compose-fullnode.yaml https://raw.githubusercontent.com/endless-labs/endless/devnet/docker/compose/endless-node/docker-compose-fullnode.yaml
fullnode.yaml
Git repo:
endless-core
Git branch:
devnet
on https://github.com/endless-labs/endlessCommand to download:
wget -O fullnode.yaml https://raw.githubusercontent.com/endless-labs/endless/devnet/docker/compose/endless-node/fullnode.yaml
haproxy-fullnode.cfg
Git repo:
endless-core
Git branch:
devnet
on https://github.com/endless-labs/endlessCommand to download:
wget -O haproxy-fullnode.cfg https://raw.githubusercontent.com/endless-labs/endless/devnet/docker/compose/endless-node/haproxy-fullnode.cfg
Last updated