What is gaganode?
GaGaNode is a Decentralized Residential IP + Bandwidth Marketplace. With Web3.0 technology, it aims to alleviate the global shortage of IPv4 addresses. Users can participate in the Web3 network at home using Idle Electronics even if they do not have a public network IP address. Future technologies that require home bandwidth for development can obtain real home bandwidth resources via GaGa Node.
What are the advantages of running GaGaNodes?
To earn GaGaNode Credits, you simply need an idle Android phone, as well as a tvbox, Raspberry Pi, computer, or other electrical equipment. Users do not need to invest in additional mining machines; instead, they simply donate their home broadband resources to earn GaGaNode Credits.
Let’s start
Before you start, you need to register HERE and create a GaGaNode account.
Runnig GaGaNode on Android phone
- Download and Install GaGaNode android app
Copy your token
Start android app and enter your token
Enable Auto-starting
Set ‘No restrictions’ when start.
Enable Autostart.
Runnig GaGaNode on Windows PC
Open PowerShell in Windows
- Use the “Run” window to open PowerShell
You can open Windows PowerShell with administrator privileges from Run. A quick way to launch this window is to press the
Win
+R
keys on the keyboard. Then, typepowershell
and press Enter or click OK.
Switch from PowerShell to PowerShell Admin. If you’re already working in PowerShell but you need to switch over to admin
mode, you can do so without closing PowerShell. Just run this command:
start-process powershell -verb runas
1.Download & Install
wget -Uri "https://assets.coreservice.io/public/package/20/app/1.0.3/app-1_0_3.tar.gz" -OutFile "app-windows-amd64.tar.gz" ; tar -zxf app-windows-amd64.tar.gz ; rm -Force app-windows-amd64.tar.gz ; cd ./app-windows-amd64 ; ./app.exe service install
2.Start Service
./app.exe service start
3.Set Token
./apps/gaganode/gaganode.exe config set --token=your_token_here
4.Restart APP
./app.exe restart
5.Check APP Status
./app.exe status
After 1-3 minutes, you will have a new terminal record at terminals open in new node.
Runnig GaGaNode on Linux VPS and Desktops
Install Dependencies Packages
sudo apt-get update -y && sudo apt-get -y install curl tar ca-certificates
1.Download & Install
curl -o app-linux-amd64.tar.gz https://assets.coreservice.io/public/package/22/app/1.0.3/app-1_0_3.tar.gz && tar -zxf app-linux-amd64.tar.gz && rm -f app-linux-amd64.tar.gz && cd ./app-linux-amd64 && sudo ./app service install
2.Start Service
sudo ./app service start
3.Check APP Status
./app status
console output:
meson@meson-server:~/app-linux-amd64$ ./app status [gaganode]: local version:[1.0.3] latest version:[1.0.3] status:[DOWNLOADED]
4.Set Token
sudo ./apps/gaganode/gaganode config set --token=your_token_here
5.Restart APP
./app restart
Terminal Recording
Notice:
This article is a summary of the official documentation. I strongly recommend looking through the official documentation for more in-depth information and installation instructions