How to check mining progress?

Yes. I tried grep with first some characters of public key.

When I setup mining , I generated an ECDSA key pair and set them into sawtooth-validator-default container according to the post below.

“sawtooth block list …” command shows SIGNER public keys. That key is just 66 characters long but public key I used in config file is 130 characters long.

I’ve set signer field in “Client/clientConfig.json” with generated ECDSA private key. It’s same with the content of /etc/sawtooth/keys/validator.priv in sawtooth-validator-default container.
I’m not sure setting like this is correct or not…