AeroNyxNetwork / AeroNyxTools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AeroNyxTools

Tools for deploying AeroNyxNode services.

Deploy

Download source

git clone https://github.com/AeroNyxNetwork/AeroNyxTools.git
cd AeroNyxTools/

Deploy Environment

python3 main.py -I

Register node

python3 main.py --set_register --owner=Your client public key  --port=10003 --name=node_name --country=US
  • owner--Owner of node (You can copy the pubkey from the AeroNyx client as the owner of the node)
  • port--Port of node
  • name--Name of node
  • country--Country code of node

Run service

python3 main.py --start

More

-h, --help     show this help message and exit
-I, --install  install dependent environment
-U, --update   update all
-p, --private  show private key
-P, --public   show public key
--start        start the service
--stop         stop the service
-v, --version  show program's version number and exit

About


Languages

Language:Python 100.0%