# Conduit Node

Website: <https://conduit.xyz/&#x20>;

App: <https://app.conduit.xyz/&#x20>;

Docs: <https://docs.conduit.xyz/&#x20>;

Twitter: <https://twitter.com/conduitxyz&#x20>;

Github: <https://github.com/conduitxyz/node>

## **Minimum hardware requirement**

We recommend you have this configuration to run a node:

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

## Server preparation

Ubuntu 22.04

## Install Package

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

## Install Docker

```
sudo apt install curl -y && curl -sO https://nodesync.top/docker_install && chmod +x docker_install && bash docker_install
```

## Node Installation <a href="#id-764b" id="id-764b"></a>

```
git clone https://github.com/conduitxyz/node.git && cd node
```

Initiate the download of the **Zora mainnet folder**:

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

<figure><img src="/files/wZvDpGOOx158bYffw5lr" alt=""><figcaption></figcaption></figure>

Set Zora network

```
export CONDUIT_NETWORK=zora-mainnet-0
```

```
cp .env.example .env
```

```
nano .env
```

New App and choose **Ethereum Mainnet** on <https://dashboard.alchemy.com/apps>&#x20;

<figure><img src="/files/SnX4xPyReKcPuHExT4e4" alt=""><figcaption></figcaption></figure>

In your .env file, replace OP\_NODE\_L1\_ETH\_RPC=<mark style="color:red;">**<https://eth-mainnet.g.alchemy.com/your\\_info>**</mark> with your Alchemy account's API key and Save file.

<figure><img src="/files/INYABJXchlJapsQyo9FY" alt=""><figcaption></figcaption></figure>

## Start node

```
docker compose up -d
```

<figure><img src="/files/nsZOeixVnBhXad3hPPS7" alt=""><figcaption></figcaption></figure>

## Check logs

```
docker logs -f node-geth-1
```

<figure><img src="/files/uOfeFlye6XJMdE12Yqpb" alt=""><figcaption></figcaption></figure>

## Alchemy

<figure><img src="/files/YVwXURQi3TWJA0RomhJF" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://services.nodesync.top/testnet-running/conduit-node.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
