COVALENT TESTNET NODE INSTALLATION….

NodesRun
3 Min Read

Hardware Requirements

Minimum Requirements

  • CPU: 1+ cores
  • RAM: 1.5 GB
  • Storage: 1.5 GB
  • Internet: Stable connection

Recommended

  • CPU: Multi-core for enhanced performance
  • RAM: 4 GB
  • Storage: 10 GB
  • Internet: Stable connection

Ubuntu 20.04 or 22.04

If you have received an e-mail stating that you have been selected, continue….

Light Client metamaks create address
Burner metamaks create address

Requirements…
sudo apt-get update && sudo apt-get upgrade -y && sudo apt install curl tar wget tmux htop net-tools clang pkg-config libssl-dev jq build-essential git screen make ncdu -y


Docker …
sudo apt-get update && sudo apt install jq && sudo apt install apt-transport-https ca-certificates curl software-properties-common -y && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - && sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable" && sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin && sudo apt-get install docker-compose-plugin

–go1.22.3 ….
wget https://go.dev/dl/go1.22.3.linux-amd64.tar.gz sudo tar -C /usr/local -xzf go1.22.3.linux-amd64.tar.gz echo "" >> ~/.bashrc echo 'export GOPATH=$HOME/go' >> ~/.bashrc echo 'export GOROOT=/usr/local/go' >> ~/.bashrc echo 'export GOBIN=$GOPATH/bin' >> ~/.bashrc echo 'export PATH=$PATH:/usr/local/go/bin:$GOBIN' >> ~/.bashrc source ~/.bashrc

go version
go version go1.22.3 linux/amd64

Install IPFS Kubo Client…

wget https://dist.ipfs.tech/kubo/v0.30.0/kubo_v0.30.0_linux-amd64.tar.gz tar -xvzf kubo_v0.30.0_linux-amd64.tar.gz

Install IPFS…
cd kubo sudo bash install.sh

ipfs --version
ipfs version 0.30.0

Instructions to Run EWM Light Client with Docker
1 Clone the Repository…

git clone https://github.com/covalenthq/ewm-das cd ewm-das

2 Build the Docker Image…
docker build -t covalent/light-client -f Dockerfile.lc .

3 Run the Docker Container…

YOUR_HEX_PRIVATE_KEY= bruner PRIVATE_KEY address
docker run -d --restart always --name light-client -e PRIVATE_KEY="YOUR_HEX_PRIVATE_KEY" covalent/light-client

4 Check the Status docker container
docker ps -a

5 Check the Status of the Light Client
docker logs -f light-client

Expected Output:
Version: v0.11.0-1-g9bcd363, commit: 9bcd363457b2296348e38c0b43693fbedc8b94da 2024-10-16T18:34:20.677Z INFO light-client light-client/main.go:87 Starting client... 2024-10-16T18:34:20.677Z INFO light-client light-client/main.go:93 Client idenity: 0xb088827f49284135E0eB7BF8000931F842040342 2024-10-16T18:34:20.678Z INFO light-client light-client/main.go:110 New listener created with ID: 8b8ebae5-c892-402b-9fef-d23fb97f306c 2024-10-16T18:34:21.104Z DEBUG event-listener events/listener.go:188 Connection established! 2024-10-16T18:34:21.105Z INFO event-listener events/listener.go:106 Client authenticated 2024-10-16T18:34:21.105Z INFO event-listener events/listener.go:129 Attempting to subscribe after reconnection 2024-10-16T18:34:21.510Z INFO event-listener events/listener.go:136 Subscription successful after reconnection

Light Client Owner Address (Mainnet Wallet Address) and Burner Address:
fill out the form and send it. wait for your address to be verified

Good Luck…

Share This Article
Follow:
Active Node Runner
Leave a comment

Bir yanıt yazın

E-posta adresiniz yayınlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir