Installation Setup

You should buy VPS which is fulfilling all these requirements :
Full Documentatio: https://medium.com/@cysic/phase-ii-genesis-node-verifier-guide-6a09720cba4e
Overview
What’s new in Phase II Verifier Program:
Ultra-Light Dependency Size: We’ve achieved a breakthrough in optimization, reducing verifier dependencies from a massive 4GB to an incredible less than 400 KB. This means faster downloads, reduced storage requirements, and a seamless experience for a wider range of users.
Effortless Usability: We’ve designed the setup process to make it as simple and user-friendly as possible. With our newly designed scripts, you can get your verifier up and running in just a few steps — no technical expertise required.
System Requirements:
Operating System : Ubuntu 22.04
CPU: Minimum of 1/2 core.
Memory: 2 to 4 GB.
Storage: SSD or NVMe with at least 5GB of space.
Step 1:
Open Cysic Network website: https://testnet.cysic.xyz/m/
Connect your wallet | Metamask
Join Discord to get an Invite Code
Register an account New to the Cysic Network? Welcome aboard! Once you’ve registered, your account will appear on our leaderboard — complete tasks and climb to the top.
Step 2:
curl -L https://github.com/cysic-labs/phase2_libs/releases/download/v1.0.0/setup_linux.sh >
~/setup_linux.sh && bash ~/setup_linux.sh 0x-Fill-in-your-reward-address-here
Install Screen
apt install screen
Create Screen
screen -S cysic
Execute the verifier program
cd ~/cysic-verifier/ && bash start.sh

Exit Screen
ctrl A + D
re-enter screen
screen -r cysic
Last updated