Aztec Sequencer Node Guide
Server Requirements
Server Rental
Preparation Before Installation
Funding Your Wallet
RPC
Node Installation
sudo apt-get update && sudo apt-get upgrade -ysudo apt install curl ufw iptables build-essential git wget lz4 jq make gcc nano automake autoconf tmux htop nvme-cli libgbm1 pkg-config libssl-dev libleveldb-dev tar clang bsdmainutils ncdu unzip libleveldb-dev -ybash -i <(curl -s https://install.aztec.network/)source ~/.bash_profileaztec-up alpha-testnetmkdir -p aztec && cd aztecnano docker-compose.ymlservices: node: image: aztecprotocol/aztec:0.87.2 environment: ETHEREUM_HOSTS: "${ETHEREUM_HOSTS}" L1_CONSENSUS_HOST_URLS: "${L1_CONSENSUS_HOST_URLS}" DATA_DIRECTORY: /data VALIDATOR_PRIVATE_KEY: "${VALIDATOR_PRIVATE_KEY}" P2P_IP: "${P2P_IP}" PXE_PORT: "${PXE_PORT}" TXE_PORT: "${TXE_PORT}" LOG_LEVEL: debug entrypoint: > sh -c 'node --no-warnings /usr/src/yarn-project/aztec/dest/bin/index.js start --network alpha-testnet start --node --archiver --sequencer' volumes: - /home/aztec/node:/data ports: - 40400:40400/tcp - 40400:40400/udp - 8080:8080nano .envL1_SEPOLIA_RPC_URL=<Your_Sepolia_RPC_URL> L1_BEACON_URLS=<Your_BEACON_URL> VALIDATOR_PRIVATE_KEY=<Your_Privat_Key_with_0x> P2P_IP=<Your_Server_IP>docker-compose up --build -d docker-compose logs -f --tail 20
Getting the Apprentice Role in Discord
Apprentice Role in DiscordValidator Registration
Last updated