> For the complete documentation index, see [llms.txt](https://wp.verylabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wp.verylabs.io/verychain/node-driven/node-driven-windows.md).

# Node-driven(Windows)

## Server (PC) Basics&#x20;

* The installation must be performed in an internet-enabled environment
* Recommendations

  CPU: 4Core or faster \
  Memory: 16GB or more \
  Disk: 500GB or more (SSD recommended)&#x20;

{% file src="/files/pXorxX145GHq3GqCYNFJ" %}

## How to install

### Applying Windows Defender Exception Settings

Node programs are not program-authenticated on Windows, so they require Defender exceptions to run correctly.

* Create a "very node" folder on your desktop.\
  ![](/files/tGuhZ1fENp6iZqRH5Nb5)
* Windows Settings > Privacy & Security > Virus & Threat Protection > Virus & Threat Protection Settings (Manage Settings) > Exclusions (Add an Exclusion) > Folder (Select the very\_node folder on your desktop)\
  ![](/files/pLUiWLArndLrM31ZOOoA)

  <div align="left"><figure><img src="/files/boeUG1yhQXx5xFtdByMb" alt="" width="383"><figcaption></figcaption></figure></div>
* Unzip files downloaded to the very\_node folder

## Enter your private key

* Modify the key.json file by selecting "Edit in Notepad".\
  ![](/files/25J4rCILUpX3ejuoL3rt)
* Enter your private key in the " " of "Paste a private key here" and click "Save"![](/files/WRznWNsYCPeSX40w04ta)

## Run the program

*
* Right click on the VERY file and select "Run as administrator"![](/files/jBHHWUeBigQ7mbdRz4aN)
* Ignore warning messages.

  <div align="left"><figure><img src="/files/2mCo1CGsyKksjXdOiXPB" alt="" width="266"><figcaption></figcaption></figure></div>

## Successful Node Launch Screen

<figure><img src="/files/uX7LeMRUmmuWUYH98X5h" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you see the phrase Block synchronization started, the node is running normally. The Proof of Node reward will start when the number=xxxx is equal to the current block generation number. (Sync complete) The more powerful the PC, the faster the sync completes.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wp.verylabs.io/verychain/node-driven/node-driven-windows.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
