Skip to content

Stoner19/aurad-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utility scripts for IdexD

For more information about IDEX Staking see also IDEX Github

Requirements

Ubuntu machine with python3 and git installed. To check if those are installed:

python3 --version
git --version

How to use

Clone this git repo

git clone https://github.com/stoner19/aurad-utils.git
cd idexd-utils

Setup

Run the setup script if you want to change some settings. This is only required once for each update. After a update is released, it might be necessary to re-run the setup script. Example:

cd idexd-utils
./setup-idexd-status.py

After the setup is complete, you can run the script as described below. In case you want to change the settings again, just re-run the setup script.

Execute a script

cd idexd-utils
./<script name.py>

Example:

cd idexd-utils
./idexd-status.py

Stop a script

Press CTRL+C

How to update

When changes are made to this repo and you want the latest version, pull the changes:

cd idexd-utils
git pull

Having issues?

If you found a bug you can write an issue on GitHub

A HUGE THANK YOU TO BOBFACE FOR CREATING THIS SCRIPT ORIGINALLY!

About

Utility scripts for AuraD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.8%
  • Shell 23.2%