node
node copied to clipboard
Everything required to run your own Base node
Thanks for this repository, its been very helpful in running our Base nodes for Mainnet and Sepolia. However - we were wondering if the Base ecosystem was looking into publishing...
## Summary The current Base node setup documentation could be enhanced with comprehensive Docker Compose examples and troubleshooting guides to improve the developer experience for running Base nodes. ## Problem...
- Add HOST_DATA_DIR documentation and setup instructions - Improve Docker Compose examples with deployment scenarios - Add comprehensive troubleshooting section for common issues - Include performance optimization guidance for different...
## Description This update addresses an issue in the dependency updater where commit titles and descriptions were generated in a nondeterministic order due to iterating over a Go map. The...
Add comprehensive Docker Compose setup documentation This documentation provides: - Quick start guide for developers - Detailed service configuration explanations - Development workflow instructions - Production deployment considerations - Troubleshooting...
``` ts=2025-09-27T18:39:30.31243681Z level=warn target=reth_node_events::node message="Beacon client online, but no consensus updates received for a while. This may be because of a reth error, or an error in the beacon client!...
HTTP Range requests to the Base mainnet Reth snapshot return 403 instead of 206/416, breaking resume and chunked downloads (wget, aria2c).
## Summary This pull request has been generated by [StepSecurity](https://app.stepsecurity.io/github/base/actions/dashboard) as part of your enterprise subscription to ensure compliance with recommended security best practices. Please review and merge the pull...
See title. ``` [root scripts]# docker run --rm -it --entrypoint /bin/sh ghcr.io/base/node-reth:v0.14.1 # ls base-reth-node execution-entrypoint op-node op-node-entrypoint # exit [root scripts]# docker run --rm -it --entrypoint /bin/sh ghcr.io/base/node-reth:v0.14.0 #...
My base node has run 3days after upgade [v0.12.9]version I get some below result via run `curl -d '{"id":0,"jsonrpc":"2.0","method":"eth_getBlockByNumber","params":["latest",false]}' -H "Content-Type: application/json" http://localhost:8545`: >>> ` {"jsonrpc":"2.0","id":0,"result":{"baseFeePerGas":"0x3b9aca00","difficulty":"0x0","extraData":"0x616c6c20796f75722062617365206172652062656c6f6e6720746f20796f752e","gasLimit":"0x1c9c380","gasUsed":"0x0","hash":"0xf712aa9241cc24369b143cf6dce85f0902a9731e70d66818a3a5845b296c73dd","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","miner":"0x4200000000000000000000000000000000000011","mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000","nonce":"0x0000000000000000","number":"0x0","parentHash":"0x0000000000000000000000000000000000000000000000000000000000000000","receiptsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","sha3Uncles":"0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347","size":"0x222","stateRoot":"0xb2afcb88cd1d0ab228f0415d99b0fb90a18e8515daf5eb31f55b5c4697e18328","timestamp":"0x648a5ce3","transactions":[],"transactionsRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","uncles":[]}} ` **This is my...