Skip to content

Commit

Permalink
Update README.md (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olexandr88 authored Nov 28, 2024
1 parent f9ab89c commit 923f340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This repository contains the relevant Docker builds to run your own node on the
<!-- Badge row 1 - status -->

[![GitHub contributors](https://img.shields.io/github/contributors/base-org/node)](https://github.com/base-org/node/graphs/contributors)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/w/base-org/node)](https://github.com/base-org/node/graphs/contributors)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/w/base-org/node)](https://github.com/base-org/node/graphs/commit-activity)
[![GitHub Stars](https://img.shields.io/github/stars/base-org/node.svg)](https://github.com/base-org/node/stargazers)
![GitHub repo size](https://img.shields.io/github/repo-size/base-org/node)
[![GitHub](https://img.shields.io/github/license/base-org/node?color=blue)](https://github.com/base-org/node/blob/main/LICENSE)
Expand All @@ -20,7 +20,7 @@ This repository contains the relevant Docker builds to run your own node on the
[![Blog](https://img.shields.io/badge/blog-up-green)](https://base.mirror.xyz/)
[![Docs](https://img.shields.io/badge/docs-up-green)](https://docs.base.org/)
[![Discord](https://img.shields.io/discord/1067165013397213286?label=discord)](https://base.org/discord)
[![Twitter Base](https://img.shields.io/twitter/follow/Base?style=social)](https://twitter.com/Base)
[![Twitter Base](https://img.shields.io/twitter/follow/Base?style=social)](https://x.com/Base)

<!-- Badge row 3 - detailed status -->

Expand Down

1 comment on commit 923f340

@smirnovslava189
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The base-org/node repository provides everything needed to run your own node on the Base network—an Ethereum Layer 2 (L2) solution built on the Optimism open-source stack, designed to be secure, low-cost, and developer-friendly.

Potential issues with this repository:

Node synchronization:

Some users report issues where the node lags behind the current state of the network for several hours.
For example, Issue #127 describes a situation where the node consistently lags by 12 hours.
Docker build errors:

Users encounter errors when building Docker images due to flags or environment variables.
In Issue #71, a "dockerfile parse error line 9: Unknown flag: checksum" is discussed.
L1 Beacon API issues:

Issue #211 describes an error: "failed to check L1 Beacon API version: operation failed permanently after 5 attempts: failed request with status 404," occurring during node initialization.
Recommendations to resolve these issues:

Hardware requirements:

Ensure your hardware meets the minimum requirements: a modern multi-core CPU with strong single-core performance, at least 16GB of RAM (32GB recommended), and a local NVMe SSD.
Use up-to-date software:

Verify that you are using the latest version of the repository and the correct versions of dependencies, including Docker and Docker Compose.
Configure environment variables:

Make sure environment variables such as OP_NODE_L1_ETH_RPC are correctly set and point to valid RPC endpoints.
Seek community support:

If the problem persists, consider opening a new issue in the repository or reaching out for help in the Base Discord community.

Please sign in to comment.