Skip to content

Commit

Permalink
update install oneliner
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Feb 5, 2024
1 parent b90a1b8 commit 77791b2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 7 additions & 13 deletions articles/doc/en/quickstart/start-solv.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,10 @@ $ solv setup

[![solv](https://storage.googleapis.com/epics-bucket/Validator/solv-install-top.gif)](https://youtu.be/rY4bajhRJgw)

## Generate Solana Validator Keys and Config

To generate keys and configuration for a Solana validator, use the following command.

_If you're participating as a testnet validator, you'll need approximately 500 Testnet SOL (Free). Please acquire Testnet SOL in advance and transfer it to the address in the generated `testnet-validator-keypair.json`'s pubkey._

(For those participating in TDS, if there's any remaining testnet SOL in the EpicsDAO wallet, we'll provide it. Please join our Discord channel for further details: https://discord.gg/Z8M8rZeX8R)

```bash
$ solv setup
```
And then, select the type of node you want to target.

![](https://storage.googleapis.com/zenn-user-upload/949db29fc401-20240131.png)

Then, select the type of node you want to target.

- `TESTNET_VALIDATOR`
- `MAINNET_VALIDATOR`
- `RPC_NODE`
Expand All @@ -56,6 +44,12 @@ Then
After startup, the snapshot download will start automatically.
The Solana validator will start 🎊

## New Jito MEV Setup

Now you can select the mainnet for Jito MEV 🎉

![](https://storage.googleapis.com/epics-bucket/solv/assets/mainnet-select.png)

## Install solv CLI on your local machine

solv CLI is a tool for managing Solana Validators from your local machine.
Expand Down
6 changes: 6 additions & 0 deletions articles/doc/ja/quickstart/start-solv.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ $ solv setup
起動後、スナップショットのダウンロードが自動で始まり、
Solana バリデーターが起動します 🎊

## New Jito MEV Setup

Jito MEV のメインネットを選択できるようになりました 🎉

![](https://storage.googleapis.com/epics-bucket/solv/assets/mainnet-select.png)

## インストール solv CLI - ローカルコンピューター

solv CLI は、ローカルコンピューターから Solana バリデーターを管理するためのツールです。
Expand Down

0 comments on commit 77791b2

Please sign in to comment.