Phoenix Miner
You shouldn't need to change anything to work with Rigmon. However, your miner might already have an option for monitoring the API port. Please double check the mining command.
Mining Option
-mport 3333 -hstats 2
Or remove -mport option
'-hstats 2' options allows to show more information like memory temperature. (If GPU supports more information.)
✔️ Good
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
❌ Bad
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
Last updated
Was this helpful?