Zora Node
February 4th, 2024

Command 1 :

sudo apt-get update && sudo apt-get upgrade -y

Command 2 :

sudo apt install curl build-essential git screen jq pkg-config libssl-dev libclang-dev ca-certificates gnupg lsb-release -y

Command 3 :

sudo install -m 0755 -d /etc/apt/keyringscurl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpgsudo chmod a+r /etc/apt/keyrings/docker.gpg

Command 4 :

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/nullsudo apt-get update

Command 5 :

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

Command 6 :

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

Command 7 :

cd node

Command 8 :

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

Command 9 :

export CONDUIT_NETWORK=zora-mainnet-0

Command 10 :

cp .env.example .env

nano .env

Command 11 :

screen -S log

Command 12 :

docker compose up --build

( In case an error indicating the network appears after entering the previous command, enter the export conduit_network=zora-mainnet-0 command again and then repeat the command 12 )

Full guide

Subscribe to Kepochnik
Receive the latest updates directly to your inbox.
Mint this entry as an NFT to add it to your collection.
Verification
This entry has been permanently stored onchain and signed by its creator.
More from Kepochnik

Skeleton

Skeleton

Skeleton