Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epicsdao/solv
π₯ solv - CLI Tool for Managing Solana Validators
https://github.com/epicsdao/solv
bash blockchain linux open-source solana ubuntu validator web3
Last synced: about 1 month ago
JSON representation
π₯ solv - CLI Tool for Managing Solana Validators
- Host: GitHub
- URL: https://github.com/epicsdao/solv
- Owner: EpicsDAO
- License: apache-2.0
- Created: 2023-08-09T13:19:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-28T18:35:16.000Z (6 months ago)
- Last Synced: 2024-05-31T05:26:06.953Z (6 months ago)
- Topics: bash, blockchain, linux, open-source, solana, ubuntu, validator, web3
- Language: TypeScript
- Homepage: https://solv.epics.dev/
- Size: 61.4 MB
- Stars: 120
- Watchers: 1
- Forks: 13
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## CLI Tool for Managing Solana Validators - "solv"
Documentation: [https://solv.epics.dev/](https://solv.epics.dev/)
By using solv, setting up a Solana validator node server becomes much easier. This powerful tool simplifies blockchain operations and allows you to start a Solana validator with just a single command.
By eliminating the complexity of setting up and managing a validator, solv opens the door for more individuals to participate in the blockchain network, making the Solana ecosystem more accessible.
Whether you're an experienced developer or a blockchain enthusiast venturing into the world of validators, solv provides a solution for simple and fast setup.
Dive into the world of Solana, explore the capabilities of solv, and become a part of the blockchain revolution with minimal effort and maximum efficiency.
## π Server Spec
- Linux Ubuntu 20.04 LTS
- Linux Ubuntu 22.04 LTS
- Linux Ubuntu 24.04 LTS## Solana Validator Setup
```bash
bash -c "$(curl -sSfL "https://solv-storage.validators.solutions/install")"
cd ~ && source ~/.profile
solv setup
```When you run the `solv setup` command, a prompt like the following will appear.
Select the network, node type, and either RPC type or validator type.Example: For an RPC node
![](https://storage.googleapis.com/epics-bucket/solv/assets/setup-rpc.png)
Example: For a Validator
![](https://storage.googleapis.com/epics-bucket/solv/assets/setup-jito-v.png)
For the validator type, you can also set options like commission here.
Once the setup is complete, the snapshot download will automatically begin,
and your Solana validator will start πIf the snapshot download doesn't complete, press Ctrl + C to stop,
and then run the `solv restart --rm` command again.Starting a new Solana validator can take anywhere from several minutes to several hours.
You can check the logs using the following command:```bash
solv log
```or
```bash
solv m
````m` is an alias for the `monitor` command.
β»`solv monitor` does not work until the snapshot download is complete.
## solv setup Options
solv setup command has the following options:
```
solv setup --help
Usage: solv setup [options]Setup Solana Validator
Options:
--vote Setup Vote Account (default: false)
--key Setup Validator Keypairs (default: false)
--relayer Setup Jito Relayer (default: false)
--jupiter Setup Jupiter Swap API (default: false)
--skip-init-config Skip Initial Config (default: false)
--migrate-config Migrate Config (default: false)
--skip-mount Skip Mount (default: false)
-h, --help Display help for command
```## Start Solana Validator
```bash
solv start
```## Stop Solana Validator
```bash
solv stop
```## Monitor Solana Validator
```bash
solv monitor
```## Solana Validator Status
```bash
solv status
```## Solana Validator Logs
```bash
solv log
```## Show Solana Balance and Keypairs
```bash
solv balance
```## Show Solana Validator Catchup Status
```bash
solv catchup
```## Show Solana Validator Config
This command will show your all config paths which are used by solana validator.
```bash
solv config
```## solv CLI
```bash
solv --help
Usage: solv [options] [command]πͺ solv - Solana Validator Tool β¨
Options:
-V Display version
-h, --help Display help for commandCommands:
start Start Solana Validator
restart [options] Restart Solana Validator
stop Stop Solana Validator
status Check Solana Validator Status
update|u [options] Update Command
log|l [options] tail logs
install|i [options] Install Solana Client
stake [options] Stake SOL
unstake Unstake SOL
get Get Solana Validator's Information
scp Scp Commands
cron Cron Job Commands
setup [options] Setup Solana Validator
balance|bal [options] Show Keypairs Balance
mtr Mount Reload Command
disks Show unmounted disks
relayer Jito Relayer Commands
transfer|tr [options] Transfer Solana Tokens/SPL Tokens
withdraw [options] Withdraw SOL from Vote Account to Authority Account
harvest|hv Harvest SOL from Validator Account to Authority Account
mev Enable MEV Mode
df Disk Free Command
swap [options] Swap tokens
epochTimer Check Solana Epoch Timer
switch [options] Switch Validator Identity with No Downtime
jupiter Jupiter API Commands
rm:log Remove Logs
rm:snapshot Remove Snapshot
create:snapshot Create Snapshot
monitor|m Monitor Solana Node
catchup|c Check Solana Catchup Status
config Show Solv Config
help [cmd] Display help for command
```## Website
Validators Solutions: https://validators.solutions
Validator DAO: https://dao.validators.solutions
elSOL: https://elsol.app/
## Solana Token Swap - "solv swap"
https://youtu.be/51c7BzvcBjk
## Contributing
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.
## Dependencies
- pnpm - Package Manager
- aws-cli - To upload install script to cloud bucket
- tsup - To build the package## 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/solv/blob/master/CODE_OF_CONDUCT.md).