> 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/japanese/mainnet-layer1/ndowindows.md).

# ノード駆動(Windows)

### サーバー(PC)の基本事項

1. インターネットが可能な環境でインストールを行う必要があります。
2. 推奨事項
   1. CPU: 4Core以上
   2. Memory: 16GB以上
   3. Disk: 500GB 以上(SSD推奨)

本ガイドはWindows 11を基準に作成されました。

## Download Client

{% file src="/files/5gZpZ3OmScDgELiWahET" %}

## インストール方法

### Windows ディフェンダー例外設定を適用する

ノードプログラムはWindowsでプログラム認証がされないため、ディフェンダー例外処理を行わなければ正しく駆動することができません。

* デスクトップに"very node"フォルダを作成。\
  ![](/files/GrAsxiX2n2Kfpi9iBSxF)
* Windowsの設定 > プライバシーとセキュリティ > ウイルスと脅威の防止 > ウイルスと脅威の防止設定（設定管理） > 除外（除外を追加または削除）でデスクトップに作成したvery\_nodeフォルダの例外処理<br>

  <div align="left"><figure><img src="/files/GtzbClriJxKKE8i0XNHF" alt=""><figcaption></figcaption></figure></div>
* very\_node フォルダにダウンロードしたファイルを解凍します。

### プライベートキー入力

* key.jsonファイルを「メモ帳で編集」を選択して修正。\
  ![](/files/wM08LrTwzTG2cxXEj6Hn)
* "Paste a private key here"の" "の中に自分のプライベートキーを入力して"保存"\
  ![](/files/nkFhfgW267jFhZlLjOzm)

### プログラム実行

* veryファイルを右クリックして「管理者権限で実行」する\
  ![](/files/z2QPXdFMSrAeeo3ZYdm8)<br>
* 警告メッセージ無視設定。<br>

  <div align="left"><figure><img src="/files/ajKZmg0lD1WLBnwmmoMz" alt=""><figcaption></figcaption></figure></div>

### ノード実行成功画面

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

{% hint style="info" %}
Block synchronisation startedというフレーズが表示されたら、ノードが正常に実行されている状態です。 ノード証明報酬は、number=xxxxの数字が現在のブロック生成番号と同じである時に報酬が開始されます。 (シンク完了) 高性能のPCであるほど、シンクが早く完了します。
{% 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/japanese/mainnet-layer1/ndowindows.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.
