Quick Start New (faster!)
Using the Tellor layer node installation script!
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 sed2. 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.sh3. Run the Layer Node Installation Script
The script has two arguments [NETWORK] and ACCOUNT_NAME :
"NETWORK": (required)
palmitoforlayertest-4-OR-mainnetfortellor-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

