Skip to content

colonyairdrops/spheron_fizz_node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Spheron Network Worker Node By @ColonyAirdrops

You earn $FN points that will eventually merge with $SPHN tokens

Step-by-Step Guide to Run Fizz Node

Hardware Requirement

image

Register Fizz Node

  1. Open Your Browser: Navigate to https://fizz.spheron.network
  2. Sign up or log in through Gmail or Github
  3. Click on the “Register New Fizz Node” Button and Connect your wallet

image

  1. Select your node's OS, resources, Region, Payment Tokens, and Provider ( I selected highest tier provider )

image image

  1. Click “Register Your Fizz Node“, To complete the registration, you'll need some ETH on the Spheron chain for gas fees. If you don't have any, you can get some from our faucet at https://faucet.spheron.network

image

Run the Fizz Node

  1. In setup page for your registered nod, You should find a link to download the fizzup.sh script

image

  1. Download the fizzup.sh script to your PC. Send it to your VPS using Mobaxterm or Termius Clients

  2. Install Docker

sudo apt update -y && sudo apt upgrade -y
for pkg in docker.io docker-doc docker-compose podman-docker containerd runc; do sudo apt-get remove $pkg; done

sudo apt-get update
sudo apt-get install ca-certificates curl gnupg
sudo install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
sudo chmod a+r /etc/apt/keyrings/docker.gpg

echo \
  "deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
  "$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | \
  sudo tee /etc/apt/sources.list.d/docker.list > /dev/null

sudo apt update -y && sudo apt upgrade -y

sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin

sudo chmod +x /usr/local/bin/docker-compose

# Docker version check
docker --version
  1. Give persmissions to script
# assuming I transfered the script to the main (root) folder of server
chmod +x /root/fizzup-v1.0.1.sh
  1. Run Fizz Node Script
./fizzup-v1.0.1.sh

image

You’ll earn more if your node provides higher-tier resources such as a powerful GPU or more CPU cores.

Fizz Nodes must maintain at least 50% uptime within an ERA (24 hours) to receive rewards

I've ran this node using CPU-only but you can run with GPU for more rewards

Check Node health

docker compose -f ~/.spheron/fizz/docker-compose.yml logs -f

Stop docker container

docker-compose -f ~/.spheron/fizz/docker-compose.yml down

image

Once you've verified the node is running, return to the setup page on the Spheron Fizz App

  1. On the setup page, you'll see a "Check Status" button and a switch to "Automatically check status." Click the "Check Status" button to manually initiate a status check for your Fizz node

  2. Alternatively, you can toggle on the "Automatically check status" switch to have the system periodically check your node's status without manual intervention

image

  1. The system will now perform checks to validate if your node is active and correctly configured

The validation process may take a few minutes. During this time, the system verifies your node's connectivity, resource availability, and configuration. Once your node is confirmed active, you will be automatically directed to your Fizz dashboard

image

Claim your NFT in the Dashboard

Screenshot_371

Join Discord and Claim your role

Discord: https://discord.gg/spheron-network-745315423783878757

Role: https://guild.xyz/spheronfdn

image

Intract Role

Do this Task and claim a role

Check your VPS resources (RAM, CPU) with htop

# Install htop
sudo apt install htop

# run htop
htop

image

Credit: @0xmoei

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published