Quick Start New (faster!)

Using the Tellor layer node installation script!

These commands will work on linux only. You will need to adjust the individual commands yourself for use on macOS.

1. Install Prerequisites:

jq, yq, sed, curl, wget, make, and Go are required for running the various commands and config scripts and commands in this guide:

sudo apt install jq curl wget sed

2. Download Layer installation script:

Download the layer node installation script and give it permission to execute:

wget https://raw.githubusercontent.com/tellor-io/layer/refs/heads/main/scripts/setup/install_layer.sh && chmod +x install_layer.sh

3. Run the Layer Node Installation Script

The script has two arguments [NETWORK] and ACCOUNT_NAME :

  • "NETWORK": (required) palmito for layertest-4 -OR- mainnet for tellor-1

  • "ACCOUNT_NAME": (optional) Set to any name you would like for your initial layer node account.

Run the script with the following command:

./install_layer.sh palmito [account_name]

Last updated