Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/base-chain/node-operators/run-a-base-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ echo Latest synced block behind by: $((($(date +%s)-$( \

You'll also know that the sync hasn't completed if you get `Error: nonce has already been used` if you try to deploy using your node.

<Tip>
For richer node data and diagnostic checks, use [`basectl`](https://github.com/base/base/tree/main/bin/basectl), the Base node operator CLI.
</Tip>

---

## Enable Flashblocks
Expand Down
Loading