# Cysic. Installing the node

By [Kinzo | Airdrop | testnet | node ](https://paragraph.com/@xonaito) · 2025-02-12

---

*   Let's go to [**the link**](https://testnet.cysic.xyz/m/referral/invite?code=cba3b)
    
*   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**](https://discord.gg/cysic) , 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**](https://chromewebstore.google.com/detail/keplr/dmkamcknogkgcdfhhbddcghachkejeap) and create an account
    
*   Importing a private key into **the Keplr Wallet**
    
*   Next, go [**here**](https://testnet.cysic.xyz/m/my/) and connect **Keplr Wallet**
    
*   On the right, click on the tap and request **0.5 $CYS**
    

![](https://storage.googleapis.com/papyrus_images/c9bbb541a57c25320a5a28cd51a1b45552d587de610a56353113dc849395c322.png)

Installing a Node. Detailed Guide
---------------------------------

*   Installing [**MobaXterm**](https://mobaxterm.mobatek.net/)
    
*   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**](https://testnet.cysic.xyz/m/dashboard/verifier)
    

> 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
    

![](https://storage.googleapis.com/papyrus_images/82c133867232771e5053a5430d19d4aa6a100f2eed1a9c668625f135c6576028.png)

*   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.

![](https://storage.googleapis.com/papyrus_images/fe3594bbf11eb0f890c05c7bdecf5cbfa5803ff4b740ac8e26c7c1e4afa34fa3.png)

> 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

![](https://storage.googleapis.com/papyrus_images/ec8d8af4087e389ac7b628752dee9874729981d4d9f754789fbaa672553d8ae9.png)

> 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**](https://testnet.cysic.xyz/m/my/) ”

*   You can also check the status of the node by following this [**link**](https://testnet.cysic.xyz/m/dashboard/verifier)
    

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

---

*Originally published on [Kinzo | Airdrop | testnet | node ](https://paragraph.com/@xonaito/cysic-installing-the-node)*
