> For the complete documentation index, see [llms.txt](https://services.rpcdot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://services.rpcdot.com/nillion/nillion-verifier-node/nillion-update-v1.0.0.md).

# Nillion Update v1.0.0

### For RPCdot.com Guide Users :&#x20;

```
screen -r nillion
```

CTRL C&#x20;

#### Keep up with the update to everyone.

### All Users:&#x20;

### Copy Container ID :&#x20;

```
docker ps -a
```

<figure><img src="/files/6WdAdwveNcqyZIqEbioI" alt=""><figcaption></figcaption></figure>

### Stop and Delete Containers :&#x20;

```
docker stop containerid
docker rm containerid
```

Start Verifier  :&#x20;

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

### Docker Logs :&#x20;

```
docker ps -a
```

#### For Last 150 Logs :&#x20;

```
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.
