simple-optimism-node
simple-optimism-node copied to clipboard
The easiest way to run an Optimism node
- The documentation says ``` pen .env with your editor of choice and fill out the environment variables listed inside that file. You MUST fill in all variables in the...
this repo aims to make running an optimism node as simple as possible. dappnode is free and open-source software that gives users an app-like experience while managing their node. >...
My L1 RPC endpoint is protected by a basic auth. In my .env file I have something like this: ```ini # L1 node to run fault detection against FAULT_DETECTOR__L1_RPC_PROVIDER=https://username:[email protected] #...
OP_GETH_SYNCMODE in .env file is set but is empty string. Condition is never met. Or instead of this PR, you can add to .env: ```.env # Uncomment the following line...
Our nodes have been online for at least a year and have been working just fine. We recently upgraded to the following versions, and since then, the slow syncing began....
When I try to use ``` docker compose down ``` To stop the node or use ``` git pull docker compose pull docker compose up -d --build --force-recreate ``` To...
`expr` returns a non-zero exit code if its calculated value is zero. This is surprising and usually not what you want. In this case, it will lead to the script...
Only OP-mainnet and sepolia are hardcoded. For other networks, use the healthcheck RPC. If that is not set, give an informative message instead of an error. Refactor: move setting L2_URL...