Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.6 KB

File metadata and controls

22 lines (12 loc) · 1.6 KB

Aztec Dappnode Package QuickStart Guide

This package allows you to run an Aztec Sequencer Node, a crucial infrastructure responsible for ordering transactions and producing blocks in the Aztec network.

For detailed instructions about Aztec Protocol, please refer to the Aztec documentation.

Pre-requisites

The Aztec Sequencer Node requires a synced Ethereum node, depending on the network. The execution layer & consensus layer API endpoints must be provided in the package configuration, like http://geth.sepolia-geth.dappnode:8545 and http://prysm-sepolia.dappnode:3500

For Sepolia:

For blobs data retrieval purposes, if your Beacon node has access to semi-supernodes capabilities, add the --semi-supernode flag to the Beacon Chain EXTRA_OPTS variable in the config section. Otherwise, the package includes support to Blobscan API for backup blob data source.

Package Details

A Validator Private Key & a Coinbase Address are required to run the package. The Private Key is needed as your validator will post blocks to Ethereum, and the Coinbase Address is where any rewards will be sent.

Right now, becoming a Validator on Aztec is throttled with time. This package will try to register your validator every 24 hours, until it is successful. For more information, please refer to the Aztec "Run a node" documentation.