This repo contains resources for the Saga Security Chain mainnet launch.
To submit your gentx:
- Copy
genesis/genesis.json
into yourssc
home directory. - Create your
gentx
with at least an external ip, moniker, security contact, and website.
sscd gentx <validator-key-name> 8000000usaga \
--chain-id ssc-1 \
--account-number X \
--ip X.X.X.X \
--moniker <moniker> \
--security-contact <email@example.com> \
--website <saga.xyz> \
--commission-max-change-rate "0.01" \
--commission-max-rate "0.2" \
--home $SSC_HOME
-
Copy the gentx to the
gentx/
folder in this repo. -
Run
./check.sh
and ensure the chain starts without any issues. -
Once this is done, open a PR with only your
gentx
file.