For more information about IDEX Staking see also IDEX Github
Ubuntu machine with python3
and git
installed.
To check if those are installed:
python3 --version
git --version
git clone https://github.com/stoner19/aurad-utils.git
cd idexd-utils
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.
cd idexd-utils
./<script name.py>
Example:
cd idexd-utils
./idexd-status.py
Press CTRL+C
When changes are made to this repo and you want the latest version, pull
the changes:
cd idexd-utils
git pull
If you found a bug you can write an issue on GitHub