Skip to content

Commit

Permalink
docs(website): proposer add multiple endpoints for flag PROVER_ENDPOI…
Browse files Browse the repository at this point in the history
…NTS (#14902)
  • Loading branch information
MarcusWentz committed Oct 5, 2023
1 parent 22d5238 commit 50621a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/website/pages/docs/guides/enable-a-proposer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ If you are not running a local prover, then you can specify a prover from the [p

- `PROVER_ENDPOINTS`

To select multiple prover endpoints at the same time
```shell
PROVER_ENDPOINTS=<PROVER_ENDPOINT_1>,<PROVER_ENDPOINT_2>,<PROVER_ENDPOINT_3>
```

### Check proposer status logs

To see if your proposer is running correctly or has errors run:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ This block has been proven by someone else, but it's not verified yet, you can i
#### `error: "failed to propose transactions: unable to find prover"`

The proposer is not able to connect with a prover. By default, the prover endpoint is local so check your local prover first.
If you are not running a local prover, select another prover from the [prover market](/docs/reference/prover-market-page). Note: you may need to switch provers if
your selected prover hits its max capacity.
If you are not running a local prover, select another prover from the [prover market](/docs/reference/prover-market-page).
You can connect to multiple provers at the same time in case a selected prover hits its max capacity.
Note: you may need to switch provers if your selected prover hits its max capacity.

#### `Fatal: Failed to register the Ethereum service: database contains incompatible genesis`

Expand Down Expand Up @@ -180,7 +181,7 @@ You can safely ignore this "warn" level message, it simply means you just ignore
A flag might not be set in your .env file.
Copy the default .env file, then reset your RPC node and proposer with the updated flag values.

#### `info: Skip an invalid proposed transaction reason="nonce too low`
#### `info: Skip an invalid proposed transaction reason="nonce too low"`

Scenario when the mempool is small and proposers are trying to propose the same transactions within an L1 block.
The first proposer included on chain will successfully propose these transactions.
Expand Down

0 comments on commit 50621a4

Please sign in to comment.