Noisk8 / bash-tool

NYM Node Scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

ExploreNYM Bash Scripts

Supporting the installation and management of NYM nodes.

Table of Contents

  1. Languages
  2. About The Project
  3. Getting Started
  4. Usage
  5. Contributing
  6. License
  7. Contact

Languages available on the script

  • English
  • Português
  • Yкраїнська
  • Русский
  • Français

About The Project

Simple bash scripts to support community with the technical side of NYM infrastucture.

This is an attempt to make it a simple process as possible for anyone no matter there experience.

If you have any issues contact details below.

(back to top)

Getting Started

These scripts are only tested on ubuntu 20.04

Hardware Requirements

  • 1 cpu core
  • 0.5gb ram
  • 8gb storage space
  • ipv4 & ipv6 connection

Usage

Mixnode Tool

  1. Open a terminal in your local computer. (mac terminal) (windows shell)
  2. Connect to your server via ssh using your username and i.p example below.
ssh username@i.p
  1. Intall git and jq on the server
sudo apt install git jq
  1. Copy and paste the script below into the server.
git clone https://github.com/ExploreNYM/bash-tool ~/bash-tool && ~/bash-tool/scripts/explore-nym.sh

if you are using this tool after already installing manually select migrate.

(back to top)

Contributing

We greatly appreciate any and all contributions to this project.

Contributing with NYM

If coding is not your thing you can support by delegating to our nodes.

  1. Indonesia: 4sxonGjdD4vNxWUvk8x8gCB7VpZgUBV4YDLg98oB4PUP
  2. Thailand: B9PJBmkT1gVNM4JSmhCa59Dj5aJ7vjk5uvuN5nbJKJW7
  3. Brazil: 2KuFi7CjKVh1mQrNKhdwLjhXBhVLRktvWMg5k4WXKdrX

We only accept donations to our nym wallet address below.

n1cvcmxmdgw39np3ft9duxj8vdfp9ktny6jtfc0r

Contributing with translations

Steps to translate the script to your language:

  1. Create your own Fork of the project.

image

  1. On your own Fork, edit the .json files inside the text folder. Add the json object with your language and only translate the values, not the keys. Follow the example below where pt-br was added:

image

  1. After you have added your translations create a pull request to add it to the script:

image

  1. After you create the pull request an automated validation script will check the integrity of the files you edited. If the test passes you're all good and your language will soon be added, If you didn't pass the automated test check the details to see what happened at which file and then correct it in order to pass the test.

Examples of pull requests failing:

image

  1. Details output when there's invalid syntax on one of the json files (invalid syntax on install.json in this case):

image

  1. Details output when there's extra or missing keys on one of the json files (extra key on install.json in this case):

image

  1. If you have conflicts with the base branch you should sync your fork similar to the way you created the pull request: image

  2. This is what it looks like if you pass the automated tests: image

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Twitter - @Pawnflake

Discord - Pawnflake

Discord - supermeia

Website - explorenym.net

About

NYM Node Scripts

License:MIT License


Languages

Language:Shell 93.6%Language:Python 6.4%