launch
launch copied to clipboard
Matic network mainnet v1 launch
500s is a very long time to throttle. 30s seems reasonable. heimdalld-bridge does not restart on failure.
docker compose -f matic-sentry-without-snapshotting.yml --env-file mumbai.env up [+] Running 2/0 ⠿ Container bor0 Created 0.0s ⠿ Container heimdall0 Created 0.0s Attaching to bor0, heimdall0 bor0 | sh: syntax error: unexpected...
The list of seed nodes on README.md is empty. I can't find any peers of Matic bor mainnet.
This allows the script to be used like this: ```shell ./scripts/node_diagnostics.sh validator ./scripts/node_diagnostics.sh sentry ```
eth_syncing return: eth_blockNumber return: The node I started with docker, heimdall image version: 0.2.4, bor image version: 0.2.14
The launch scripts still include the placeholder `static-nodes.json` file which apparently has been deprecated. The sample data in the file caused errors such as: ``` ERROR[03-20|08:49:53.246] Node URL : missing...
The gasprice needs to go back to 1 gwei, gas limit needs to be doubled, and gas target should be removed.
After the London HF block, validators will begin to target an average block gas usage of `parent.gasLimit / elasticityMultiplier`. `elasticityMultiplier` is set to `2`, so the base fee will scale...
It's impossible to sync bor on mumbai testnet since all the enodes found over the internet are not alive or have a broken state. Does anyone have a list of...