npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@epics-dao/solv2

v2.1.7

Published

Solana Validator CLI SOLV2

Downloads

77

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 Complete

solv2 installation command: https://solv.epics.dev

EpicsDAO 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 NVME

Server OS:

  • Linux Ubuntu 20.04 TS
  • Linux Ubuntu 22.04 TS

🖥️ Solana Validator Setup

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

solv

Start Solana Validator

$ solv start

Stop Solana Validator

$ solv stop

Restart Solana Validator

$ solv restart

Default solana-validator.sh command is --no-incremental-snapshots.

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 yoursolana-validator.sh command.

Solana Validator Status

$ solv status

Solana Validator Logs

$ solv log

Show Solana Validator Config

This command will show your all config paths which are used by solana validator.

$ solv config

Solana Delegation Program

https://solana.org/delegation-program

solv CLI

$ solv --help
Usage: solv [options] [command]

CLI for Solana Validators

Options:
  -V, --version                         output the version number
  -h, --help                            display help for command

Commands:
  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] <stakeAccountPubkey>  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 code of conduct.

License

The package is available as open source under the terms of the Apache-2.0 License.

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.