Skip to content

Commit

Permalink
docs(website): proposer + prover private key format and status log co…
Browse files Browse the repository at this point in the history
…mmand to find errors (#14862)

Co-authored-by: Roger <[email protected]>
  • Loading branch information
2 people authored and KorbinianK committed Oct 2, 2023
1 parent f2ba221 commit d9f4f43
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions packages/website/pages/docs/guides/enable-a-proposer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,21 @@ If you are not running a local prover, then you can specify a prover from the [p

### Check proposer status logs

Run this command to verify you have some proposer logs:
To see if your proposer is running correctly or has errors run:

```sh
docker compose logs -f taiko_client_proposer
```

### See proposed blocks

When you run:

```sh
docker compose logs -f taiko_client_proposer | egrep "Propose transactions succeeded"
```

You should see a log if you have proposed a block: `📝 Propose transactions succeeded`.
if your proposer successfully proposed a block, your logs should show: `📝 Propose transactions succeeded`.

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

Expand Down

0 comments on commit d9f4f43

Please sign in to comment.