Skip to content

Commit

Permalink
update: release v1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Oct 23, 2023
1 parent 465313a commit d229ae7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 60 deletions.
61 changes: 4 additions & 57 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,55 +37,12 @@ Linux Ubuntu 20.04 TS
User: solv

```bash
$ sudo adduser solv
$ sudo usermod -aG sudo solv
$ su solv
$ sudo add-apt-repository ppa:epics-dao/solv
$ sudo apt update
$ sudo apt install solv
```

![solv](https://storage.googleapis.com/epics-bucket/Validator/apt-install-solv.gif)

Please mount fileSystem that has more than 1TB to `/mt` directory.

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

unmount if it is mounted to other directory.

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

and mount to `/mt` directory.

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

if you haven't setup swap, you can use the following command.

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

## Generate Solana Validator Keys and Config

```bash
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv/v1.5.7/install")"
$ cd ~ && source ~/.profile
$ solv setup
```

## Check Solana Validator Preparation Status

```bash
$ solv check
```

If it is not ready, you can check;

- Mounted disk
- Swap size
- Memory size
![solv](https://storage.googleapis.com/epics-bucket/Validator/solv-install-top.gif)

## Start Solana Validator

Expand Down Expand Up @@ -113,8 +70,7 @@ If you want to download snapshot, you can use the following command.
$ solv restart --snapshot
```

This command will automatically add `--no-incremental-snapshots` to your
`solana-validator.sh` command.
This command will automatically remove `--no-incremental-snapshots` and add `--no-genesis-fetch`, `--no-snapshot-fetch` to yoursolana-validator.sh command.

## Solana Validator Status

Expand All @@ -136,14 +92,6 @@ This command will show your all config paths which are used by solana validator.
$ solv config
```

## Discord Notification

set `DISCORD_WEBHOOK_URL` in `~/.profile`

```bash
DISCORD_WEBHOOK_URL="https://discord.com/api/webhooks/...your-webhook-url"
```

## Solana Delegation Program

https://solana.org/delegation-program
Expand Down Expand Up @@ -180,7 +128,6 @@ Commands:
stake [options] <stakeAccountPubkey> Solana Delegate Stake Command
update|u [options] Solana Version Update, Restart and Monitoring Delinquent Stake
log|l [options] tail logs
release|r [options] <version> publish release
help [command] display help for command
```

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epics-dao/solv",
"version": "1.5.7",
"version": "1.5.8",
"description": "Solana Validator CLI SOLV",
"main": "dist/index.js",
"repository": "https://github.com/EpicsDAO/solv",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '1.5.7'
export const VERSION = '1.5.8'

0 comments on commit d229ae7

Please sign in to comment.