Nillion Update v1.0.0

For RPCdot.com Guide Users :

screen -r nillion

CTRL C

Keep up with the update to everyone.

All Users:

Copy Container ID :

docker ps -a

Stop and Delete Containers :

docker stop containerid
docker rm containerid

Start Verifier :

docker run -d -v ./nillion/accuser:/var/tmp nillion/verifier:v1.0.0 verify --rpc-endpoint "https://testnet-nillion-rpc.lavenderfive.com"

Docker Logs :

docker ps -a

For Last 150 Logs :

docker logs -f containerid -n 150

Once your verifier is updated, it enters a 3600-second (1 hour) “sleeping” period. After this, the verifier will sync with the Nillion Network and periodically check if it is needed to scan new blocks and verify secrets. If the network doesn’t require verification at that moment, your verifier’s status will show “Verifying: False.” Once needed, your verifier’s status will show “Verifying: true” and the verifier will send challenges to Nilchain.

Last updated