4.1 Starting Your Node
To start your Spicenet validator node:
Navigate to your Spicenet directory:
Ensure that a Celestia node is running, as Spicenet uses Celestia for data availability. If you haven't started a Celestia node, you can do so with:
This command starts a Celestia node as a container and creates the necessary configurations for your Spicenet node to connect to it.
Start the Spicenet node:
When your node starts running, you'll see output similar to the following:
This output indicates that:
Your Spicenet node has started successfully
It has connected to the Celestia Data Availability (DA) layer
The initial Spicenet state has been set up
The node is processing incoming transaction batches received from Celestia
After processing each batch, a new Spicenet state root is calculated
Your Spicenet node will continue to run, receiving transaction batches from Celestia and processing them. The output will show ongoing activity, including:
Receipt of new transaction batches from Celestia
Processing of these batches on Spicenet
Updates to the Spicenet state root after each batch is processed
Any potential errors or warnings that might occur during the operation
Keep this terminal window open to maintain your Spicenet node's operation. You can open new terminal windows for interacting with your node or performing other tasks.
Last updated