> For the complete documentation index, see [llms.txt](https://rigmon.gitbook.io/ko/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rigmon.gitbook.io/ko/getstarted/setuprig/phoenix-miner-4.md).

# 피닉스 마이너

피닉스 마이너

피닉스 마이너는 기본적으로 아무 설정 없이도 리그몬에서 사용 가능합니다. 다른 채굴기 실행 배치파일을 사용하다보면 설정이 틀어져 있는 경우도 있기 때문에 확인을 해주세요.

### 채굴 배치파일 옵션

```
-mport 3333 -hstats 2 
```

혹은 -mport 명령어를 아예 삭제 합니다.

-hstats 2 명령어는 메모리와 정션 온를 포함한 추가 정보를 볼 수 있게 해줍니다. (그래픽 카드마다 지원 정보 다를 수 있음)

{% hint style="info" %}
피닉스 마이너 5.6d 버전 이상을 사용해야 메모리 온도와 정션을 볼 수 있습니다.
{% endhint %}

### [✔️](https://emojipedia.org/check-mark/) **잘된 예제**

> PhoenixMiner.exe -pool asia.ethash-hub.miningpoolhub.com:20535 -wal username.workername -pass x -proto 1

> PhoenixMiner.exe -pool asia.ethash-hub.miningpoolhub.com:20535 -wal username.workername -pass x -proto 1 **-mport 3333**

### ❌ 잘못된 예제

> PhoenixMiner.exe -pool asia.ethash-hub.miningpoolhub.com:20535 -wal username.workername -pass x -proto 1 -mport 5555

```
PhoenixMiner.exe -pool asia.ethash-hub.miningpoolhub.com:20535 -wal username.workername -pass x -proto 1
```
