Skip to content

Commit

Permalink
update: release v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Oct 23, 2023
1 parent b8b03e0 commit 2d0bc25
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 18 deletions.
20 changes: 6 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,14 @@ operations on the Solana blockchain.

# Solana Validator Setup

Linux Ubuntu 20.04 TS
Linux Ubuntu 22.04 TS

```bash
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv2/v2.1.0/install")"
```

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

## Generate Solana Validator Keys and Config

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

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

## Start Solana Validator

```bash
Expand All @@ -73,7 +66,7 @@ If you want to download snapshot, you can use the following command.
$ solv restart --snapshot
```

This command will automatically remove `--no-incremental-snapshots` and add `--no-genesis-fetch`, `--no-snapshot-fetch` 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 Down Expand Up @@ -131,13 +124,12 @@ 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
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/EpicsDAO/solv2 This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
Bug reports and pull requests are welcome on GitHub at https://github.com/EpicsDAO/solv This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

## License

Expand Down
4 changes: 2 additions & 2 deletions 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/solv2",
"version": "2.1.3",
"version": "2.1.4",
"description": "Solana Validator CLI SOLV2",
"main": "dist/index.js",
"repository": "https://github.com/EpicsDAO/solv2",
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 = '2.1.3'
export const VERSION = '2.1.4'

0 comments on commit 2d0bc25

Please sign in to comment.