Skip to content

Latest commit

 

History

History
97 lines (67 loc) · 2.08 KB

Aztec Sequencer Node.md

File metadata and controls

97 lines (67 loc) · 2.08 KB

Gd47gCrWQAAPHax

Thanks For information : https://x.com/codeesura - Bilgilendirme için Teşekkürler : https://x.com/codeesura

Aztec Sequencer Node Kurulum :

Gereksinimler :

  • Ubuntu 24
  • 8 CPU
  • 32 RAM
  • 2000 Disk - PCLE GEN 4
  • Hız : 250 Mbps

Güncelleme :

sudo apt update -y && sudo apt upgrade -y
sudo apt install ca-certificates zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev tmux iptables curl nvme-cli git wget make jq libleveldb-dev build-essential pkg-config ncdu tar clang bsdmainutils lsb-release libssl-dev libreadline-dev libffi-dev jq gcc screen unzip lz4 -y

Docker :

sudo apt install docker.io
sudo systemctl start docker
sudo systemctl enable docker
sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker

Aztec Reposunu Klonlayalım :

git clone https://github.com/AztecProtocol/aztec-packages && cd aztec-packages

IP adresi - Private Key - Node Portu - P2P Portunun Ayarlanması - Yeni Bir Cüzdan Oluşturun :

export PUBLIC_IP=your_public_ip_address
export VALIDATOR_PKEY=your_validator_private_key
export NODE_PORT=8080
export P2P_PORT=40400

Validatör için Dizin :

mkdir val1
cd val1
cp ../spartan/releases/rough-rhino/validator.sh .

Validator Dosyasını Çalıştıralım :

./validator.sh

Bu komut sonrasında docker üzerinden imageleri indirip containerleri başlatacaktır.

Loglara Bakmak için :

docker ps -a 

image

İmleç ile gösterdiğin kısım id'niz olacaktır. Alttaki "id" kısmına "id"nizi yazın.
docker logs -f id -n 150 

Bununla birlikte son 150 log'u görebilirsiniz.

  • Discordlarında Sequencer ve Prover Kanalına - adminlere cüzdan adresinizi atarak eklemelerini istemeniz gerekiyor.