Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epicsdao/solv2
🚧Deprecated🚧 solv v3 can run Solana Validator anywhere: https://github.com/EpicsDAO/solv
https://github.com/epicsdao/solv2
solana
Last synced: 2 months ago
JSON representation
🚧Deprecated🚧 solv v3 can run Solana Validator anywhere: https://github.com/EpicsDAO/solv
- Host: GitHub
- URL: https://github.com/epicsdao/solv2
- Owner: EpicsDAO
- License: apache-2.0
- Created: 2023-10-19T10:01:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-18T19:24:16.000Z (8 months ago)
- Last Synced: 2024-11-15T22:28:55.294Z (3 months ago)
- Topics: solana
- Language: TypeScript
- Homepage: https://solv.epics.dev/
- Size: 18.3 MB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## 🎁 Solana Validator Trial Campaign
solv, in partnership with Latitude, is offering a $100 coupon 🎉
By utilizing this coupon, you can obtain $100 in free credits when setting up a Solana validator using solv.
Please add the following coupon code from the admin panel 👷♀️
【$100 Coupon Code: ELSOUL100】
🖥️ Bare Metal Server - Latitude.sh
https://www.latitude.sh/
📘 How to launch a Solana Validator node using solv:
- ① Install
- ② Update Settings
- ③ Setup Completesolv2 installation command:
https://solv.epics.devEpicsDAO Discord channel:
https://discord.gg/3rxK8CPxwr## 🔴 YouTube Video
https://youtu.be/rY4bajhRJgw
## 📖 Server Spec
Tested on the following servers:
Metal server: c3.large.x86
- 24 Cores
- 2.8 5GHz
- 256GB RAM
- 2 x 1.9TB NVMEServer OS:
- Linux Ubuntu 20.04 TS
- Linux Ubuntu 22.04 TS## 🖥️ Solana Validator Setup
```bash
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv/v2.1.7/install")"
$ cd ~ && source ~/.profile
$ solv setup
```[![solv](https://storage.googleapis.com/epics-bucket/Validator/solv-install-top.gif)](https://youtu.be/rY4bajhRJgw)
### Start Solana Validator
```bash
$ solv start
```### Stop Solana Validator
```bash
$ solv stop
```### Restart Solana Validator
```bash
$ solv restart
```Default `solana-validator.sh` command is `--no-incremental-snapshots`.
If you want to download snapshot, you can use the following command.
```bash
$ solv restart --snapshot
```This command will automatically remove `--no-incremental-snapshots` and add `--no-genesis-fetch`, `--no-snapshot-fetch` to yoursolana-validator.sh command.
### Solana Validator Status
```bash
$ solv status
```### Solana Validator Logs
```bash
$ solv log
```### Show Solana Validator Config
This command will show your all config paths which are used by solana validator.
```bash
$ solv config
```### Solana Delegation Program
https://solana.org/delegation-program
### solv CLI
```bash
$ solv --help
Usage: solv [options] [command]CLI for Solana Validators
Options:
-V, --version output the version number
-h, --help display help for commandCommands:
solv Show Solv AA
epoch Get Current Epoch
slot Get Current Slot
config|c Show Solv Validator Config
status Show Solana Validator Status
start Start Solana Validator
restart [options] Restart Solana Validator
stop Stop Solana Validator
check Check Solana Validator Environment
install|i [options] Solana Install/Update Command
mt [options] Linux Mount Command
umt [options] Solana Umount Command
mtr Mount Reload Command
setup [options] Setup Solana Validator All-in-One
df Disk Free Command
lsblk|ls Solana Disk Usage Command
stake [options] Solana Delegate Stake Command
update|u [options] Solana Version Update, Restart and Monitoring Delinquent Stake
log|l [options] tail logs
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.
## License
The package is available as open source under the terms of the [Apache-2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
## Code of Conduct
Everyone interacting in the SKEET project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/EpicsDAO/solv2/blob/master/CODE_OF_CONDUCT.md).