Set Up Your Fizz Node on Spheron Network (EVM) ๐ŸŒ

Set Up Your Fizz Node on Spheron Network (EVM) ๐ŸŒ

ยท

1 min read

The Spheron Network has launched its Fizz Node, offering confirmed rewards for participants. Follow this guide to set up your node and contribute to the network while earning exciting rewards.


๐Ÿ–ฅ๏ธ VPS Specifications

To run a Fizz Node, ensure your VPS meets the following requirements:

  • CPU: 4 GB

  • RAM: 8 GB


๐ŸŒŸ Steps to Get Started

  1. Faucet:

  2. Node Registration:

    • Visit the Fizz Node Portal.

    • Connect your MetaMask Wallet.

    • Click Register New Fizz Node and configure your:

      • Node OS

      • Resources

      • Region

      • Payment Tokens

      • Provider

    • Complete registration and confirm the wallet transaction.

  3. Download Fizzup File:

    • Download fizzup-v1.1.7 and transfer it to your VPS.
  4. Install Fizzup:

    • Run the following commands on your VPS:

        chmod +x /root/fizzup-v1.1.7.sh  
        ./fizzup-v1.1.7.sh
      
  5. Monitor Logs:

    • Check logs to ensure your node is running smoothly:

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

โœ… Done! Your Fizz Node is now up and running!


ย