Giter Site home page Giter Site logo

axelar-tools's Introduction

axelar-tools

Description

Repo for axelar.network

These are scripts for automating the installation of the axelar-core.

Prerequisite

Logged in as root, create a new user, add it to sudo group and to the sudoers file using the commands below. In this example we are using "pops" as user:

USER=pops
useradd -s /bin/bash -d /home/${USER}/ -m -G sudo ${USER}
echo "${USER}     ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers

then set a password for the user

passwd $USER

Make also sure u set the ulimit -n 16384 permanent. Do "nano $HOME/.bashrc" and add "ulimit -n 16384" to the bottom of the file. restart the session and setup your node.

Let's start

Make sure you are NOT using root when running the scripts below. You must be logged in with the user created previously:

git clone https://github.com/pops-one/axelar-tools.git
cd axelar-tools && chmod u+x AxelarMenu.sh
./AxelarMenu.sh

here are the current options :

  1. "Install Binary by using wrapper" - Install using wrapper, no auto start at boot

  2. "Install Binary by systemd" - Installing node/validator via systemd

  3. "Upgrade Binary by using warpper" - Update node/validator wrapper

  4. "Upgrade Binary by systemd" -- Upgrading node/validator systemd

  5. "Create validator wrapper" -- create a validator using axelar scripts

  6. "reboot node" - reboot node, node will auto start with systemd

  7. "Monitor the node via cli" - monitoring for your node and validator

axelar-tools's People

Contributors

jb273 avatar mindstyle85 avatar pops-one avatar rooiie avatar yelllowsin 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.