Skip to content

TrustlessComputer/trustless-node-easy

Repository files navigation

trustless-node-easy

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.

Requirements:

  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 VPS users using web-console:

Guide for mainnet:

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

Guide for local development:

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages