Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/hello-world-ncn/jito-restaking.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Operators are the entities that perform working and participate in the consensus
```bash
solana-keygen grind --starts-with ope:1
mkdir -p credentials/operator
mv opeKDrPSPhLYFFRpsPTLU6o86f4AFcFvNMRvbdifhvq.json ./credentials/ope/
mv opeKDrPSPhLYFFRpsPTLU6o86f4AFcFvNMRvbdifhvq.json ./credentials/operator
```

Similar to the NCN keypair, this creates a vanity address starting with "opt:1" for Hello World operator admin, making it easier to identify in transaction and logs.
Expand Down