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.
CPU: 4
RAM: 8 Gb
SSD: 100 Gb
OS: Ubuntu 22.04
Needed $ETH in the Ethereum Sepolia test network:
-
- Go to the faucet and request test tokens $ETH in Arbitrum Sepolia
- 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!
- 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.
- Go to the website and connect your EVM wallet (new, with $ETH on the Spheron Testnet network).
- Click "Register New Fizz Node".
- If you install node on a VPS:
- Select OS: Linux.
- Below: CPU Node.
- Enter the characteristics of your VPS.
- Select the region of your VPS.
- Check all the check boxes.
- 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!
- Click on "Download Now".
Download MobaXterm.
- Connect to the leased server via root.
- In Mobexterm, click on the up arrow.
- Add the sh file you downloaded earlier.
- 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
- Go back to the website and click on "Setup".
- You will have 3 commands at the bottom, copy them and paste them, one at a time.
- When you enter the second command, the logs appear (If they are green, everything goes according to plan).
- Check the logs:
docker-compose -f ~/.spheron/fizz/docker-compose.yml logs -f
- Go back to the site, click on the "Autocheck Status" slider at the bottom.
- You will be redirected to the dashboard, check the status, if the status is "Active" - you are done.