> For the complete documentation index, see [llms.txt](https://services.nodesync.top/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://services.nodesync.top/testnet-running/conduit-node.md).

# 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>
