Run a Gravity Mainnet VFN
Run a Gravity Mainnet (L1) Validator Full Node. Covers validator VFN-network seeds, deployment, optional public listener, database warm start, and sync verification.
Network Role
validators --VFN net--> VFN --public net--> PFN / RPCPrerequisites
git clone https://github.com/Galxe/gravity-sdk.git cd gravity-sdk RUSTFLAGS="--cfg tokio_unstable" \ cargo build --profile quick-release -p gravity_node -p gravity_cli
1. Gather Validator Seed Information
2. Write cluster-vfn.toml
cluster-vfn.toml3. Generate Identity and Deploy
4. Optional: Warm Start From an Existing Node
5. Start and Verify
Troubleshooting
Symptom
Cause / fix
See Also
PreviousRun a Gravity Mainnet Public Full Node With DockerNextRun a Gravity Mainnet Validator (Invite Only)
Last updated
Was this helpful?

