Skip to content

Commit

Permalink
update quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Oct 10, 2023
1 parent 75ce1dd commit 8035634
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
12 changes: 8 additions & 4 deletions articles/doc/en/general/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,25 @@ Please mount fileSystem that has more than 1TB to `/mt` directory.

Edgevana's Ubuntu AMD Server's default mountpoint is `/dev/vdb`.

For Latitude, you can run without using any options. (`/dev/nvme1n1` is set as the default option.)

unmount if it is mounted to other directory.

```bash
$ solv umt <mountedPoint>
$ solv umt -p <mountedPoint>
```

and mount to `/mt` directory.

```bash
$ solv mt <fileSystem>
$ solv mt -p <fileSystem>
```

## 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 SOL. Please acquire SOL for the testnet in advance and transfer it to the address in the generated `testnet-validator-keypair.json`.**
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)

Expand All @@ -57,7 +61,7 @@ $ solv setup
if you haven't setup swap, you can use the following command.

```bash
$ solv setup --swap --path <fileSystem>
$ solv setup --swap -p <fileSystem>
```

## Check Solana Validator Preparation Status
Expand Down
6 changes: 3 additions & 3 deletions articles/doc/ja/general/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ $ sudo apt install solv

1TB 以上のファイルシステムを/mt ディレクトリにマウントしてください。

Edgevana の Ubuntu AMD サーバーのデフォルトのマウントポイントは/dev/vdb です。
Edgevana の Ubuntu AMD サーバーのデフォルトのマウントポイントは `/dev/vdb` です。

Latitude の場合はオプションを使わずに実行できます。(/dev/nvme1n1 がデフォルトオプションに設定されています。)
Latitude の場合はオプションを使わずに実行できます。(`/dev/nvme1n1` がデフォルトオプションに設定されています。)

もし他のディレクトリにマウントされている場合は、アンマウントしてください。

Expand All @@ -44,7 +44,7 @@ $ solv mt -p <fileSystem>
## Solana バリデータのキーと設定の生成

Solana のバリデータのキーと設定を生成するには以下のコマンドを使用します。
**テストネットバリデーターとして投票に参加する場合は、およそ 500 SOL が必要です。あらかじめテストネットの SOL を獲得しておき、生成された `testnet-validator-keypair.json` のアドレスへ送金して下さい。**
_テストネットバリデーターとして投票に参加する場合は、およそ 500 テストネット SOL(無料) が必要です。あらかじめテストネットの SOL を獲得しておき、生成された `testnet-validator-keypair.json` のアドレスへ送金して下さい。_

(TDS に参加する方は、EpicsDAO のウォレットにテストネットの SOL が残っている場合は差し上げますので、ディスコードチャンネルまでお越し下さい:https://discord.gg/5PPu6hc2EP)

Expand Down

0 comments on commit 8035634

Please sign in to comment.