Skip to content

Latest commit

 

History

History
99 lines (72 loc) · 1.63 KB

File metadata and controls

99 lines (72 loc) · 1.63 KB

Update 3 ;

screen -r aztec
  • CTRL + C - Stop your Node

Delete Your Database

rm -rf ~/.aztec/alpha-testnet/data/

Update Your Node ;

aztec-up alpha-testnet

Restart Your Node ;

aztec start --node --archiver --sequencer \
  --network alpha-testnet \
  --l1-rpc-urls RPC_URL  \
  --l1-consensus-host-urls BEACON_URL \
  --sequencer.validatorPrivateKey 0xYourPrivateKey \
  --sequencer.coinbase 0xYourAddress \
  --p2p.p2pIp IP

22.05.2025 Update :

screen -r aztec
  • CTRL + C - Stop your Node

Delete Your Database

rm -rf ~/.aztec/alpha-testnet/data/

Update Your Node ;

aztec-up alpha-testnet

Restart Your Node ;

aztec start --node --archiver --sequencer \
  --network alpha-testnet \
  --l1-rpc-urls RPC_URL  \
  --l1-consensus-host-urls BEACON_URL \
  --sequencer.validatorPrivateKey 0xYourPrivateKey \
  --sequencer.coinbase 0xYourAddress \
  --p2p.p2pIp IP
  --p2p.maxTxPoolSize 1000000000

02.06.2025 Update :

screen -r aztec
  • CTRL + C - Stop your Node

Delete Your Database

rm -rf ~/.aztec/alpha-testnet/data/

Update Your Node ;

aztec-up latest

image

Restart Your Node ;

aztec start --node --archiver --sequencer \
  --network alpha-testnet \
  --l1-rpc-urls RPC_URL  \
  --l1-consensus-host-urls BEACON_URL \
  --sequencer.validatorPrivateKey 0xYourPrivateKey \
  --sequencer.coinbase 0xYourAddress \
  --p2p.p2pIp IP
  --p2p.maxTxPoolSize 1000000000