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

``` s=2025-01-10T03:01:19.871202345Z level=info target=reth_node_events::node message="Block added to canonical chain" number=22334849 hash=0x6f4452839465bf5c40caa7b3434f67b605a3ca8472d33a4d5fb49f326b020615 peers=18 txs=215 gas="37.77 Mgas" gas_throughput="9957.75 Ggas/second" full=21.0% base_fee=0.01gwei blobs=0 excess_blobs=0 elapsed=3.793µs ts=2025-01-10T03:01:19.884423969Z level=info target=reth_node_events::node message="Canonical chain committed" number=22334849 hash=0x6f4452839465bf5c40caa7b3434f67b605a3ca8472d33a4d5fb49f326b020615...

base protocol review

Here's my `.env.mainnet`: ``` RETH_CHAIN=base RETH_SEQUENCER_HTTP=https://mainnet-sequencer.base.org OP_GETH_SEQUENCER_HTTP=https://mainnet-sequencer.base.org OP_SEQUENCER_HTTP=https://mainnet-sequencer.base.org # [optional] used to enable geth stats: # OP_GETH_ETH_STATS=nodename:secret@host:port # OP_NETHERMIND_ETHSTATS_ENABLED=true # OP_NETHERMIND_ETHSTATS_NODE_NAME=NethermindNode # OP_NETHERMIND_ETHSTATS_ENDPOINT=ethstats_endpoint # [required] replace with your preferred L1...

base protocol review

Currently, most blockchain datasets are available on Google BigQuery, providing convenience for Web3 developers by enabling quick access and analysis. For instance, the [Ethereum Dataset](https://console.cloud.google.com/marketplace/product/bigquery-public-data/blockchain-analytics-ethereum-mainnet-us?hl=pt-BR&inv=1&invt=Abl3IA&project=gen-lang-client-0509250510) allows developers to query Ethereum...

base protocol review

Hello, I'm using op-reth, I downloaded the archive you provided on the website and I've waited for a few days to sync but to no luck. It went from 39k...

base protocol review

{"jsonrpc":"2.0","id":1115125,"error":{"code":-32000,"message":"429 Too Many Requests: {\"jsonrpc\":\"2.0\",\"error\":{\"code\":-32016,\"message\":\"over rate limit\"},\"id\":2239375}\n"}} when i spam transaction always show this

``` # [optional] used to enable geth stats: # OP_GETH_ETH_STATS=nodename:secret@host:port # OP_NETHERMIND_ETHSTATS_ENABLED=true # OP_NETHERMIND_ETHSTATS_NODE_NAME=NethermindNode # OP_NETHERMIND_ETHSTATS_ENDPOINT=ethstats_endpoint ``` Can someone give me an example to enable the geth stats? I added...

base protocol review

When I execute eth_call, the node reports an error `curl --location 'http://127.0.0.1:8545' \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc":"2.0", "method":"eth_call", "params":[ { "to":"0x4401e30b92c0a9deab9943880586d478d5d15c89", "data":"0xc913d6d5000000000000000000000000d0b53d9277642d899df5c87a3966a349a798f2240000000000000000000000000000000000000000000000000000000000000001" }, "latest"], "id":1 }'` ```...

base protocol review

I have installed I'm running a base client pointed towards my up to date, synced L1. eth_blockNumber of my L2 stays behind for approximately the same distance to the end...

base protocol review

When I started building a new base node, I saw the following error appear, and it failed to synchronize the data. ![image](https://github.com/user-attachments/assets/3b8546e5-60b8-4434-b6ef-1e0e0112c516) Please help me resolve this issue.

base protocol review

I'd like to run a local base node that I can use as my RPC to submit transactions and read the latest state. I have good internet and hardware but...

state: backlog
type: enhancement
Stale