# 채굴기를 찾을 수 없습니다.

## 나에게 왜 이런 일이 생기는 걸까요?

채굴기를 찾지 못하는 경우는 여러 가지가 있지만, 해결이 불가능한 경우는 없었습니다. 분명히 문제는 여기에 있기에, 천천히 하나씩 문제를 확인해 봅시다.

## 어디부터 문제를 확인해야 할까요?

수 많은 사람들의 문제를 해결하면서 어떤 문제인지 대략적인 확률을 계산 할 수 있었습니다.

1. **50%** 의 확률로 [채굴기 설정](/ko/problem/rignotfound/rigoption.md)이 잘못 되어 있습니다. 다시 채굴기 설정 페이지에서 설정을 제대로 하였는지 확인해 봅니다.
2. **30%** 의 확률로 [윈도우의 방화벽](/ko/problem/rignotfound/firewall.md)이 켜져 있어 데이터를 가지고 오지 못하는 경우 입니다. 방화벽을 끄거나 채굴 프로그램을 방화벽 예외로 등록합니다.
3. **15%** 의 확률로 [윈도우 네트워크 연결](/ko/problem/rignotfound/privatenetwork.md)이 개인이 아닌 공용 연결로 되어 있는 경우입니다. 이 경우에도 데이터를 가지고 올 수 없습니다.
4. **5%** 의 확률로 [네트워크가 잘못 구성](/ko/problem/rignotfound/network.md) 되어 있는 경우가 있습니다.


---

# 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://rigmon.gitbook.io/ko/problem/rignotfound.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.
