Giter Club home page Giter Club logo

sui-node-helper's Introduction

Sui Wizard: Your Node Management Simplified

Welcome to the repository for the SUI blockchain node setup and update helper script!

This GitHub repository contains a Bash script that automates the process of setting up and updating a SUI blockchain node. The script is designed to be easy to use, even for users who are not experienced with command-line interfaces.

To use the helper script in this repository, simply download the script and run it on your system. The script will guide you through the process of setting up and updating your SUI blockchain node.

sui-node-helper-welcome

Links

Looking for documentation? check it out here.

If you are looking for a follow along walkthrough, check out our blog or our livestream.

FAQs for Sui Wizard here.

Requirements

  • curl to download required files.
  • dialog for user interface.
  • systemd to run sui-node service.
  • An Ubuntu server capable of running SUI validator or full node, with required open ports.

Running a validator requires mist on your validator address, so make sure you have enough mist after you setup your node.

Instructions

NOTE: Some commands would require sudo permissions to run, please ensure your logged in user has required permissions.

Setup SUI Validator

  • SSH into the server where you want to set up the SUI node.
  • Download the helper.sh by running the following command on server.
    curl --fail --location --output helper.sh https://raw.githubusercontent.com/Scale3-Labs/sui-node-helper/master/helper.sh
  • Give executable permissions to the script.
    chmod +x helper.sh
  • Run the script.
    ./helper.sh
  • Follow the instructions to setup sui-node service.
  • Once setup, start the service using the following command.
    service sui-node start
  • To check the logs, run the following command
    journalctl -fu sui-node

Update SUI Validator Version

Works for sui node which is setup as systemd service with name sui-node.

  • SSH into the validator.
  • Download helper.sh
  • Give executable permissions to the script.
    chmod +x helper.sh
  • Run the script.
    ./helper.sh
  • Follow the instructions to update validator.
  • Check logs by running
    journalctl -fu sui-node

Interested in setting up monitoring for your SUI node? Head on to scale3labs.com.

Support

For any issues, initiate a GitHub issue on this repo or you can join our discord for queries.

sui-node-helper's People

Contributors

darshit-s3 avatar yemiadej avatar dsdatsme avatar karthikscale3 avatar

Stargazers

Fuyao Zhao avatar  avatar  avatar

Forkers

thaodv dsdatsme

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.