Skip to content

Commit

Permalink
Looking up attestations on Explorus
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Aug 13, 2024
1 parent 141664b commit 00ad294
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/tutorials/join-dal-baker/verify-rights.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,19 @@ Follow these steps to verify that your DAL node is receiving attestation rights:
These shards are pieces of data that the baker is assigned to attest.
1. Verify the baker's activity on the Explorus block explorer by going to the Consensus Ops page at https://explorus.io/consensus_ops, selecting Ghostnet, and searching for your address.
For example, this screenshot shows consensus operations that include DAL attestations, indicated by a binary number in the "DAL attestation bitset" column.
In this case, the number is 0 because there was no DAL data but the nodes were ready to attest to it.
![DAL consensus operations, showing DAL consensus operations](/img/tutorials/dal-explorus-consensus-ops.png)
If there is no DAL attestation, the block explorer shows a document icon with an X in it: ![](/img/tutorials/dal-explorus-no-attestation-icon.png).
This icon can appear before the bakers complete attestations and then turn into a binary number when they attest.
Now you have a complete DAL baking setup.
Your baker is attesting to the availability of DAL data and the DAL node is sharing it to Smart Rollups across the network.
You can verify your baker's activity by going to the **Bakers** page of the block explorer at https://explorus.io/bakers_activity, selecting Ghostnet, and searching for your account's address.
## Optional: Unstaking your tez and receiving your baking rewards
If you leave the baker running, you can see rewards accrue by running the command `octez-client get staked balance for my_baker`.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 00ad294

Please sign in to comment.