All pages
Powered by GitBook
1 of 1

Loading...

Files For Testnet

Files For Testnet

When deploying an Endless node in testnet, 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: endless-core

  • Git branch: testnet on https://github.com/endless-labs/endless

  • Command to download:

validator.yaml

  • Git repo: endless-core

  • Git branch: testnet on https://github.com/endless-labs/endless

  • Command to download:

genesis.blob

  • Git repo: endless-networks

  • Git branch: main on https://github.com/endless-labs/endless-networks

  • Command to download:

waypoint.txt

  • Git repo: endless-networks

  • Git branch: main on https://github.com/endless-labs/endless-networks

  • Command to download:

docker-compose-src.yaml

  • Git repo: endless-core

  • Git branch: testnet on https://github.com/endless-labs/endless

  • Command to download:

haproxy.cfg

  • Git repo: endless-core

  • Git branch: testnet on https://github.com/endless-labs/endless

  • Command to download:

blocked.ips

  • Git repo: endless-core

  • Git branch: testnet on https://github.com/endless-labs/endless

  • Command to download:

VFN or PFN files

The files listed below are for VFNs or PFNs.

docker-compose-fullnode.yaml

  • Git repo: endless-core

  • Git branch: testnet on https://github.com/endless-labs/endless

  • Command to download:

fullnode.yaml

  • Git repo: endless-core

  • Git branch: testnet on https://github.com/endless-labs/endless

  • Command to download:

haproxy-fullnode.cfg

  • Git repo: endless-core

  • Git branch: testnet on https://github.com/endless-labs/endless

  • Command to download:

wget -O docker-compose.yaml https://raw.githubusercontent.com/endless-labs/endless/testnet/docker/compose/endless-node/docker-compose.yaml
wget -O validator.yaml https://raw.githubusercontent.com/endless-labs/endless/testnet/docker/compose/endless-node/validator.yaml
wget -O genesis.blob https://raw.githubusercontent.com/endless-labs/endless-networks/main/testnet/genesis.blob
wget -O waypoint.txt https://raw.githubusercontent.com/endless-labs/endless-networks/main/testnet/waypoint.txt
wget -O docker-compose-src.yaml https://raw.githubusercontent.com/endless-labs/endless/testnet/docker/compose/endless-node/docker-compose-src.yaml
wget -O haproxy.cfg https://raw.githubusercontent.com/endless-labs/endless/testnet/docker/compose/endless-node/haproxy.cfg
wget -O blocked.ips https://raw.githubusercontent.com/endless-labs/endless/testnet/docker/compose/endless-node/blocked.ips
wget -O docker-compose-fullnode.yaml https://raw.githubusercontent.com/endless-labs/endless/testnet/docker/compose/endless-node/docker-compose-fullnode.yaml
wget -O fullnode.yaml https://raw.githubusercontent.com/endless-labs/endless/testnet/docker/compose/endless-node/fullnode.yaml
wget -O haproxy-fullnode.cfg https://raw.githubusercontent.com/endless-labs/endless/testnet/docker/compose/endless-node/haproxy-fullnode.cfg