3.1 Basic Configuration
After installing Spicenet, the next step is to configure your validator node. This involves setting up the necessary files and environment variables.
Editing rollup_config.toml
Navigate to your Spicenet directory:
Open the
rollup_config.toml
file in your preferred text editor:
Configure the following key parameters:
host
: Set this to your server's IP address or "0.0.0.0" to listen on all interfaces.port
: Choose a port for your validator (default is usually 12346).da_layer
: Configure the data availability layer settings (usually Celestia for Spicenet).
Example configuration:
Save and close the file.
Setting up Environment Variables
Set the following environment variables:
Set the prover mode:
If you want to skip ZK guest compilation for faster builds:
Last updated