Adjust the --block-start value to the block height just before your registered verifier. To find this height, check the address you used to register your verifier on your connected Keplr wallet, then look up the transaction hash of type "Pay For" on the blockchain explorer to determine the block height where your verifier was registered
Check verifier logs
# List Available Docker Container
docker ps
# Display logs
docker logs -f <container-id>
# View and filter the logs
docker logs -f $(docker ps | grep nillion | awk '{print $NF}') --tail 100 | grep -E "Registered:|Secret"
Wait until it synchronizes with the current block height. Once it does, you should see if the status shows "Registered" as true.
If the issue occurs again, you can restart it by running this command: