Joining the SSC Mainnet at Genesis
Fetching the Updated Genesis
Do not start these steps until you have confirmation from the Saga team that your genesis transaction PR has been processed successfully. This is going to be executed the day of the "Genesis Ceremony". Although, it is required to go through the chapter before, to make sure all the requirements are fulfilled.
Refer to our config page for general configuration info.
Clone the genesis file and add it to your
sscd
config:
In the file
~/.ssc/config/config.toml
enable Prometheus to make possible collect metrics. Find theInstrumentation Configuration Options
section in the very end of the file and setprometheus = true
using the command below:In the same
~/.ssc/config/config.toml
file, make sure to update the list of persistent peers using the command below:
Once the steps above are executed successfully, you should be able to start the network by running this command:
Setting up the Daemon
It is recommended that you set up a daemon for SSC to ensure it continues running even after you exit your current session and that sscd
starts on a system reboot.
To create a new service, follow the steps below:
Run this command to generate the systemd config file
Move the file in the right directory
Enable the
sscd
service to start on reboot
Start the
sscd
service
Ensure that the
sscd
service is running
Monitor logs as needed.
Can't join the network?
Check if you are using an internal IP address
Check your firewall rules
Try adding a list of persistent peers to your config.toml
Last updated