node
node copied to clipboard
Everything required to run your own Base node
This commit improves the documentation by: - Adding detailed hardware specifications table for different use cases - Including specific storage requirements and IOPS recommendations - Expanding troubleshooting section with common...
Seems this is a recurrent issue with OP node. My personal lighthouse beacon did not work, but even after trying every single RPC on this list https://eth-clients.github.io/checkpoint-sync-endpoints/ , nothing fixes...
``` $ curl -I -r 991211552768-1428926412536 https://mainnet-reth-archive-snapshots.base.org/base-mainnet-reth-1738476840.tar.zst HTTP/2 403 date: Wed, 05 Feb 2025 00:14:56 GMT content-type: text/html; charset=UTF-8 content-length: 4511 x-frame-options: SAMEORIGIN referrer-policy: same-origin cache-control: max-age=15 expires: Wed, 05...
untar the `base-mainnet-reth-1737128189.tar.zst` snapshots to ./reth-data/ Structure is: ``` reth-data/ snapshots/ mainnet/ download/ ``` files inside download folder: ``` $ ls snapshots/mainnet/download/ blobstore db invalid_block_hooks known-peers.json reth.toml snapshots static_files ```...
The `eth_simulateV1` method appeared on the Ethereum network after the release of Geth v1.14.9 and Nethermind v1.28.0. I can't find an announcement that the method is available in Base, can...
It seems v0.11.3 image still not available can you please upload it?
I found all the doc, But nothing found
Hello! I want to run my own base node and recently followed [this official](https://docs.base.org/tutorials/run-a-base-node/) guide. I want to experimentally try to sync from height 0 to tip, so I don't...
I’m working on a blockchain application in the Base network and have encountered some issues. My main goal is to receive the newest blocks as quickly as possible. I’ve tried...
Hello, I have a strange case with transaction broadcasting. I broadcasted the transaction 5-7 hours ago, but it hasn't been mined yet. I tried to rebroadcast a transaction a lot...