Git Product home page Git Product logo

sv-manager-1's Introduction

Solana Validator Manager

Automatically bootstrap a Solana validator node, optimize its performance, and connect the node to a monitoring dashboard

Solana is a fast, secure, and censorship-resistant blockchain providing open infrastructure necessary for global adoption.

In order to run, the Solana blockchain requires a decentralized network comprising computing resources to validate transactions as well as storage for ledger redundancy.

The computer resources are provided by validators who need to maintain high-performance Linux nodes.

There are now two Solana clusters, Mainnet-Beta and Testnet.

The Mainnet-Beta cluster is maintained by ~700 validators, and the Testnet cluster by ~1700 more validators.

Most of the people running these just bootstrap their nodes manually, referring to the Solana docs or similar community guides. Apparently, there are no 2 identical setups across these 2400 validators.

As a result, it is virtually impossible to support validators having issues with their nodes and/or help them improve their node, thus contributing to the overall cluster performance.

What we would like to do is provide a toolkit to help validators bootstrap and maintain their nodes in a uniform, consistent way.

The Ansible scripts we have created for this purpose are a compilation of best practices and community guidelines.

Please use them, enjoy them, and improve them.

Quick Install

  • Log in to your server

  • If you don’t have a key pair yet, skip this step: it will be generated automatically.

    If you have a key pair, create the key pair file in your home directory (you can also upload it via scp if you prefer):

    nano ~/validator-keypair.json

    Paste your key pair, save the file (ctrl-O) and exit (ctrl-X).

  • If you don’t have a vote account key pair yet, skip this step: it will be generated automatically.

    If you have a vote account key pair, create the key pair file in your home directory (or upload it via scp):

     nano ~/vote-account-keypair.json

    Paste your key pair, save the file (ctrl-O) and exit (ctrl-X).

  • Run this command…

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/mfactory-lab/sv-manager/latest/install/install_validator.sh)"

…and follow the wizard’s instructions:

That's it, you are all set!

If you want more control over the configuration of your node, please refer to the advanced technical specifications

Useful links

How you can support this project

sv-manager-1's People

Contributors

alexanderray avatar rossignolskier avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.