;

Guide to running a Zora Node

Airdrop

Posted by Thanh Dat - 01/12/2023

CryptoViet Info

    MỤC LỤC

Requirements

To run the Zora node, you need to meet the following conditions:

  • at least 16 GB RAM
  • an SSD drive with at least 200 GB free

Guide to purchasing a Contabo VPS

View the Contabo VPS purchase guide here. Choose a configuration that suits your needs.

Zora-02.JPG

Guide to running Zora node

Install docker

Add Docker's official GPG key:

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

Add the repository to Apt sources:

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-get update

Install dependencies

sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose -y

Clone Conduit Github repository

git clone https://github.com/conduitxyz/node.git

Access the node directory

cd node

Download Zora Mainnet Folder

./download-config.py zora-mainnet-0

Set the value for the Conduit Network

export CONDUIT_NETWORK=zora-mainnet-0

Create APIs on Alchemy

Zora-03.jpg

Zora-04.JPG

Add your APIs to the environment file

 
cp .env.example .env 
nano .env

Replace "http://11rpc" with the Alchemy Account API key you created in the previous step.

Zora-06.jpg

Zora-07.jpg

After pasting your API into the nano file, press Ctrl + S to save the file and Ctrl + X to exit the file.

Start Screen Session

screen -S log

To start the Zora node, use the following command:

docker compose up --build

The instructions for running this node are referenced from Blokdrops and Conduit Network. If you encounter any errors during the process, you can join the Telegram group for assistance from our team in fixing bugs.

DISCLAIMER: Thông tin trên trang web này chỉ được cung cấp cho mục đích thông tin và không đại diện cho lời khuyên đầu tư. Để đưa ra quyết định đầu tư, chúng tôi khuyên bạn nên tự nghiên cứu.

Có thể bạn sẽ quan tâm

Recent PostPopular Post
Categories
Follow Us
CryptoViet Info
CryptoViet Info
CryptoViet Info
CryptoViet Info
CryptoViet Info
CryptoViet Info
CryptoViet Info
CryptoViet Info
CryptoViet Info
©2017 CryptoViet Info. All Rights ReservedMedia Kit