Using Quickstart
We recommend validators become familiar with the manual setup process, but we do have a handy quickstart script available for spinning up a full node from scratch.
The quickstart script automates the following steps:
- Installs system dependencies
- Downloads and installs the
regenbinary - Initializes the node configuration and genesis file
- Configures persistent peers
- Starts the node
This covers the steps in Initial Setup, Install Regen, and Initialize Node.
For Regen Mainnet:
bash <(curl -s https://raw.githubusercontent.com/regen-network/mainnet/blob/main/scripts/mainnet-val-setup.sh)
After the script completes, the node will begin syncing with the network. You can then proceed to Create a Validator once the node is fully synced.