Methods of payment Abuse

Spheron Network: Node installation

15.11.2024, 16:29

Description

Spheron is a decentralized cloud platform that gives users the ability to store data and host projects in a peer-to-peer network. The peculiarity of the platform lies in its simplicity and accessibility for anyone who wants to participate in the test network and get remuneration for their resources.

Spheron Testnet is something between node and mining. You connect your wallet, interact with the testnet, install the node on Ubuntu and start earning $FN points.

Minimum requirements

CPU: 4

RAM: 8 Gb

SSD: 100 Gb

OS: Ubuntu 22.04

Preparing for installation

      Needed $ETH in the Ethereum Sepolia test network:

    1. Go to the faucet and request test tokens $ETH in Arbitrum Sepolia

       

    2. Create a new EVM wallet (empty), send test funds there $ETH in Arbitrum Sepolia.

      VERY IMPORTANT! In nodes, software, testnet, where they ask for a private key, be sure to use only those wallets where there are no funds in the main networks!
    3. Go to the bridge and transfer $ETH from the Arbitrum network to the Spheron Testnet.

      Bridging in cryptocurrency is the process of enabling the transfer of digital assets or data between different blockchain networks.

    4. Go to the website and connect your EVM wallet (new, with $ETH on the Spheron Testnet network).
    5. Click "Register New Fizz Node".

    6. If you install node on a VPS:
      1. Select OS: Linux.
      2. Below: CPU Node.
      3. Enter the characteristics of your VPS.
      4. Select the region of your VPS.
      5. Check all the check boxes.
         
    7. Select "Tier 1", click "Register Your Fizz Node" at the bottom.

      Attention! We recommend installing the script on a separate VPS with Windows OS, so that you don't have to load it on the main PC!

    8. Click on "Download Now".


      Installing a node

      Download MobaXterm.

                     

  1. Connect to the leased server via root.
  2. In Mobexterm, click on the up arrow.

  3. Add the sh file you downloaded earlier.



  4. Follow the commands on the list:
    sudo apt update && 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
  5. Go back to the website and click on "Setup".
  6. You will have 3 commands at the bottom, copy them and paste them, one at a time.
     
  7. When you enter the second command, the logs appear (If they are green, everything goes according to plan).



  8. Check the logs:

    docker-compose -f ~/.spheron/fizz/docker-compose.yml logs -f
  9. Go back to the site, click on the "Autocheck Status" slider at the bottom.
  10. You will be redirected to the dashboard, check the status, if the status is "Active" - you are done.