Skip to content

Commit

Permalink
docs(website): node troubleshooting `error: "failed to propose transa…
Browse files Browse the repository at this point in the history
…ctions: unable to find prover"` (#14764)

Co-authored-by: dave | d1onys1us <[email protected]>
Co-authored-by: wolfderechter <[email protected]>
  • Loading branch information
3 people authored Sep 21, 2023
1 parent 6dff6fc commit 224345d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ The block that you want to prove has already been verified, you can ignore this.

This block has been proven by someone else, but it's not verified yet, you can ignore it.

#### `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.

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

Try to remove the node with `docker compose down -v` and then try again.
Expand Down

0 comments on commit 224345d

Please sign in to comment.