Skip to content

dominant-strategies/quai-node-cli-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

quai-node-cli-tool

A simple, CLI interface for everything related to your Quai Network slice node and stratum proxy. Easily install, update, and manage both programs in a central location. This repo inclues the following script:

  • quai-admin.sh: A CLI interface that offers baseline functionality to manager your quai slice node and stratum proxy.

This repository is a experimental and is made to simplify the interaction with your Quai Network node and stratum proxy. Please report any issues you encounter in our discord.

Dependencies

Installation

  • Clone this repository
  • Install dependencies
  • Install dialog using your favorite package manager
    • sudo apt install dialog (Ubuntu)
    • sudo yum install dialog (CentOS)
    • brew install dialog (MacOS)

Executing Program

To run the script, open up a terminal window and navigate to the directory where you cloned the repo. Run the following command to make the script executable:

chmod +x quai.sh

You may need to run sudo chmod +x quai.sh if you get a permission denied error. You'll only need to do this once.

Then run the following command to execute the script:

./quai.sh

The interface should look like this:

quai.sh

Usage

Upon running the script for the first time, it will prompt you to install the necessary dependencies and build the node and proxy. Once you've installed dependencies, the script will install and configure the node and proxy.

After the installation has completed, you can choose to run, update, view logs, clear the node db and logs, and directly edit the config file or mining addresses.

Acknowledgements

Special thanks to dm-paull for his contribution to this script.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages