Cover photo

Cysic. Installing the node

  • Let's go to the link

  • and connect the EVM wallet

Important! An account can only be registered using a referral link, and there is a limit of 50 people per referral link! So go to discord , go to the #invite-code channel and take the current codes

  • After you have completed registration, copy the private address of your wallet, which is linked to the site

  • Next, install Keplr Wallet and create an account

  • Importing a private key into the Keplr Wallet

  • Next, go here and connect Keplr Wallet

  • On the right, click on the tap and request 0.5 $CYS

post image

Installing a Node. Detailed Guide

  • Installing MobaXterm

  • Connect to the rented server via root

  • We execute commands according to the list

  • We update and install the necessary packages

sudo apt update
sudo apt upgrade
  • Install and run the script. The commands are taken from here

Replace the word ADDRESS OF YOUR_EVM_WALLET at the end with the address of your wallet, which is linked to the site

curl -L https://github.com/cysic-labs/phase2_libs/releases/download/v1.0.0/setup_linux.sh > ~/setup_linux.sh && bash ~/setup_linux.sh YOUR_EVM_WALLET_ADDRESS
post image
  • Next, we run the script

cd ~/cysic-verifier/ && bash start.sh
  • If you see such logs, then everything is good.

One Genesis node address can be used for a maximum of 1 verifier. It may take a few minutes for the verifier to connect to the chain. While it is establishing a connection, you may see the message “ err: rpc error ”. Don’t worry – just wait a few minutes for the verifier to connect.

post image

The verifier program will create mnemonic files for you. Your submitted address mnemonic file is located in the C:\Users\username\.cysic\keys folder:, please save it, otherwise you will not be able to run the verifier program again

post image

Once the task is assigned and successfully completed as one of the top 6 verifiers, your $CYS and $CGT rewards will appear on “ My Page

  • You can also check the status of the node by following this link

If you see the status " Active " then everything is clear. Wait for transactions, the network is currently overloaded

  • Delete node

cd 
cd cysic-verifier 
cd cysic-verifier/data 
rm cysic-verifier.db
rm -rf /root/cysic-verifier/data/cysic-verifier