How to see if I am assigned blocks

Hi, I just set up a pool. Epoch 84 is the first epoch with a stake. How do I see if I am assigned blocks?
And can someone please explain “Block Height”?

1 Like

Run:

./jcli rest v0 leaders logs get --host “http://127.0.0.1:xxxx/api” --output-format json

xxxx = port number

It will show you the exact moment where you should create the block.

Block Heigh basically is the block number.

2 Likes

Thank you!

1 Like