simple-optimism-node icon indicating copy to clipboard operation
simple-optimism-node copied to clipboard

The easiest way to run an Optimism node

Results 26 simple-optimism-node issues
Sort by recently updated
recently updated
newest added
trafficstars

Finally got my node to sync and it is using all but 100GB on my 2TB drive. I tried reading the documentation for Geth on pruning and it's fairly confusing...

Hello, thank you for nice repo first of all! Im recently stumbled upon the issue - after full node is synced from scratch using snap sync (Base) - I can't...

Hi teams, Thank you for your great work, I'm trying to run mainnet's archive node using docker. I follow the official example. ``` NODE_TYPE=archive OP_NODE__RPC_ENDPOINT=http://172.31.84.237:8545 BEDROCK_SOURCE=download OP_NODE__L1_BEACON=http://172.31.84.237:8552 HEALTHCHECK__REFERENCE_RPC_PROVIDER=https://mainnet.optimism.io OP_GETH__HISTORICAL_RPC=https://mainnet.optimism.io OP_GETH__SYNCMODE=full...

There may be a breaking change coming shortly * [ ] Beacon Archiver * [x] Snap Sync * [x] Base support

from the healthcheck its can see that the node is behind but its not syncing further more than the Safehead (checking from grafana) and checking from the healthcheck its syncing...

https://github.com/smartcontracts/simple-optimism-node/actions/runs/7339925183/job/19985043608

Node syncing slow more and more,How to improve sync speed? This is .env config:

After bedrock block, the node is not syncing Docker-compose file: [docker-compose.yaml.txt](https://github.com/smartcontracts/simple-optimism-node/files/13412990/docker-compose.yaml.txt) **op-geth Logs** ![image](https://github.com/smartcontracts/simple-optimism-node/assets/77955726/cd0058ac-493d-4160-8ee6-6360aeeb7267) **op-node Logs** ![image](https://github.com/smartcontracts/simple-optimism-node/assets/77955726/b8228b76-9dad-4212-92d8-f63253de49ef) **Healthcheck Logs** ![image](https://github.com/smartcontracts/simple-optimism-node/assets/77955726/2ba57512-bd77-4c67-aace-2cacd7c7af3b) **FaultDetector Logs** ![image](https://github.com/smartcontracts/simple-optimism-node/assets/77955726/e370018a-5a06-4e8e-929a-6b29e5948168)

Issue: I manually downloaded the snapshot for op-l2geth and copy it the respect path `/geth/` but container keeps crashing. .env config ``` ############################################################################### # ↓ REQUIRED ↓ # ############################################################################### #...

Hey, I an trying to run a node on Apple M3 processor, although docker can't start (logs attached). Did anybody manage to bootstrap a node on ARM? ``` $ docker...