# 노드구동(Windows)

### 서버(PC) 기본사항

1. 인터넷이 되는 환경에서 설치를 진행하여야합니다
2. 권장사항
   1. CPU: 4Core이상
   2. Memory: 16GB이상
   3. Disk: 500GB 이상(SSD 권장)

본 가이드는 Windows 11을 기준으로 작성되었습니다.

## 다운로드 프로그램

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

## 설치방법

### Windows 디펜더 예외 설정 적용하기

노드 프로그램은 Windows에서 프로그램 인증이 되지 않기에 디펜더 예외처리를 진행하여야 올바르게 구동할 수 있습니다.

* 바탕화면에 "very node" 폴더 생성.\
  ![](/files/GrAsxiX2n2Kfpi9iBSxF)
* Windows 설정 > 개인 정보 및 보안 > 바이러스 및 위협 방지 > 바이러스 및 위협 방지 설정 (설정관리) > 제외 (제외 추가 또는 제거) 에서 바탕화면에 만든 very\_node 폴더 예외 처리<br>

  <div align="left"><figure><img src="/files/soLH6saH6u5txUird1Mk" alt=""><figcaption></figcaption></figure></div>
* very\_node 폴더에 다운로드한 파일 압축해제

### 프라이빗 키 입력

* key.json 파일을 "메모장에서 편집"을 선택하여 수정.

  <div align="left"><figure><img src="/files/Xy9qJyDFukSdRRGmxbgY" alt=""><figcaption></figcaption></figure></div>
* KYC를 완료하면 ***\[노드 구동 전용 프라이빗키]***&#xB97C; 메일로 보내드립니다. \
  받으신 프라이빗키를 \[텍스트 편집기]로 src폴더 아래 key.json파일의\
  "Paste a private key here"의 " "안에 본인의 프라이빗키를 입력하고 "저장" 해주세요.\
  \
  프라이빗키에는 구매자의 VERY 분배 지갑주소가 매칭되어있어서 프라이빗키를 도난당해도 VERY는 안전합니다.\
  ![](/files/nkFhfgW267jFhZlLjOzm)

### 프로그램 실행

* very 파일을 마우스 오른쪽 버튼으로 클릭하여 "관리자 권한으로 실행"![](/files/lf8Qlf4Gv1QZmVhjodtb)
* 경고메세지 무시 설정.

  <div align="left"><figure><img src="/files/XcWiVlJ3NwpoP1YzZOIv" 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: 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://wp.verylabs.io/korean/1/windows.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.
