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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://services.rpcdot.com/nillion/nillion-verifier-node/nillion-update-v1.0.0.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
