This is a guide to setting up a trustless node on a VPS or your machine running Ubuntu Linux. It is intended for people who are not familiar with Linux and want to get a node up and running quickly.
A VPS with at least 4 CPUs, 8GB of RAM and 600GB of disk space at a minimum with Ubuntu 20.04 LTS or newer.
- For DigitalOcean: https://docs.digitalocean.com/products/droplets/how-to/connect-with-console/
- For Vultr: https://www.vultr.com/docs/vultr-web-console-faq/
- For Linode: https://www.linode.com/docs/products/compute/compute-instances/guides/lish/
curl -s https://raw.githubusercontent.com/TrustlessComputer/trustless-node-easy/main/setup-mainnet.sh -o setup-trustless.sh
chmod +x setup-trustless.sh
sh ./setup-trustless.sh
curl -s https://raw.githubusercontent.com/TrustlessComputer/trustless-node-easy/main/setup-dev.sh -o setup-trustless.sh
chmod +x setup-trustless.sh
sh ./setup-trustless.sh