🖥️Update Verifier
If you're running the Nillion Verifier, please update to the latest image version v1.0.1.
List Available Docker Container
docker imagesDelete old Docker Images to free up disk space
docker rmi <image_id>Pull the latest accuser Image
docker pull nillion/retailtoken-accuser:v1.0.1Stop & remove the old container
docker ps
docker stop <containerid> && docker rm <containerid>Change <containerid> with your docker container id
Restart the verifier
docker run -d -v ./nillion/accuser:/var/tmp nillion/retailtoken-accuser:v1.0.1 accuse --rpc-endpoint "https://testnet-nillion-rpc.lavenderfive.com/" --block-start 5040475Check verifier logs
If the issue occurs again, you can restart it by running this command:
Last updated