Articles

Infrastructure work, documented.

Incident reports, deployment records, and technical explainers covering AWS, Kubernetes, blockchain nodes, reliability, and security.

Cloud / SRE

Recovering an Erigon Mainnet archive node stuck at block 25393069

A field note from an Ethereum Mainnet Erigon archive-node incident: v3.5.0 kept failing with a gas-used mismatch at block 25393069, and rebuilding only chaindata from existing snapshots recovered the node.

EthereumErigonarchive-node
Web3 infrastructure

Sizing and Isolating Archive/RPC Nodes on AWS

A field note on adding several archive/RPC nodes with narrow Terraform plans, separate security groups, explicit disk sizing, and private RPC boundaries.

archive-nodeTerraformAWS
Web3 infrastructure

When Local RPC Works but Another EC2 Times Out

A field note on debugging a private Erigon JSON-RPC timeout across EC2 instances by separating client failure, node health, socket binding, and security group rules.

AWSSecurity GroupsErigon
Web3 infrastructure

Reading Substrate-style and Erigon Sync Logs in Practice

A field note on interpreting parachain logs, why bootnodes do not automatically fix slow execution, and why an Erigon archive node can jump to a high block quickly.

SubstrateErigonarchive-node
Web3 infrastructure

What Erigon3 Is Doing After Startup

Understand Erigon3 startup, snapshots, Execution, P2P, and Heimdall sync through official docs and real operational logs.

Erigon3Polygonweb3