Networks

Build Linux binary from source and become a Sentry Node Operator

🧰 Prerequisites

Before diving in, make sure your system meets the following requirements.

βœ… OS Compatibility

  • Ubuntu LTS versions only: 22.04

  • ❌ Not supported: Ubuntu 16.04 or older

βœ… Go (Golang)

βœ… Essential Packages

Install these if not already available:

Copy


πŸ—οΈ Build oraid from Source

Let’s compile the node binary from scratch.

1. Set your ORAI working directory

Copy

πŸ“ If you're not using /root, replace all occurrences of $ORAI_HOME with your desired path.

2. Clone and build

Copy

⚠️ Confirm the binary version:

Copy

Expected output: v0.50.9


βš™οΈ Initialize Your Node

Copy

(replace the NODE_NAME with a name of your choosing)

Download the latest genesis file:

Copy

βœ… Resulting directory structure:

Copy


Cosmovisor makes future upgrades smooth and stress-free.

1. Install Cosmovisor

Copy

2. Set up folders

Copy

3. Add environment variables

Copy

Check installation:

Copy


⛓️ Sync Chain Data

Download and extract the latest snapshot:

Copy

We provide a snapshot file every hour, available at https://snapshot.orai.io/. Please change [SNAPSHOT_URL] to the provided link.


πŸ› οΈ Update Node Config

Edit config:

Copy

Update seeds:

Copy

You may also add more from this list:

Copy


πŸ”§ Run as a Systemd Service

Create a service file:

Copy

Enable and start:

Copy


🩺 Monitor Your Node

Check service status

Copy

View logs live

Copy

Sync status

Copy

βœ… If catching_up is false, you're fully synced!

Last updated