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

Hey ! GitHub‑hosted runners now use Node 20, so checkout v4 is required This PR updates all workflows to actions/checkout@v4 , no functional changes expected

docker-compose.yml contains a refference to ./execution-entrypoint.sh So I would expect that file to exist, just as op-node-entrypoint.sh does... It does not exist tho, which makes it very hard for me...

Hi team, I start a fullnode of base-sepolia, but the tx sent to my fullnode cannot be minned, and the tx will stay at pending. I guess it may because...

It seems to us that op-geth archive nodes would fall behind full nodes by few hundreds blocks every few days. There's slight increase in CPU usage when the issue happens...

Hi, since updating to the lastest version (`0.12.0`) I am getting the following errors. There were no changes in our configuration: ``` Apr 08 02:15:04 base-1 base[466378]: base-base_node-1 | t=2025-04-08T02:15:04+0000...

base protocol review

question as title even i open txpool api with my own node still can't access thx

Snapshot are loaded to reth node, but could sync latest block ``` node-1 | t=2025-01-29T01:09:32+0000 lvl=warn msg="Engine temporary error" err="derivation failed: temp: failed to fetch blobs: failed to get blob...

base protocol review

I am trying to sync base mainnet full by using the snapshot present on the website https://docs.base.org/chain/run-a-base-node here using the link for geth and full, mainnet- wget https://mainnet-full-snapshots.base.org/$(curl https://mainnet-full-snapshots.base.org/latest) I...

hello, how much space does reth archive node need?

Execution stage on Reth seems to be taking a really long time. I can't use snapshot because there are none for full nodes. Is there anything I can do to...