Guide to Running a Sequencer
bash -i <(curl -s https://install.aztec.network)
aztec-up alpha-testnet
After installation, run the following command:
aztec start --node --archiver --sequencer \
--network alpha-testnet \
--l1-rpc-urls <ETHEREUM_HOSTS> \
--l1-consensus-host-urls <L1_CONSENSUS_HOST_URLS> \
--sequencer.validatorPrivateKey <VALIDATOR_PRIVATE_KEY> \
--sequencer.coinbase <COINBASE> \
--p2p.p2pIp <P2P_IP>
Replace the following parameters based on your configuration:
<ETHEREUM_HOSTS>
: Public Ethereum Sepolia RPC URLs<L1_CONSENSUS_HOST_URLS>
: Ethereum Sepolia consensus RPC URLs<VALIDATOR_PRIVATE_KEY>
: Your Ethereum account's private key<COINBASE>
: Ethereum address to receive block rewards<P2P_IP>
: Public IP address of your node