
Node Deployment
How to Setup and Run Genesis Nodes?
Last updated

How to Setup and Run Genesis Nodes?
Download and install your preferred version of the Node App from the official links: Download Windows Desktop App (V 1.1.0) Download CLI App (V 1.0.5)

Click on 'Sign In' to start the registration process.

Launch and follow prompts to Register as a first time user.
Click on 'Register' button to start the registration process for a first time user.

You will be taken to iAgent Node Web-App on your default browser. Sign in to 'MetaMask' from the Connect Wallet pop-up.

Note: In case you encounter 'DLL Missing' error, please download Visual C++ Packages from below link: https://www.microsoft.com/en-ie/download/details.aspx?id=48145
SETUP
Insert below commands to begin:
sudo apt update
sudo apt install curl unzip
sudo curl -L -o iagent-node-cli.zip https://iagentassets.s3.ap-south-1.amazonaws.com/iagent-node-cli.v1.0.5.zip
unzip iagent-node-cli.zip
Chmod +x iagent-node-cli (if no permission)
sudo apt install nodejs npm
sudo ./iagent-node-cli
Ubuntu / Root users:
apt update
apt install curl unzip
curl -L -o iagent-node-cli.zip https://iagentassets.s3.ap-south-1.amazonaws.com/iagent-node-cli.v1.0.5.zip
unzip iagent-node-cli.zip
chmod +x iagent-node-cli
apt install nodejs npm
./iagent-node-cli
NODE INACTIVE
Please enter “start” to generate a unique ID to register your node. *COPY/ PASTE
REGISTRATION Copy the link displayed and paste it into a new browser tab to open the Node Web app.
View and Map All of your Nodes to start Collecting Rewards! A maximum of 25 NFTs (Nodes) can be mapped to a single computer.

Last updated