node icon indicating copy to clipboard operation
node copied to clipboard

Everything required to run your own Base node

Results 109 node issues
Sort by recently updated
recently updated
newest added

Hello there! From last Thursday/Friday after we did the upgrade of reth to **1.8.4** with op-node version **1.14.3** the node at some point started to lag behind the tip. We...

Added explicit Testnet values (RETH_CHAIN=base-sepolia, OP_NODE_NETWORK=base-sepolia, Sequencer https://sepolia-sequencer.base.org) to align with Quick Start’s .env.sepolia and prevent misconfiguration. This clarifies correct identifiers for Base L2 Sepolia across clients.

During my flashblocks setup I've noticed this small issue, this extra header for curl fixes it

This PR adds a short "Prerequisites (Software)" section under Quick Start. It explicitly calls out Docker and Docker Compose v2 (since README uses `docker compose`), and provides official install links...

Why: README shows CLIENT=reth docker compose up; profiles make this first-class UX. [GitHub](https://github.com/base/node) Files: docker-compose.yml Accept: docker compose --profile reth up runs only reth stack; same for geth/nethermind. Patch (structure...

I found the flashblocks url in .env.mainnet is rate limited, I dont know why base team design like that. I deployed my node on my server but the performance was...

Added developer notes that summarize common setup issues and possible improvements for Base node operation. This aims to support new builders and node operators joining the ecosystem.

Fixes a bug where the pagination loop could run indefinitely when searching for releases with a tag prefix. The original code had an unreachable `else if resp.NextPage == 0` condition...

Сlarify the updater guard so commit/GitHub Action output happens only when an update was actually recorded prevent future regressions if the slice is preallocated but remains empty