(Optional) Build Jito software

You must build the software from source if you bootstrap your validator for Jito client software.

Jito official doc to build Jito software from source is there => https://jito-foundation.gitbook.io/mev/jito-solana/building-the-software

Quick build

To simplify the process of building the jito-software, we have included a script named build-jito.sh in the home directory of the solana user.

Example:

sudo su - solana
./build-jito.sh v<semver>-jito

Last updated