Unichain Node

CryptonodeHindi
2 min readOct 21, 2024

--

➡️Reward are not guaranteed.

Lets start

⭐Which VPS should i use?
⭐How to install it?

➡️recommend Contabo VPS-1 as an ideal choice for running your node. It’s powerful and cost-effective, making it a great fit for this setup

➡️Before we jump into the step-by-step guide, feel free to follow me on Medium and my social media platforms for more valuable insights on node farming.

➡️Telegram: https://t.me/cryptonodehindi

➡️Youtube: https://www.youtube.com/@CyptonodeHindi

Now let’s order a VPS Storage 1 on Contabo: https://contabo.com/en/

If you want a discount on setup fees, I recommend choosing 3 months subscription.

I use to keep European region as it is free of charge, but you can choose the region you prefer.

Select Ubuntu 22.04 without panels.

Define a password and keep it safe until the next steps.

Now you can order your VPS. It could take few hours for the VPS to be installed and ready.

update and install the necessary packages

sudo apt update && sudo apt upgrade -y

Install Docker and Docker Compose. (If you already have Dcoker in your VPS, then ignore this step.)

sudo apt install docker.io
sudo curl -L "https://github.com/docker/compose/releases/download/v2.20.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose

Clone the Unichain repository

git clone https://github.com/Uniswap/unichain-node && cd unichain-node

Open config .env.sepolia

nano .env.sepolia

Change RPC that are given below

OP_NODE_L1_ETH_RPC=https://ethereum-sepolia-rpc.publicnode.com
OP_NODE_L1_BEACON=https://ethereum-sepolia-beacon-api.publicnode.com

Start the N0de

docker-compose up -d

Check Logs

docker logs unichain-node-op-node-1

Check the Logs of unichain-node-execution-client-1

docker logs unichain-node-execution-client-1

That's all👍

❤️Thank You for Reading!

I appreciate you taking the time to read this article. If you found it helpful, feel free to give it a clap and share it with others who might benefit from it.

For more insightful content on Crypto node, don’t forget to follow me on Medium and connect with me on my social media channels:

--

--

CryptonodeHindi
CryptonodeHindi

Written by CryptonodeHindi

Welcome to Crypto Node Hindi! Your go-to destination for everything related to crypto nodes, blockchain technology, and decentralized networks — all in Hindi!

No responses yet