OurZora Node Guide | PythonEarn

pythor
3 min readDec 12, 2023

--

Introduction :

  • Zora is a Layer2 EVM Network Made For NFTs
  • $60 Million Funding Raised with More than $600 Million Valuation
  • To Get Future Rewards on Zora, we will consider Making Organic Transactions on the Network itself

Zora Node :

• Requirements :

  1. Ubuntu VPS :
    —Ram : 16GB
    — SSD : 200GB Minimun
    — Creata VPS : AWS | DigitalOcean | Contabo | Hetzner

• Installing Node :

  1. Installing Docker & Node :
    Note : Run one by one each Line.
sudo su
curl -fsSL https://get.docker.com -o install-docker.sh
sudo sh install-docker.sh
sudo apt-get update && sudo apt-get upgrade -y
sudo apt install docker-compose
y
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

Copy this as whole and paste :

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

Run One by One Again :

sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose -y
git clone https://github.com/conduitxyz/node.git
cd node
./download-config.py zora-mainnet-0
export CONDUIT_NETWORK=zora-mainnet-0
cp .env.example .env
nano .env

2. Alchemy : Create/Login Your Account
—Create a New App

—Copy Your “HTTPS” API Key and Paste it in Server, Replacing “http://11rpc”
—After Pasting API Key, Press “CTRL+X”, Then “y” then Enter

3. Running Node : Run the Below Command to Run

docker compose up --build
ctrl+c
nohup docker-compose build &

wait 5–10 min and use this command to check Logs

docker compose logs

It Should Make your Node Active, Your Node Must Look Like this :

That is it, Zora Node is Active and working

For More Details and User Help Join

Telegram Channel : https://t.me/PythonEarn
Telegram Group : https://t.me/PythonEarnGroup

--

--

pythor
pythor

Written by pythor

Can help you make Money online

Responses (1)

Write a response