Skip to content

Commit

Permalink
feat(website): update prover log check (#14385)
Browse files Browse the repository at this point in the history
Co-authored-by: d1onys1us <[email protected]>
  • Loading branch information
mattsu2020 and d1onys1us authored Aug 9, 2023
1 parent b6f530b commit 305be56
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/website/pages/docs/guides/run-a-node/enable-a-prover.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,16 @@ Verify you have some prover logs:

You can check all commands to see prover logs in the [node runner manual](/docs/manuals/node-runner-manual#view-client-prover-relayer-logs).

L2
```sh
docker compose logs -f l3_taiko_client_prover_relayer |egrep "block proof was|proof submission error|Block proven"
```

L3
```sh
docker compose -f ./docker-compose.l3.yml --env-file .env.l3 logs -f l3_taiko_client_prover_relayer |egrep "block proof was|proof submission error|Block proven"
```

### Stake your TTKOe (Eldfell L3 provers only)

The simple-taiko-node comes with a default value of `PROVE_UNASSIGNED_BLOCKS` set to `true`. This means that your prover will attempt to prove these open blocks. To be assigned blocks by the protocol, you need to stake your TTKOe.
Expand Down

0 comments on commit 305be56

Please sign in to comment.